☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/455/builds/1993
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Hugo van Kemenade <hugovk@users.noreply.github.com>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
422 tests OK.
10 slowest tests:
- test_gdb: 5 min 11 sec
- test_multiprocessing_spawn: 3 min 49 sec
- test_concurrent_futures: 3 min 15 sec
- test_tokenize: 2 min 34 sec
- test_asyncio: 2 min 21 sec
- test_unparse: 2 min 9 sec
- test_lib2to3: 2 min 6 sec
- test_multiprocessing_forkserver: 1 min 57 sec
- test_capi: 1 min 44 sec
- test_unicodedata: 1 min 41 sec
1 test altered the execution environment: test_asyncio
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 7 min 26 sec
Captured traceback
remote: Enumerating objects: 20, done.
remote: Counting objects: 5% (1/20)
remote: Counting objects: 10% (2/20)
remote: Counting objects: 15% (3/20)
remote: Counting objects: 20% (4/20)
remote: Counting objects: 25% (5/20)
remote: Counting objects: 30% (6/20)
remote: Counting objects: 35% (7/20)
remote: Counting objects: 40% (8/20)
remote: Counting objects: 45% (9/20)
remote: Counting objects: 50% (10/20)
remote: Counting objects: 55% (11/20)
remote: Counting objects: 60% (12/20)
remote: Counting objects: 65% (13/20)
remote: Counting objects: 70% (14/20)
remote: Counting objects: 75% (15/20)
remote: Counting objects: 80% (16/20)
remote: Counting objects: 85% (17/20)
remote: Counting objects: 90% (18/20)
remote: Counting objects: 95% (19/20)
remote: Counting objects: 100% (20/20)
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 20 (delta 8), reused 12 (delta 5), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'ca0cc9c433830e14714a5cc93fb4e7254da3dd76'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at ca0cc9c433 gh-92820: Skip test_cppext if _ctypes is missing (#92844) Switched to and reset branch 'main'
../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘exp_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:393:12: note: called from here 393 | return word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetiny’: ../Modules/_decimal/libmpdec/mpdecimal.c:209:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etiny’: function not considered for inlining 209 | mpd_etiny(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:778:12: note: called from here 778 | return PyLong_FromSsize_t(mpd_etiny(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetop’: ../Modules/_decimal/libmpdec/mpdecimal.c:216:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etop’: function not considered for inlining 216 | mpd_etop(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:784:12: note: called from here 784 | return PyLong_FromSsize_t(mpd_etop(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string_dot’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:426:9: note: called from here 426 | s = word_to_string(s, x, mpd_word_digits(x), dot); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:425:9: note: called from here 425 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:405:9: note: called from here 405 | s = word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:404:9: note: called from here 404 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4300:1: note: called from here 4300 | Dec_BoolFunc(mpd_iscanonical) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5362:12: note: called from here 5362 | return mpd_iscanonical(MPD(v)) ? incr_true() : incr_false(); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4301:1: note: called from here 4301 | Dec_BoolFunc(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4302:1: note: called from here 4302 | Dec_BoolFunc(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4303:1: note: called from here 4303 | Dec_BoolFunc(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4304:1: note: called from here 4304 | Dec_BoolFunc(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4306:1: note: called from here 4306 | Dec_BoolFunc(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4305:1: note: called from here 4305 | Dec_BoolFunc(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_adjexp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4319:9: note: called from here 4319 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:202:1: error: inlining failed in call to ‘always_inline’ ‘mpd_adjexp’: function not considered for inlining 202 | mpd_adjexp(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4323:18: note: called from here 4323 | retval = mpd_adjexp(MPD(self)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘nm_nonzero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4182:13: note: called from here 4182 | return !mpd_iszero(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4307:1: note: called from here 4307 | Dec_BoolFunc(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:468:9: note: called from here 468 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:471:13: note: called from here 471 | if (mpd_isnan(dec) && dec->len > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:481:13: note: called from here 481 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:491:13: note: called from here 491 | if (mpd_isnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:492:17: note: called from here 492 | if (mpd_isqnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:504:18: note: called from here 504 | else if (mpd_isinfinite(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:551:17: note: called from here 551 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:590:13: note: called from here 590 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsFloat’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3765:9: note: called from here 3765 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3766:13: note: called from here 3766 | if (mpd_issnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3771:13: note: called from here 3771 | if (mpd_isnegative(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_sizeof’: ../Modules/_decimal/libmpdec/mpdecimal.c:420:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isdynamic_data’: function not considered for inlining 420 | mpd_isdynamic_data(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4821:9: note: called from here 4821 | if (mpd_isdynamic_data(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_dealloc’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:1911:5: note: called from here 1911 | mpd_del(MPD(dec)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_realloc_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:285:9: note: called from here 285 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:284:9: note: called from here 284 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_switch_to_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:221:9: note: called from here 221 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:220:9: note: called from here 220 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:695:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_dynamic_data’: function not considered for inlining 695 | mpd_set_dynamic_data(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:229:5: note: called from here 229 | mpd_set_dynamic_data(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_settriple’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2102:5: note: called from here 2102 | mpd_set_flags(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsTuple’: ../Modules/_decimal/libmpdec/mpdecimal.c:385:1: error: inlining failed in call to ‘always_inline’ ‘mpd_sign’: function not considered for inlining 385 | mpd_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3861:36: note: called from here 3861 | sign = PyLong_FromUnsignedLong(mpd_sign(MPD(dec))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3866:9: note: called from here 3866 | if (mpd_isinfinite(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3878:13: note: called from here 3878 | if (mpd_isnan(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3879:41: note: called from here 3879 | expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:726:1: error: inlining failed in call to ‘always_inline’ ‘mpd_clear_flags’: function not considered for inlining 726 | mpd_clear_flags(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3894:13: note: called from here 3894 | mpd_clear_flags(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3927:12: note: called from here 3927 | if (x) mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_baseshiftl’: ../Modules/_decimal/libmpdec/mpdecimal.c:453:1: error: inlining failed in call to ‘always_inline’ ‘mpd_uint_zero’: function not considered for inlining 453 | mpd_uint_zero(mpd_uint_t *dest, mpd_size_t len) | ^ ../Modules/_decimal/libmpdec/basearith.c:467:5: note: called from here 467 | mpd_uint_zero(dest, q); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:9: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:29: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:9: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:29: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qformat_spec’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1276:9: note: called from here 1276 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1323:21: note: called from here 1323 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1341:17: note: called from here 1341 | if (mpd_iszero(dec) && dec->exp > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1372:32: note: called from here 1372 | if (*spec->dot != '\0' && !mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1392:5: note: called from here 1392 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1396:5: note: called from here 1396 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_format’: ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:21: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:45: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3449:24: note: called from here 3449 | if (!mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3459:13: note: called from here 3459 | if (mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3460:13: note: called from here 3460 | mpd_set_positive(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qset_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ ../Modules/_decimal/libmpdec/io.c:208:5: note: called from here 208 | mpd_set_flags(dec, 0); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:667:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_negative’: function not considered for inlining 667 | mpd_set_negative(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/io.c:217:9: note: called from here 217 | mpd_set_negative(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:499:1: error: inlining failed in call to ‘always_inline’ ‘mpd_qresize’: function not considered for inlining 499 | mpd_qresize(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) | ^ ../Modules/_decimal/libmpdec/io.c:312:10: note: called from here 312 | if (!mpd_qresize(dec, len, status)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5351:1: note: called from here 5351 | DecCtx_BoolFunc_NO_CTX(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5350:1: note: called from here 5350 | DecCtx_BoolFunc_NO_CTX(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5349:1: note: called from here 5349 | DecCtx_BoolFunc_NO_CTX(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5348:1: note: called from here 5348 | DecCtx_BoolFunc_NO_CTX(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5347:1: note: called from here 5347 | DecCtx_BoolFunc_NO_CTX(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5346:1: note: called from here 5346 | DecCtx_BoolFunc_NO_CTX(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5345:1: note: called from here 5345 | DecCtx_BoolFunc_NO_CTX(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_long’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3506:9: note: called from here 3506 | if (mpd_isspecial(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3507:13: note: called from here 3507 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3527:9: note: called from here 3527 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3543:9: note: called from here 3543 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3550:9: note: called from here 3550 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3548:22: note: called from here 3548 | sdigit val = mpd_arith_sign(x) * ob_digit[0]; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3558:9: note: called from here 3558 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:9: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:31: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3575:5: note: called from here 3575 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_integer_ratio’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3592:9: note: called from here 3592 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3593:13: note: called from here 3593 | if (mpd_isnan(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3617:11: note: called from here 3617 | exp = mpd_iszero(MPD(tmp)) ? 0 : MPD(tmp)->exp; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘multiply_by_denominator’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2986:9: note: called from here 2986 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3001:5: note: called from here 3001 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDecType_FromFloatExact’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2360:9: note: called from here 2360 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2372:9: note: called from here 2372 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2371:9: note: called from here 2371 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2380:5: note: called from here 2380 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2379:5: note: called from here 2379 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:625:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_sign’: function not considered for inlining 625 | mpd_set_sign(mpd_t *result, uint8_t sign) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2386:5: note: called from here 2386 | mpd_set_sign(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_FromObject’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2784:13: note: called from here 2784 | if (mpd_isnan(MPD(v)) && | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘convert_op_cmp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3088:27: note: called from here 3088 | if (*wcmp && !mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_richcompare’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4581:16: note: called from here 4581 | b_issnan = mpd_issnan(MPD(b)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4580:16: note: called from here 4580 | a_issnan = mpd_issnan(MPD(a)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_hash’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4706:9: note: called from here 4706 | if (mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4707:13: note: called from here 4707 | if (mpd_issnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4712:18: note: called from here 4712 | else if (mpd_isnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4716:34: note: called from here 4716 | return py_hash_inf * mpd_arith_sign(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:302:1: error: inlining failed in call to ‘always_inline’ ‘mpd_ispositive’: function not considered for inlining 302 | mpd_ispositive(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4761:14: note: called from here 4761 | result = mpd_ispositive(MPD(v)) ? result : -result; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4751:5: note: called from here 4751 | mpd_set_positive(tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4777:19: note: called from here 4777 | if (exp_hash) mpd_del(exp_hash); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4778:14: note: called from here 4778 | if (tmp) mpd_del(tmp); | ^ lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘exp_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:393:12: note: called from here 393 | return word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetiny’: ../Modules/_decimal/libmpdec/mpdecimal.c:209:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etiny’: function not considered for inlining 209 | mpd_etiny(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:778:12: note: called from here 778 | return PyLong_FromSsize_t(mpd_etiny(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetop’: ../Modules/_decimal/libmpdec/mpdecimal.c:216:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etop’: function not considered for inlining 216 | mpd_etop(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:784:12: note: called from here 784 | return PyLong_FromSsize_t(mpd_etop(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string_dot’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:426:9: note: called from here 426 | s = word_to_string(s, x, mpd_word_digits(x), dot); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:425:9: note: called from here 425 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:405:9: note: called from here 405 | s = word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:404:9: note: called from here 404 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4300:1: note: called from here 4300 | Dec_BoolFunc(mpd_iscanonical) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5362:12: note: called from here 5362 | return mpd_iscanonical(MPD(v)) ? incr_true() : incr_false(); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4301:1: note: called from here 4301 | Dec_BoolFunc(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4302:1: note: called from here 4302 | Dec_BoolFunc(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4303:1: note: called from here 4303 | Dec_BoolFunc(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4304:1: note: called from here 4304 | Dec_BoolFunc(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4306:1: note: called from here 4306 | Dec_BoolFunc(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4305:1: note: called from here 4305 | Dec_BoolFunc(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_adjexp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4319:9: note: called from here 4319 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:202:1: error: inlining failed in call to ‘always_inline’ ‘mpd_adjexp’: function not considered for inlining 202 | mpd_adjexp(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4323:18: note: called from here 4323 | retval = mpd_adjexp(MPD(self)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘nm_nonzero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4182:13: note: called from here 4182 | return !mpd_iszero(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4307:1: note: called from here 4307 | Dec_BoolFunc(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:468:9: note: called from here 468 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:471:13: note: called from here 471 | if (mpd_isnan(dec) && dec->len > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:481:13: note: called from here 481 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:491:13: note: called from here 491 | if (mpd_isnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:492:17: note: called from here 492 | if (mpd_isqnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:504:18: note: called from here 504 | else if (mpd_isinfinite(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:551:17: note: called from here 551 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:590:13: note: called from here 590 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsFloat’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3765:9: note: called from here 3765 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3766:13: note: called from here 3766 | if (mpd_issnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3771:13: note: called from here 3771 | if (mpd_isnegative(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_sizeof’: ../Modules/_decimal/libmpdec/mpdecimal.c:420:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isdynamic_data’: function not considered for inlining 420 | mpd_isdynamic_data(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4821:9: note: called from here 4821 | if (mpd_isdynamic_data(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_dealloc’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:1911:5: note: called from here 1911 | mpd_del(MPD(dec)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_realloc_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:285:9: note: called from here 285 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:284:9: note: called from here 284 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_switch_to_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:221:9: note: called from here 221 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:220:9: note: called from here 220 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:695:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_dynamic_data’: function not considered for inlining 695 | mpd_set_dynamic_data(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:229:5: note: called from here 229 | mpd_set_dynamic_data(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_settriple’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2102:5: note: called from here 2102 | mpd_set_flags(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsTuple’: ../Modules/_decimal/libmpdec/mpdecimal.c:385:1: error: inlining failed in call to ‘always_inline’ ‘mpd_sign’: function not considered for inlining 385 | mpd_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3861:36: note: called from here 3861 | sign = PyLong_FromUnsignedLong(mpd_sign(MPD(dec))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3866:9: note: called from here 3866 | if (mpd_isinfinite(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3878:13: note: called from here 3878 | if (mpd_isnan(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3879:41: note: called from here 3879 | expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:726:1: error: inlining failed in call to ‘always_inline’ ‘mpd_clear_flags’: function not considered for inlining 726 | mpd_clear_flags(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3894:13: note: called from here 3894 | mpd_clear_flags(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3927:12: note: called from here 3927 | if (x) mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_baseshiftl’: ../Modules/_decimal/libmpdec/mpdecimal.c:453:1: error: inlining failed in call to ‘always_inline’ ‘mpd_uint_zero’: function not considered for inlining 453 | mpd_uint_zero(mpd_uint_t *dest, mpd_size_t len) | ^ ../Modules/_decimal/libmpdec/basearith.c:467:5: note: called from here 467 | mpd_uint_zero(dest, q); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:9: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:29: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:9: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:29: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qformat_spec’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1276:9: note: called from here 1276 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1323:21: note: called from here 1323 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1341:17: note: called from here 1341 | if (mpd_iszero(dec) && dec->exp > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1372:32: note: called from here 1372 | if (*spec->dot != '\0' && !mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1392:5: note: called from here 1392 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1396:5: note: called from here 1396 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_format’: ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:21: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:45: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3449:24: note: called from here 3449 | if (!mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3459:13: note: called from here 3459 | if (mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3460:13: note: called from here 3460 | mpd_set_positive(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qset_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ ../Modules/_decimal/libmpdec/io.c:208:5: note: called from here 208 | mpd_set_flags(dec, 0); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:667:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_negative’: function not considered for inlining 667 | mpd_set_negative(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/io.c:217:9: note: called from here 217 | mpd_set_negative(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:499:1: error: inlining failed in call to ‘always_inline’ ‘mpd_qresize’: function not considered for inlining 499 | mpd_qresize(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) | ^ ../Modules/_decimal/libmpdec/io.c:312:10: note: called from here 312 | if (!mpd_qresize(dec, len, status)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5351:1: note: called from here 5351 | DecCtx_BoolFunc_NO_CTX(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5350:1: note: called from here 5350 | DecCtx_BoolFunc_NO_CTX(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5349:1: note: called from here 5349 | DecCtx_BoolFunc_NO_CTX(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5348:1: note: called from here 5348 | DecCtx_BoolFunc_NO_CTX(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5347:1: note: called from here 5347 | DecCtx_BoolFunc_NO_CTX(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5346:1: note: called from here 5346 | DecCtx_BoolFunc_NO_CTX(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5345:1: note: called from here 5345 | DecCtx_BoolFunc_NO_CTX(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_long’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3506:9: note: called from here 3506 | if (mpd_isspecial(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3507:13: note: called from here 3507 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3527:9: note: called from here 3527 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3543:9: note: called from here 3543 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3550:9: note: called from here 3550 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3548:22: note: called from here 3548 | sdigit val = mpd_arith_sign(x) * ob_digit[0]; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3558:9: note: called from here 3558 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:9: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:31: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3575:5: note: called from here 3575 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_integer_ratio’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3592:9: note: called from here 3592 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3593:13: note: called from here 3593 | if (mpd_isnan(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3617:11: note: called from here 3617 | exp = mpd_iszero(MPD(tmp)) ? 0 : MPD(tmp)->exp; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘multiply_by_denominator’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2986:9: note: called from here 2986 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3001:5: note: called from here 3001 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDecType_FromFloatExact’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2360:9: note: called from here 2360 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2372:9: note: called from here 2372 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2371:9: note: called from here 2371 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2380:5: note: called from here 2380 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2379:5: note: called from here 2379 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:625:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_sign’: function not considered for inlining 625 | mpd_set_sign(mpd_t *result, uint8_t sign) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2386:5: note: called from here 2386 | mpd_set_sign(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_FromObject’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2784:13: note: called from here 2784 | if (mpd_isnan(MPD(v)) && | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘convert_op_cmp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3088:27: note: called from here 3088 | if (*wcmp && !mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_richcompare’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4581:16: note: called from here 4581 | b_issnan = mpd_issnan(MPD(b)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4580:16: note: called from here 4580 | a_issnan = mpd_issnan(MPD(a)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_hash’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4706:9: note: called from here 4706 | if (mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4707:13: note: called from here 4707 | if (mpd_issnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4712:18: note: called from here 4712 | else if (mpd_isnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4716:34: note: called from here 4716 | return py_hash_inf * mpd_arith_sign(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:302:1: error: inlining failed in call to ‘always_inline’ ‘mpd_ispositive’: function not considered for inlining 302 | mpd_ispositive(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4761:14: note: called from here 4761 | result = mpd_ispositive(MPD(v)) ? result : -result; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4751:5: note: called from here 4751 | mpd_set_positive(tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4777:19: note: called from here 4777 | if (exp_hash) mpd_del(exp_hash); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4778:14: note: called from here 4778 | if (tmp) mpd_del(tmp); | ^ lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘exp_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:393:12: note: called from here 393 | return word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetiny’: ../Modules/_decimal/libmpdec/mpdecimal.c:209:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etiny’: function not considered for inlining 209 | mpd_etiny(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:778:12: note: called from here 778 | return PyLong_FromSsize_t(mpd_etiny(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetop’: ../Modules/_decimal/libmpdec/mpdecimal.c:216:1: error: inlining failed in call to ‘always_inline’ ‘mpd_etop’: function not considered for inlining 216 | mpd_etop(const mpd_context_t *ctx) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:784:12: note: called from here 784 | return PyLong_FromSsize_t(mpd_etop(CTX(self))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string_dot’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:426:9: note: called from here 426 | s = word_to_string(s, x, mpd_word_digits(x), dot); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:425:9: note: called from here 425 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘coeff_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:143:1: error: inlining failed in call to ‘always_inline’ ‘mpd_word_digits’: function not considered for inlining 143 | mpd_word_digits(mpd_uint_t word) | ^ ../Modules/_decimal/libmpdec/io.c:405:9: note: called from here 405 | s = word_to_string(s, x, mpd_word_digits(x), NULL); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:223:1: error: inlining failed in call to ‘always_inline’ ‘mpd_msword’: function not considered for inlining 223 | mpd_msword(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:404:9: note: called from here 404 | x = mpd_msword(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4300:1: note: called from here 4300 | Dec_BoolFunc(mpd_iscanonical) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_iscanonical’: ../Modules/_decimal/libmpdec/mpdecimal.c:266:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iscanonical’: function not considered for inlining 266 | mpd_iscanonical(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5362:12: note: called from here 5362 | return mpd_iscanonical(MPD(v)) ? incr_true() : incr_false(); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4301:1: note: called from here 4301 | Dec_BoolFunc(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4302:1: note: called from here 4302 | Dec_BoolFunc(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4303:1: note: called from here 4303 | Dec_BoolFunc(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4304:1: note: called from here 4304 | Dec_BoolFunc(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4306:1: note: called from here 4306 | Dec_BoolFunc(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4305:1: note: called from here 4305 | Dec_BoolFunc(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_adjexp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4319:9: note: called from here 4319 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:202:1: error: inlining failed in call to ‘always_inline’ ‘mpd_adjexp’: function not considered for inlining 202 | mpd_adjexp(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4323:18: note: called from here 4323 | retval = mpd_adjexp(MPD(self)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘nm_nonzero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4182:13: note: called from here 4182 | return !mpd_iszero(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4307:1: note: called from here 4307 | Dec_BoolFunc(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_to_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:468:9: note: called from here 468 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:471:13: note: called from here 471 | if (mpd_isnan(dec) && dec->len > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:481:13: note: called from here 481 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:491:13: note: called from here 491 | if (mpd_isnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:492:17: note: called from here 492 | if (mpd_isqnan(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:504:18: note: called from here 504 | else if (mpd_isinfinite(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:551:17: note: called from here 551 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:590:13: note: called from here 590 | if (mpd_isnegative(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsFloat’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3765:9: note: called from here 3765 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3766:13: note: called from here 3766 | if (mpd_issnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3771:13: note: called from here 3771 | if (mpd_isnegative(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_sizeof’: ../Modules/_decimal/libmpdec/mpdecimal.c:420:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isdynamic_data’: function not considered for inlining 420 | mpd_isdynamic_data(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4821:9: note: called from here 4821 | if (mpd_isdynamic_data(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_dealloc’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:1911:5: note: called from here 1911 | mpd_del(MPD(dec)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_realloc_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:285:9: note: called from here 285 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:284:9: note: called from here 284 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_switch_to_dyn’: ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:221:9: note: called from here 221 | mpd_set_positive(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:651:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_qnan’: function not considered for inlining 651 | mpd_set_qnan(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:220:9: note: called from here 220 | mpd_set_qnan(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:695:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_dynamic_data’: function not considered for inlining 695 | mpd_set_dynamic_data(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/mpalloc.c:229:5: note: called from here 229 | mpd_set_dynamic_data(result); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_settriple’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2102:5: note: called from here 2102 | mpd_set_flags(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_AsTuple’: ../Modules/_decimal/libmpdec/mpdecimal.c:385:1: error: inlining failed in call to ‘always_inline’ ‘mpd_sign’: function not considered for inlining 385 | mpd_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3861:36: note: called from here 3861 | sign = PyLong_FromUnsignedLong(mpd_sign(MPD(dec))); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3866:9: note: called from here 3866 | if (mpd_isinfinite(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3878:13: note: called from here 3878 | if (mpd_isnan(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3879:41: note: called from here 3879 | expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:726:1: error: inlining failed in call to ‘always_inline’ ‘mpd_clear_flags’: function not considered for inlining 726 | mpd_clear_flags(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3894:13: note: called from here 3894 | mpd_clear_flags(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3927:12: note: called from here 3927 | if (x) mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_baseshiftl’: ../Modules/_decimal/libmpdec/mpdecimal.c:453:1: error: inlining failed in call to ‘always_inline’ ‘mpd_uint_zero’: function not considered for inlining 453 | mpd_uint_zero(mpd_uint_t *dest, mpd_size_t len) | ^ ../Modules/_decimal/libmpdec/basearith.c:467:5: note: called from here 467 | mpd_uint_zero(dest, q); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:9: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3235:29: note: called from here 3235 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_mpd_round’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:9: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1231:29: note: called from here 1231 | if (mpd_isspecial(a) || mpd_iszero(a)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qformat_spec’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1276:9: note: called from here 1276 | if (mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1323:21: note: called from here 1323 | if (mpd_iszero(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1341:17: note: called from here 1341 | if (mpd_iszero(dec) && dec->exp > 0) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1372:32: note: called from here 1372 | if (*spec->dot != '\0' && !mpd_isspecial(dec)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1392:5: note: called from here 1392 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ ../Modules/_decimal/libmpdec/io.c:1396:5: note: called from here 1396 | mpd_del(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_format’: ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:21: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3427:45: note: called from here 3427 | if (no_neg_0 && mpd_isnegative(mpd) && !mpd_isspecial(mpd)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3449:24: note: called from here 3449 | if (!mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3459:13: note: called from here 3459 | if (mpd_iszero(&tmp)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3460:13: note: called from here 3460 | mpd_set_positive(&tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qset_string’: ../Modules/_decimal/libmpdec/mpdecimal.c:733:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_flags’: function not considered for inlining 733 | mpd_set_flags(mpd_t *result, uint8_t flags) | ^ ../Modules/_decimal/libmpdec/io.c:208:5: note: called from here 208 | mpd_set_flags(dec, 0); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:667:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_negative’: function not considered for inlining 667 | mpd_set_negative(mpd_t *result) | ^ ../Modules/_decimal/libmpdec/io.c:217:9: note: called from here 217 | mpd_set_negative(dec); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:499:1: error: inlining failed in call to ‘always_inline’ ‘mpd_qresize’: function not considered for inlining 499 | mpd_qresize(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) | ^ ../Modules/_decimal/libmpdec/io.c:312:10: note: called from here 312 | if (!mpd_qresize(dec, len, status)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_iszero’: ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5351:1: note: called from here 5351 | DecCtx_BoolFunc_NO_CTX(mpd_iszero) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5350:1: note: called from here 5350 | DecCtx_BoolFunc_NO_CTX(mpd_issnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_issigned’: ../Modules/_decimal/libmpdec/mpdecimal.c:316:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issigned’: function not considered for inlining 316 | mpd_issigned(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5349:1: note: called from here 5349 | DecCtx_BoolFunc_NO_CTX(mpd_issigned) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isqnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:309:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isqnan’: function not considered for inlining 309 | mpd_isqnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5348:1: note: called from here 5348 | DecCtx_BoolFunc_NO_CTX(mpd_isqnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isnan’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5347:1: note: called from here 5347 | DecCtx_BoolFunc_NO_CTX(mpd_isnan) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isinfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:281:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isinfinite’: function not considered for inlining 281 | mpd_isinfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5346:1: note: called from here 5346 | DecCtx_BoolFunc_NO_CTX(mpd_isinfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_mpd_isfinite’: ../Modules/_decimal/libmpdec/mpdecimal.c:274:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isfinite’: function not considered for inlining 274 | mpd_isfinite(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:5345:1: note: called from here 5345 | DecCtx_BoolFunc_NO_CTX(mpd_isfinite) | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_long’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3506:9: note: called from here 3506 | if (mpd_isspecial(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3507:13: note: called from here 3507 | if (mpd_isnan(MPD(dec))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3527:9: note: called from here 3527 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3543:9: note: called from here 3543 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3550:9: note: called from here 3550 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3548:22: note: called from here 3548 | sdigit val = mpd_arith_sign(x) * ob_digit[0]; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3558:9: note: called from here 3558 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:295:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnegative’: function not considered for inlining 295 | mpd_isnegative(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:9: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3571:31: note: called from here 3571 | if (mpd_isnegative(x) && !mpd_iszero(x)) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3575:5: note: called from here 3575 | mpd_del(x); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_as_integer_ratio’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3592:9: note: called from here 3592 | if (mpd_isspecial(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3593:13: note: called from here 3593 | if (mpd_isnan(MPD(self))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:337:1: error: inlining failed in call to ‘always_inline’ ‘mpd_iszero’: function not considered for inlining 337 | mpd_iszero(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3617:11: note: called from here 3617 | exp = mpd_iszero(MPD(tmp)) ? 0 : MPD(tmp)->exp; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘multiply_by_denominator’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2986:9: note: called from here 2986 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3001:5: note: called from here 3001 | mpd_del(vv); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDecType_FromFloatExact’: ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2360:9: note: called from here 2360 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2372:9: note: called from here 2372 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2371:9: note: called from here 2371 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2380:5: note: called from here 2380 | mpd_del(d2); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2379:5: note: called from here 2379 | mpd_del(d1); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:625:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_sign’: function not considered for inlining 625 | mpd_set_sign(mpd_t *result, uint8_t sign) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2386:5: note: called from here 2386 | mpd_set_sign(MPD(dec), sign); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘PyDec_FromObject’: ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:2784:13: note: called from here 2784 | if (mpd_isnan(MPD(v)) && | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘convert_op_cmp’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:3088:27: note: called from here 3088 | if (*wcmp && !mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘dec_richcompare’: ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4581:16: note: called from here 4581 | b_issnan = mpd_issnan(MPD(b)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4580:16: note: called from here 4580 | a_issnan = mpd_issnan(MPD(a)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c: In function ‘_dec_hash’: ../Modules/_decimal/libmpdec/mpdecimal.c:330:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isspecial’: function not considered for inlining 330 | mpd_isspecial(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4706:9: note: called from here 4706 | if (mpd_isspecial(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:323:1: error: inlining failed in call to ‘always_inline’ ‘mpd_issnan’: function not considered for inlining 323 | mpd_issnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4707:13: note: called from here 4707 | if (mpd_issnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:288:1: error: inlining failed in call to ‘always_inline’ ‘mpd_isnan’: function not considered for inlining 288 | mpd_isnan(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4712:18: note: called from here 4712 | else if (mpd_isnan(MPD(v))) { | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:392:1: error: inlining failed in call to ‘always_inline’ ‘mpd_arith_sign’: function not considered for inlining 392 | mpd_arith_sign(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4716:34: note: called from here 4716 | return py_hash_inf * mpd_arith_sign(MPD(v)); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:302:1: error: inlining failed in call to ‘always_inline’ ‘mpd_ispositive’: function not considered for inlining 302 | mpd_ispositive(const mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4761:14: note: called from here 4761 | result = mpd_ispositive(MPD(v)) ? result : -result; | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:674:1: error: inlining failed in call to ‘always_inline’ ‘mpd_set_positive’: function not considered for inlining 674 | mpd_set_positive(mpd_t *result) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4751:5: note: called from here 4751 | mpd_set_positive(tmp); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4777:19: note: called from here 4777 | if (exp_hash) mpd_del(exp_hash); | ^ ../Modules/_decimal/libmpdec/mpdecimal.c:464:1: error: inlining failed in call to ‘always_inline’ ‘mpd_del’: function not considered for inlining 464 | mpd_del(mpd_t *dec) | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Modules/_decimal/_decimal.c:4778:14: note: called from here 4778 | if (tmp) mpd_del(tmp); | ^ lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 make: *** [Makefile:1829: buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org