Buildbot-status
Threads by month
- ----- 2026 -----
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
June 2025
- 3 participants
- 92 discussions
☠ Buildbot (Python): - failed configure (failure) clean (failure) (fd6c5fe7869fd0519f2a222e769553b91815ff1a)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder wasm32-wasi Non-Debug 3.12 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/1372/builds/999
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason:
Blamelist: brett(a)python.org
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
From https://github.com/python/cpython
* branch 3.12 -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
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 fd6c5fe7869 Post 3.12.11
Switched to and reset branch '3.12'
../../Parser/tokenizer.c: In function ‘update_fstring_expr’:
../../Parser/tokenizer.c:482:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
482 | tok_mode->last_expr_end = strlen(tok->start);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../Parser/tokenizer.c:483:3: note: here
483 | case ':':
| ^~~~
../../Python/import.c: In function ‘hashtable_key_from_2_strings.constprop’:
../../Python/import.c:938:5: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
938 | strncpy(key, str1_data, str1_len);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Python/import.c:925:27: note: length computed here
925 | Py_ssize_t str1_len = strlen(str1_data);
| ^~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:611:18:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:607:18:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:501:22:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
configure: WARNING: using cross tools not prefixed with host triplet
configure: error: set ac_cv_file__dev_ptmx to yes/no in your CONFIG_SITE file when cross compiling
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1681/builds/149
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-rhel8-s390x
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 588, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 570, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 566, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-2103' pid=3730748 parent=3709885 started daemon>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 518, in _sleep_some_event
time.sleep(100)
~~~~~~~~~~^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 588, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 570, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 566, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-6' pid=3743484 parent=3743477 started daemon>
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
Failed subtests:
- test_interrupt - test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder AMD64 Debian root 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1742/builds/164
Buildbot URL: https://buildbot.python.org/
Worker for this Build: angelico-debian-amd64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_long.py", line 1160, in test_bit_length
self.assertEqual(k, 1 + math.floor(
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
math.log(abs(x))/math.log(2) + tiny))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/unittest/case.py", line 924, in assertEqual
assertion_func = self._getAssertEqualityFunc(first, second)
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/unittest/case.py", line 905, in _getAssertEqualityFunc
asserter = self._type_equality_funcs.get(type(first))
~~~~^^^^^^^
TypeError: 'dict' object is not callable
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 1105, in test_ndarray_getbuf
self.verify_getbuf(ex2, m2, req|bits,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
sliced=True)
^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 1027, in verify_getbuf
self.verify(nd, obj=ex,
~~~~~~~~~~~^^^^^^^^^^^^
itemsize=itemsize, fmt=fmt, readonly=ro,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ndim=ndim, shape=shape, strides=strides,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lst=lst, sliced=sliced)
^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 949, in verify
self.assertEqual(contig_bytes, contig)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/unittest/case.py", line 924, in assertEqual
assertion_func = self._getAssertEqualityFunc(first, second)
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/unittest/case.py", line 905, in _getAssertEqualityFunc
asserter = self._type_equality_funcs.get(type(first))
~~~~^^^^^^^
TypeError: 'dict' object is not callable
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 34, in test_build
self.check_build('_test_cext')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 56, in check_build
with support.setup_venv_with_pip_setuptools(venv_dir) as python_exe:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 2460, in setup_venv_with_pip_setuptools
run_command(cmd)
~~~~~~~~~~~^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 2450, in run_command
subprocess.run(cmd, check=True)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/root/buildarea/3.14.angelico-debian-amd64/build/python', '-X', 'dev', '-m', 'venv', 'env']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_difflib.py", line 60, in test_one_insert_homogenous_sequence
self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
~~~~~~~~^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/difflib.py", line 619, in ratio
matches = sum(triple[-1] for triple in self.get_matching_blocks())
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/difflib.py", line 454, in get_matching_blocks
i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/difflib.py", line 386, in find_longest_match
if k > bestsize:
^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'SequenceMatcher' and 'int'
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 2762, in test_memoryview_cast
iter_roundtrip(ex, m, items, fmt)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 2725, in iter_roundtrip
self.verify(m3, obj=ex,
~~~~~~~~~~~^^^^^^^^^^^^
itemsize=srcsize, fmt=fmt, readonly=False,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ndim=1, shape=[31], strides=(srcsize,),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lst=lst, cast=True)
^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 814, in verify
self.assertIs(result.obj, obj)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
AssertionError: None is not <ndarray object at 0x7f94e84d1840>
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/multibytecodec_support.py", line 182, in test_incrementalencoder
data = istream.read(sizehint)
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/codecs.py", line 510, in read
newchars, decodedbytes = self.decode(data, self.errors)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
TypeError: 'bytes' object is not callable
Traceback (most recent call last):
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 48, in test_build_limited
self.check_build('_test_limited_cext', limited=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 57, in check_build
self._check_build(extension_name, python_exe,
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
std=std, limited=limited)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 94, in _check_build
run_cmd('Install', cmd)
~~~~~~~^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_cext/__init__.py", line 75, in run_cmd
subprocess.run(cmd, check=True, env=env)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/root/buildarea/3.14.angelico-debian-amd64/build/build/test_python_3236561æ/tempcwd/env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/root/buildarea/3.14.angelico-debian-amd64/build/build/test_python_3236561æ/tempcwd/pkg', '-v']' returned non-zero exit status 1.
Test report
===========
Failed tests:
- test_long
- test_buffer
- test_difflib
- test_cext
- test_codecencodings_jp
Failed subtests:
- test_memoryview_cast - test.test_buffer.TestBufferProtocol.test_memoryview_cast
- test_build_limited - test.test_cext.TestExt.test_build_limited
- test_bit_length - test.test_long.LongTest.test_bit_length
- test_incrementalencoder - test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder
- test_build - test.test_cext.TestExt.test_build
- test_ndarray_getbuf - test.test_buffer.TestBufferProtocol.test_ndarray_getbuf
- test_one_insert_homogenous_sequence - test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1472/builds/734
Buildbot URL: https://buildbot.python.org/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Sam Gross <colesbury(a)gmail.com>, Steve Dower <steve.dower(a)python.org>, T. Wouters <thomas(a)python.org>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_perf_profiler.py", line 370, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py' not found in 'perf-exec 2606590 4376397.880605: 1 cycles:P: \n\tffffffffa004fbd0 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unknown])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2606590 4376397.880612: 1 cycles:P: \n\tffffffffa004fbd0 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unkno
wn])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2606590 4376397.880614: 200 cycles:P: \n\tffffffffa004fbd0 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unknown])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2606590 4376397.880617: 90686 cycles:P: \n\tffffffffa004fbd0 [unknown] ([un
known])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unknown])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\npython 2606590 4376397.880642: 45141344 cycles:P: \n\tffffffff9ff947de [unknown] ([unknown])\n\tffffffff9ffa264a [unknown] ([unknown])\n\tffffffff9ffa2c86 [unknown] ([unknown])\n\tffffffff9ffa36bc [unknown] ([unknown])\n\tffffffff9f22eab3 [unknown] ([unknown])\n\tffffffff9f23107f [unknown] ([unknown])\n\tffffffff9f2311ed [unknown] ([unknown])\n\tffffffff9f2312e0 [unknown] ([unknown])\n\tffffffff9f3854ac [unknown] ([unknown])\n\tffffffff9f386101 [unknown] ([unknown])\n\tffffff
ff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2
ython)\n\t 5cbcc3828451 _Py_Dealloc+0x6c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f789e Py_DECREF+0x3c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f78bd Py_XDECREF+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc390d6a7 _PyEval_EvalFrameDefault+0x1112a (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 79e55c8a0af5 py::foo:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py+0x5 (/tmp/jitted-2606590-192.so)\n\npython 2606590 4376397.956577: 36597561 cycles:P: \n\t 5cbcc380456d long_dealloc+0x4 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc3828451 _Py_Dealloc+0x6c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f789e Py_DECREF+0x3c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f78bd Py_XDECREF+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc390d6a7 _P
yEval_EvalFrameDefault+0x1112a (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 79e55c8a0af5 py::foo:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py+0x5 (/tmp/jitted-2606590-192.so)\n\npython 2606590 4376397.965803: 39008933 cycles:P: \n\t 5cbcc382d6f7 _PyMem_DebugRawFree+0x57 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc382da7a _PyMem_DebugFree+0x23 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc3842346 PyObject_Free+0x13 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc380458f long_dealloc+0x26 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc3828451 _Py_Dealloc+0x6c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f789e Py_DECREF+0x3c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f78bd Py_XDECREF+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc390d6a7 _PyEval_Eva
lFrameDefault+0x1112a (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 79e55c8a0af5 py::foo:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py+0x5 (/tmp/jitted-2606590-192.so)\n\npython 2606590 4376397.974989: 41698046 cycles:P: \n\t 79e55cbcfce4 __memset_avx2_unaligned_erms+0x24 (/usr/lib/libc.so.6)\n\t 5cbcc382c208 fill_mem_debug+0x10 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc382d701 _PyMem_DebugRawFree+0x61 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc3841fad PyMem_RawFree+0x13 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc394aaa7 _Py_hashtable_steal+0x9f (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38275c4 _PyRefchain_Remove+0xf (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38291f7 _Py_ForgetReference+0x21 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc382842e _Py_Dealloc+0x49 (/bui
ldbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f789e Py_DECREF+0x3c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38f78bd Py_XDECREF+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc390d6a7 _PyEval_EvalFrameDefault+0x1112a (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 79e55c8a0af5 py::foo:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py+0x5 (/tmp/jitted-2606590-192.so)\n\npython 2606590 4376397.984473: 43689697 cycles:P: \n\t 5cbcc380bede _PyLong_Add+0x38 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 5cbcc38fd00a _PyEval_EvalFrameDefault+0xa8d (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 79e55c8a0af5 py::foo:/tmp/test_python_x6cdb3b4/tmp9827hblc/perftest.py+0x5 (/tmp/jitted-2606590-192.so)\n\npython 2606590 4376398.022610: 34509792 cycles:P: \n\t 5cbcc380228e _PyLong_IsCompact+0xd (/buildbot/buildarea/3.13.pablogsal-arch-x
86_64/build/python)\n\t 5cbcc38022da _PyLong_CompactValue+0x1d (/buildbot/buildarea/3.13.pablogsal-arch
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_perf_profiler.py", line 370, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_0biliah6/tmpdfko9jmc/perftest.py' not found in 'perf-exec 2597711 4375195.741648: 1 cycles:P: \n\tffffffff9f1a2d98 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unknown])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2597711 4375195.741655: 1 cycles:P: \n\tffffffff9f1a2d98 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unkno
wn])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2597711 4375195.741657: 189 cycles:P: \n\tffffffff9f1a2d98 [unknown] ([unknown])\n\tffffffff9f1a859e [unknown] ([unknown])\n\tffffffff9f2f5e62 [unknown] ([unknown])\n\tffffffff9f385d82 [unknown] ([unknown])\n\tffffffff9f2f2a3a [unknown] ([unknown])\n\tffffffff9f2f2fc9 [unknown] ([unknown])\n\tffffffff9f2f32d0 [unknown] ([unknown])\n\tffffffff9f2f33d6 [unknown] ([unknown])\n\tffffffff9f2f5568 [unknown] ([unknown])\n\tffffffff9f2f58c7 [unknown] ([unknown])\n\tffffffff9ee074b7 [unknown] ([unknown])\n\tffffffffa002f40f [unknown] ([unknown])\n\tffffffffa0200130 [unknown] ([unknown])\n\nperf-exec 2597711 4375195.741660: 93896 cycles:P: \n\tffffffff9f1a2d98 [unknown] ([un
known])\n\tffffffff9f1a859e [unknown] ([unknown])\n
ldarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6553711 object_vacall+0x168 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad655384a PyObject_CallMethodObjArgs+0xfe (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66cddc1 import_find_and_load+0x15e (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66d1a36 PyImport_ImportModuleLevelObject+0x1b4 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66785f5 import_name+0xbc (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6686150 _PyEval_EvalFrameDefault+0x9bd3 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad668fcdd _PyEval_EvalFrame+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad668fdf3 _PyEval_Vector+0xd2 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad668feb2 PyEval_EvalCode+0xaf (/buildbot/buildarea/3.13.pablogsal-arch-x8
6_64/build/python)\n\t 649ad66746a1 builtin_exec_impl+0x3fa (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6674800 builtin_exec+0x118 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad65a34b5 cfunction_vectorcall_FASTCALL_KEYWORDS+0x57 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad655423e _PyVectorcall_Call+0x10f (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad65544be _PyObject_Call+0x145 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad65544f6 PyObject_Call+0x1f (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66808fc _PyEval_EvalFrameDefault+0x437f (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad668fcdd _PyEval_EvalFrame+0x1c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad668fdf3 _PyEval_Vector+0xd2 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6
552540 _PyFunction_Vectorcall+0x53 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad65528a1 _PyObject_VectorcallTstate+0x51 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6553711 object_vacall+0x168 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad655384a PyObject_CallMethodObjArgs+0xfe (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66cddc1 import_find_and_load+0x15e (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66d1a36 PyImport_ImportModuleLevelObject+0x1b4 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad667550b builtin___import___impl+0x17 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad667565d builtin___import__+0x14f (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad65a34b5 cfunction_vectorcall_FASTCALL_KEYWORDS+0x57 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/pyth
on)\n\t 649ad65528a1 _PyObject_VectorcallTstate+0x51 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6552ac0 _PyObject_CallFunctionVa+0xc9 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6552bdf PyObject_CallFunction+0xa9 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66d1ea0 PyImport_Import+0x152 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66d1f6a PyImport_ImportModule+0x1b (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad669348a _PyCodec_InitRegistry+0x160 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad662b92d _PyUnicode_InitEncodings+0x2c (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66f555b init_interp_main+0x13d (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66f5b1a pyinit_main+0x40 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad66f685b
Py_InitializeFromConfig+0x102 (/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python)\n\t 649ad6
Test report
===========
Failed tests:
- test_perf_profiler
Failed subtests:
- test_python_calls_appear_in_the_stack_if_perf_activated - test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1757/builds/116
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, stratakis <cstratak(a)redhat.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_perf_profiler.py", line 376, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_pejnsquh/tmpfem4e1ct/perftest.py' not found in 'python 2330249 102907.287374: 7844157 cycles:Pu: \n\t 50cd94 slotptr+0x1 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51373f add_operators+0xab (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5139f9 type_ready_fill_dict+0x10 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 520418 type_ready+0xab (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 520666 init_static_type+0x168 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 52073a _PyStaticType_InitBuiltin+0x2a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e5e8f _PyTypes_InitTypes+0x7d (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refle
ak/build/python)\n\t 6419b7 pycore_init_types+0x19 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 641fc2 pycore_interp_init+0xfa (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 64219e pyinit_config+0x91 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648c96 pyinit_core+0x110 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648d68 Py_InitializeFromConfig+0x81 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67858a pymain_init+0x13e (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67864f pymain_main+0x13 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6786e0 Py_BytesMain+0x2a (/home/bui
+0x421 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6648a4 _PySys_Create+0x12a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 64206b pycore_interp_init+0x1a3 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 64219e pyinit_config+0x91 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648c96 pyinit_core+0x110 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648d68 Py_InitializeFromConfig+0x81 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67858a pymain_init+0x13e (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67864f pymain_main+0x13 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6786e0 Py_BytesMain+0x2a (/h
ome/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 401c6e main+0x8 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 7fa07aa6b5f4 __libc_start_call_main+0x74 (/usr/lib64/libc.so.6)\n\t 7fa07aa6b6a7 __libc_start_main@@GLIBC_2.34+0x87 (/usr/lib64/libc.so.6)\n\t 401ba4 _start+0x24 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\npython 2330249 102907.295516: 20412037 cycles:Pu: \n\t 4d2538 _Py_dict_lookup+0x6a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d2d21 _PyDict_GetItemRef_KnownHash+0x16 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d2dcc PyDict_GetItemRef+0x41 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 477e2c PyMapping_GetOptionalItem+0x32 (/home/buildbot/buildarea/3.14.cstratak-fedora-
stable-x86_64.refleak/build/python)\n\t 5bac6e _PyEval_LoadName+0x2f (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5d3da8 _PyEval_EvalFrameDefault+0x1901d (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5dbcbd _PyEval_EvalFrame+0x1c (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5dbe5b _PyEval_Vector+0x15a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5dbf2e PyEval_EvalCode+0xb3 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6df2da _PyConfig_InitPathConfig+0x42e (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 628db3 config_init_import+0x1b (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 62c1e2 _PyConfig_InitImportConfig+0x15 (/home/buildb
ot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 647d99 init_interp_main+0xb4 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6483ba pyinit_main+0x31 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648dbc Py_InitializeFromConfig+0xd5 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67858a pymain_init+0x13e (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67864f pymain_main+0x13 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6786e0 Py_BytesMain+0x2a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 401c6e main+0x8 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 7fa07aa6b5f4 __libc_start_call_main+0x74 (/usr/lib64/libc.so.6)\n\t
7fa07aa6b6a7 __libc_start_main@@GLIBC_2.34+0x87 (/usr/lib64/libc.so.6)\n\t 401ba4 _start+0x24
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_perf_profiler.py", line 376, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_vpl8b972/tmpdkmattjx/perftest.py' not found in 'python 2351449 103494.174627: 7274763 cycles:Pu: \n\t 7f2893321e80 __memset_evex_unaligned_erms+0x0 (/usr/lib64/libc.so.6)\n\t 51662d _PyType_AllocNoTrack+0xa5 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5166b4 PyType_GenericAlloc+0xe (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 49e3e3 descr_new+0x1c (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 49f247 PyDescr_NewMethod+0x82 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 513468 type_add_method+0x11a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51351d type_add_methods+0x26 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 513a05 type_read
y_fill_dict+0x1c (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 520418 type_ready+0xab (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 520666 init_static_type+0x168 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 52073a _PyStaticType_InitBuiltin+0x2a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e5e8f _PyTypes_InitTypes+0x7d (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6419b7 pycore_init_types+0x19 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 641fc2 pycore_interp_init+0xfa (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 64219e pyinit_config+0x91 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648
c96 pyinit_core+0x110 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 648d68 Py_InitializeFromConfig+0x81 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67858a pymain_init+0x13e (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 67864f pymain_main+0x13 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6786e0 Py_BytesMain+0x2a (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 401c6e main+0x8 (/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 7f28931ce5f4 __libc_start_call_main+0x74 (/usr/lib64/libc.so.6)\n\t 7f28931ce6a7 __libc_start_main@@GLIBC_2.34+0x87 (/usr/lib64/libc.so.6)\n\t 401ba4 _start+0x24 (/home/buildbot/buildarea/3.14.cstratak-
Test report
===========
Failed tests:
- test_perf_profiler
Failed subtests:
- test_python_calls_appear_in_the_stack_if_perf_activated - test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1419/builds/644
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist: Steve Dower <steve.dower(a)python.org>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.13.ware-win11.nondebug\build\Lib\test\test_int.py", line 740, in test_denial_of_service_prevented_str_to_int
self.assertLessEqual(sw_fail_extra_huge.seconds, sw_convert.seconds/2)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0.015625 not less than or equal to 0.0078125
Test report
===========
Failed tests:
- test_int
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 4, 2025
by buildbot@python.org June 4, 2025
June 4, 2025
The Buildbot has detected a new failure on builder AMD64 CentOS9 NoGIL Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1774/builds/150
Buildbot URL: https://buildbot.python.org/
Worker for this Build: itamaro-centos-aws
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 220, in test_free_reference
for _ in support.sleeping_retry(support.SHORT_TIMEOUT):
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.refleak.nogil/build/Lib/test/support/__init__.py", line 2591, in sleeping_retry
for _ in busy_retry(timeout, err_msg, error=error):
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.refleak.nogil/build/Lib/test/support/__init__.py", line 2561, in busy_retry
raise AssertionError(msg)
AssertionError: timeout (68.3 seconds)
Test report
===========
Failed tests:
- test.test_concurrent_futures.test_interpreter_pool
Failed subtests:
- test_free_reference - test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_free_reference
Test leaking resources:
- test_interpreter_pool: memory blocks
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org June 3, 2025
by buildbot@python.org June 3, 2025
June 3, 2025
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1471/builds/848
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, T. Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_perf_profiler.py", line 370, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_mkzk0um5/tmp5zm67wi5/perftest.py' not found in 'python 3040842 48500.632202: 8460909 cycles:Pu: \n\t 4d3b09 _PyDict_Contains_KnownHash+0x1 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d3b70 PyDict_Contains+0x28 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51136b overrides_hash+0x22 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51243d inherit_slots+0x109f (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51273d type_ready_inherit+0x91 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51d52f type_ready+0xc0 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51d6b1 init_static_type+0xad (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.re
fleak/build/python)\n\t 51d827 _PyStaticType_InitBuiltin+0x1a (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e4e20 _PyTypes_InitTypes+0x7d (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f165 pycore_init_types+0x19 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f686 pycore_interp_init+0xe5 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f862 pyinit_config+0x91 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refl
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_perf_profiler.py", line 370, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertIn(f"py::bar:{script}", stdout)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'py::bar:/tmp/test_python_bdw7dic1/tmpb43oy300/perftest.py' not found in 'python 3087474 49437.376279: 8676401 cycles:Pu: \n\t 4cf335 new_keys_object+0x16d (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d166f dictresize+0x5b (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d1bcf insertion_resize+0x39 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d4c43 insert_combined_dict+0xe7 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d5428 insertdict+0x209 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d5592 setitem_take2_lock_held+0x63 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4d5b3c _PyDict_SetItem_Take2+0x8 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64
.refleak/build/python)\n\t 4d5b87 PyDict_SetItem+0x48 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 510fb4 add_operators+0x75 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5112e6 type_ready_fill_dict+0x10 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51d51a type_ready+0xab (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51d6b1 init_static_type+0xad (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 51d827 _PyStaticType_InitBuiltin+0x1a (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e4e20 _PyTypes_InitTypes+0x7d (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f165 pycore_init_types+0x19 (/home/buildbot/buildarea/3.13.cstratak-fedora-stabl
e-x86_64.refleak/build/python)\n\t 61f686 pycore_interp_init+0xe5 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f862 pyinit_config+0x91 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6260bc pyinit_core+0x110 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 62618e Py_InitializeFromConfig+0x81 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 651f43 pymain_init+0x13e (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 651ffe pymain_main+0x13 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 65208f Py_BytesMain+0x2a (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 401bee main+0x8 (/home/b
dora-stable-x86_64.refleak/build/python)\n\t 5e8345 PyErr_Format+0x97 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e3a15 _Py_module_getattro_impl+0x417 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e3a63 _Py_module_getattro+0xd (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e67f6 PyObject_GetAttr+0x2f (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5bd7f2 _PyEval_EvalFrameDefault+0xacef (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5c5133 _PyEval_EvalFrame+0x1c (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 5c5253 _PyEval_Vector+0xdc (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 495712 _PyFunction_Vectorcall+0x50 (/home/buildbot/bu
ildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 495a38 _PyObject_VectorcallTstate+0x51 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 495c03 _PyObject_CallFunctionVa+0xaa (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 495e7e callmethod+0x38 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 495f84 PyObject_CallMethod+0xbb (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 604a34 init_importlib+0xbe (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6055c5 _PyImport_InitCore+0x2e (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f7b9 pycore_interp_init+0x218 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 61f862 pyinit_config+0x91
(/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 6260bc pyinit_core+0x110 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 62618e Py_InitializeFromConfig+0x81 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 651f43 pymain_init+0x13e (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 651ffe pymain_main+0x13 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 65208f Py_BytesMain+0x2a (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 401bee main+0x8 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 7f0109c4f5f4 __libc_start_call_main+0x74 (/usr/lib64/libc.so.6)\n\t 7f0109c4f6a7 __libc_start_main@@GLIBC_2.34+0x87 (/usr/lib64/libc.so.6)\n\t 401b24 _start+0x24 (/home
/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\npython 3087474 49437.385130: 20898019 cycles:Pu: \n\t 52250f Py_TYPE+0x0 (inlined)\n\t 52250f PyUnicode_GET_LENGTH+0x0 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 530073 unicode_hash+0x49 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 4e4a88 PyObject_Hash+0x19 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 501c1a _PyObject_HashFast+0x14 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 501c5f set_add_key+0x14 (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 501cbe set_update_iterable_lock_held+0x3e (/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 501dbd set_update_local+0x86 (/home/buildbot/buildarea
/3.13.cstratak-fedora-stable-x86_64.refleak/build/python)\n\t 501e41 make_new_set+0x74 (/home/bui
Test report
===========
Failed tests:
- test_perf_profiler
Failed subtests:
- test_python_calls_appear_in_the_stack_if_perf_activated - test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed update (failure) Uninstalled (failure) clean (failure) (3.9)
by buildbot@python.org June 3, 2025
by buildbot@python.org June 3, 2025
June 3, 2025
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/17/builds/613
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed update (failure) Uninstalled (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Cloning into '.'...
fatal: unable to access 'https://github.com/python/cpython.git/': The requested URL returned error: 502
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org June 3, 2025
by buildbot@python.org June 3, 2025
June 3, 2025
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1079/builds/6618
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown>
Blamelist: Andrea-Oliveri <47737621+Andrea-Oliveri(a)users.noreply.github.com>, Bénédikt Tran <10796600+picnixz(a)users.noreply.github.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Donghee Na <donghee.na(a)python.org>, Duane Griffin <duaneg(a)dghda.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, GalaxySnail <me(a)glxys.nl>, Gregory P. Smith <greg(a)krypto.org>, Itamar Oren <itamarost(a)gmail.com>, László Kiss Kollár <kiss.kollar.laszlo(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Michał Górny <mgorny(a)gentoo.org>, Nice Zombies <nineteendo19d0(a)gmail.com>, Petr Viktorin <encukou(a)gmail.com>, Pieter Eendebak <pieter.eendebak(a)gmail.com>, Rafael Fontenelle <rffontenelle(a)users.noreply.github.com>, Rihaan Meher <meherrihaan(a)gmail.com>, Roei Ben Artzi <155478676+roeibenartzi(a)users.noreply.github.com>, Sam Ng <hongsheng(a)gmail.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Stan Ulbrych <89152624+StanFromIreland(a)users.noreply.github.com>, Steve Dower <steve.dower(a)python.o
rg>, Victor Stinner <vstinner(a)python.org>, devdanzin <74280297+devdanzin(a)users.noreply.github.com>, sobolevn <mail(a)sobolevn.me>, stratakis <cstratak(a)redhat.com>, Łukasz Langa <lukasz(a)langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback.test_repr) ... ok
Test report
===========
Failed tests:
- test.test_gdb.test_cfunction
- test_binascii
- test_peg_generator
- test_pow
- test_tracemalloc
Sincerely,
-The Buildbot
1
0