Buildbot-status
Threads by month
- ----- 2024 -----
- 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
May 2023
- 1 participants
- 269 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 23 May '23
by buildbot@python.org 23 May '23
23 May '23
The Buildbot has detected a new failure on builder PPC64LE CentOS9 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/868/builds/3162
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist: Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
446 tests OK.
10 slowest tests:
- test_gdb: 5 min 18 sec
- test_concurrent_futures: 3 min 1 sec
- test_multiprocessing_spawn: 2 min 58 sec
- test_math: 2 min 42 sec
- test_multiprocessing_forkserver: 1 min 41 sec
- test_lib2to3: 1 min 31 sec
- test_multiprocessing_fork: 1 min 23 sec
- test_tokenize: 1 min 15 sec
- test_tarfile: 1 min 5 sec
- test_cppext: 1 min 2 sec
1 test altered the execution environment:
test_concurrent_futures
19 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
Total duration: 8 min 25 sec
Captured traceback
==================
remote: Enumerating objects: 26, done.
remote: Counting objects: 3% (1/26)
remote: Counting objects: 7% (2/26)
remote: Counting objects: 11% (3/26)
remote: Counting objects: 15% (4/26)
remote: Counting objects: 19% (5/26)
remote: Counting objects: 23% (6/26)
remote: Counting objects: 26% (7/26)
remote: Counting objects: 30% (8/26)
remote: Counting objects: 34% (9/26)
remote: Counting objects: 38% (10/26)
remote: Counting objects: 42% (11/26)
remote: Counting objects: 46% (12/26)
remote: Counting objects: 50% (13/26)
remote: Counting objects: 53% (14/26)
remote: Counting objects: 57% (15/26)
remote: Counting objects: 61% (16/26)
remote: Counting objects: 65% (17/26)
remote: Counting objects: 69% (18/26)
remote: Counting objects: 73% (19/26)
remote: Counting objects: 76% (20/26)
remote: Counting objects: 80% (21/26)
remote: Counting objects: 84% (22/26)
remote: Counting objects: 88% (23/26)
remote: Counting objects: 92% (24/26)
remote: Counting objects: 96% (25/26)
remote: Counting objects: 100% (26/26)
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 26 (delta 11), reused 18 (delta 11), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '9dc476be2dcfc9bcf53bcb83f4b8d555682d0600'.
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 9dc476be2d gh-104773: PEP 594: Remove the telnetlib module (#104778)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
Parser/pegen.c: In function ‘_PyPegen_fill_token’:
Parser/pegen.c:168:25: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
168 | parser_token->level = new_token->level;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
Python/flowgraph.c: In function ‘_PyCfgBuilder_Addop’:
Python/flowgraph.c:357:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
357 | _PyCfgBuilder_Addop(cfg_builder *g, int opcode, int oparg, location loc)
| ^~~~~~~~~~~~~~~~~~~
Python/initconfig.c: In function ‘_PyConfig_Copy’:
Python/initconfig.c:943:47: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
943 | #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
| ^
./Modules/_sre/sre_lib.h: In function ‘sre_ucs2_match’:
./Modules/_sre/sre.c:232:16: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
232 | #define SRE(F) sre_ucs2_##F
| ^~~~~~~~~
./Modules/_xxinterpchannelsmodule.c: In function ‘_channelid_shared’:
./Modules/_xxinterpchannelsmodule.c:1852:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1852 | _channelid_shared(PyThreadState *tstate, PyObject *obj,
| ^~~~~~~~~~~~~~~~~
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
./Modules/_datetimemodule.c: In function ‘delta_positive’:
./Modules/_datetimemodule.c:2171:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
2171 | delta_positive(PyDateTime_Delta *self)
| ^~~~~~~~~~~~~~
./Modules/expat/xmlparse.c: In function ‘parserCreate’:
./Modules/expat/xmlparse.c:973:1: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
973 | parserCreate(const XML_Char *encodingName,
| ^~~~~~~~~~~~
./Modules/socketmodule.c: In function ‘sock_sendmsg’:
./Modules/socketmodule.c:4636:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
4636 | sock_sendmsg(PySocketSockObject *s, PyObject *args)
| ^~~~~~~~~~~~
./Modules/_testcapi/heaptype.c: In function ‘heapctypewithbuffer_getbuffer’:
./Modules/_testcapi/heaptype.c:605:21: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
605 | self->buffer[0] = '1';
| ~~~~~~~~~~~~~~~~^~~~~
./Modules/_xxinterpchannelsmodule.c: In function ‘_channelid_shared’:
./Modules/_xxinterpchannelsmodule.c:1852:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1852 | _channelid_shared(PyThreadState *tstate, PyObject *obj,
| ^
./Modules/_datetimemodule.c: In function ‘delta_positive’:
./Modules/_datetimemodule.c:2171:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
2171 | delta_positive(PyDateTime_Delta *self)
| ^
./Modules/_testcapi/heaptype.c: In function ‘heapctypewithbuffer_getbuffer’:
./Modules/_testcapi/heaptype.c:605:21: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
605 | self->buffer[0] = '1';
| ^
./Modules/socketmodule.c: In function ‘sock_sendmsg’:
./Modules/socketmodule.c:4636:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
4636 | sock_sendmsg(PySocketSockObject *s, PyObject *args)
| ^
In file included from ./Modules/pyexpat.c:83:
./Modules/clinic/pyexpat.c.h: In function ‘pyexpat_xmlparser_ExternalEntityParserCreate’:
./Modules/clinic/pyexpat.c.h:203:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
203 | pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmlparse.c: In function ‘parserCreate’:
./Modules/expat/xmlparse.c:973:1: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
973 | parserCreate(const XML_Char *encodingName,
| ^
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:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
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:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Python/initconfig.c: In function ‘_PyConfig_Copy’:
Python/initconfig.c:1024:5: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1024 | COPY_ATTR(use_frozen_modules);
| ^
Python/initconfig.c: In function ‘_PyConfig_Copy’:
Python/initconfig.c:1024:5: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1024 | COPY_ATTR(use_frozen_modules);
| ^
Python/initconfig.c: In function ‘_PyConfig_Copy’:
Python/initconfig.c:1024:5: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1024 | COPY_ATTR(use_frozen_modules);
| ^
make: *** [Makefile:2013: buildbottest] Error 3
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 23 May '23
by buildbot@python.org 23 May '23
23 May '23
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/545/builds/3851
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Alex Henrie <alexhenrie24(a)gmail.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Ethan Furman <ethan(a)stoneleaf.us>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.co
m>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, James Gerity <snoopjedi(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeong, YunWon <69878+youknowone(a)users.noreply.github.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jonathan Protzenko <protz(a)microsoft.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>
, Sam Bull <git(a)sambull.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, T. Wouters <thomas(a)python.org>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, Thomas Wouters <thomas(a)python.org>, William Sawyer <wmsawyer2609(a)gmail.com>, Youfu Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 6, done.
remote: Counting objects: 16% (1/6)
remote: Counting objects: 33% (2/6)
remote: Counting objects: 50% (3/6)
remote: Counting objects: 66% (4/6)
remote: Counting objects: 83% (5/6)
remote: Counting objects: 100% (6/6)
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 6 (delta 4), reused 4 (delta 4), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '5ecd8c85f934e13a5ff98db6539d89e0c7c03f2d'.
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 5ecd8c85f9 gh-104764: [Enum] fix 3.13-specific tests (GH-104779)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:2800: clean-retain-profile] Error 1 (ignored)
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
Timeout (0:15:00)!
Thread 0x000003ff95f77080 (most recent call first):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/selectors.py", line 415 in select
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 2108 in _communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 1209 in communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 550 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25 in _run_quiet
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 198 in freeze
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28 in test_freeze_simple_script
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 589 in _callTestMethod
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 634 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 690 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/runner.py", line 240 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 738 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 802 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
File "<frozen runpy>", line 88 in _run_code
File "<frozen runpy>", line 198 in _run_module_as_main
make: *** [Makefile:2011: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test_tools
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 23 May '23
by buildbot@python.org 23 May '23
23 May '23
The Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/402/builds/4510
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Ned Deily <nad(a)python.org>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, 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):
===================================================
== Tests result: ENV CHANGED ==
441 tests OK.
10 slowest tests:
- test_tools: 4 min 16 sec
- test_concurrent_futures: 2 min 28 sec
- test_hashlib: 2 min 26 sec
- test_multiprocessing_spawn: 2 min 9 sec
- test_multiprocessing_forkserver: 1 min 35 sec
- test_math: 1 min 28 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_signal: 1 min 8 sec
- test_socket: 49.7 sec
- test_subprocess: 39.3 sec
1 test altered the execution environment:
test.test_asyncio.test_subprocess
25 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_gdb
test_idle test_ioctl test_kqueue test_launcher test_msilib
test_peg_generator test_perf_profiler test_smtpnet test_ssl
test_startfile test_tcl test_tix test_tkinter test_ttk
test_ttk_textonly test_turtle test_winconsoleio test_winreg
test_winsound test_wmi test_zipfile64
Total duration: 7 min 24 sec
Captured traceback
==================
remote: Enumerating objects: 18, done.[K
remote: Counting objects: 5% (1/18)[K
remote: Counting objects: 11% (2/18)[K
remote: Counting objects: 16% (3/18)[K
remote: Counting objects: 22% (4/18)[K
remote: Counting objects: 27% (5/18)[K
remote: Counting objects: 33% (6/18)[K
remote: Counting objects: 38% (7/18)[K
remote: Counting objects: 44% (8/18)[K
remote: Counting objects: 50% (9/18)[K
remote: Counting objects: 55% (10/18)[K
remote: Counting objects: 61% (11/18)[K
remote: Counting objects: 66% (12/18)[K
remote: Counting objects: 72% (13/18)[K
remote: Counting objects: 77% (14/18)[K
remote: Counting objects: 83% (15/18)[K
remote: Counting objects: 88% (16/18)[K
remote: Counting objects: 94% (17/18)[K
remote: Counting objects: 100% (18/18)[K
remote: Counting objects: 100% (18/18), done.[K
remote: Compressing objects: 6% (1/16)[K
remote: Compressing objects: 12% (2/16)[K
remote: Compressing objects: 18% (3/16)[K
remote: Compressing objects: 25% (4/16)[K
remote: Compressing objects: 31% (5/16)[K
remote: Compressing objects: 37% (6/16)[K
remote: Compressing objects: 43% (7/16)[K
remote: Compressing objects: 50% (8/16)[K
remote: Compressing objects: 56% (9/16)[K
remote: Compressing objects: 62% (10/16)[K
remote: Compressing objects: 68% (11/16)[K
remote: Compressing objects: 75% (12/16)[K
remote: Compressing objects: 81% (13/16)[K
remote: Compressing objects: 87% (14/16)[K
remote: Compressing objects: 93% (15/16)[K
remote: Compressing objects: 100% (16/16)[K
remote: Compressing objects: 100% (16/16), done.[K
remote: Total 18 (delta 2), reused 13 (delta 2), pack-reused 0[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '2e5d8a90aa633ff0bebc9b2b8e21eea389937b19'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 2e5d8a9... gh-99108: Release the GIL around hashlib built-in computation (#104675)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
Python/instrumentation.c:1415:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_Monitors){ 0 };
^
Python/instrumentation.c:1415:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1416:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_Monitors){ 0 };
^
Python/instrumentation.c:1416:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
make: *** [buildbottest] Error 3
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/361/builds/3644
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
447 tests OK.
10 slowest tests:
- test_gdb: 6 min 41 sec
- test_concurrent_futures: 2 min 44 sec
- test_math: 2 min 34 sec
- test_multiprocessing_spawn: 2 min 25 sec
- test_multiprocessing_forkserver: 1 min 32 sec
- test_multiprocessing_fork: 1 min 19 sec
- test_lib2to3: 1 min 2 sec
- test_tokenize: 57.3 sec
- test_unparse: 51.7 sec
- test_cppext: 49.9 sec
2 tests failed:
test_cppext test_enum
18 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
3 re-run tests:
test.test_asyncio.test_unix_events test_cppext test_enum
Total duration: 7 min 52 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-ppc64le-cpython-313
creating build/temp.linux-ppc64le-cpython-313/home
creating build/temp.linux-ppc64le-cpython-313/home/buildbot
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test
gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build -c /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-ppc64le-cpython-313
g++ -pthread -shared build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/_testcppext.o -o build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-ppc64le/wheel
running install
running install_lib
creating build/bdist.linux-ppc64le
creating build/bdist.linux-ppc64le/wheel
copying build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so -> build/bdist.linux-ppc64le/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-ppc64le/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/build/test_python_733698æ/test_python_worker_733706æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/async_case.py", line 90, in _callTestMethod
if self._callMaybeAsync(method) is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/async_case.py", line 117, in _callMaybeAsync
return self._asyncioTestContext.run(func, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/support/hashlib_helper.py", line 49, in wrapper
return func_or_class(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_asyncio/test_unix_events.py", line 1937, in test_fork_signal_handling
self.assertTrue(child_handled.is_set())
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
- test_fork_signal_handling - test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/458/builds/3623
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Gregory Szorc <gregory.szorc(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
445 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 34 sec
- test_math: 2 min 14 sec
- test_multiprocessing_forkserver: 1 min 39 sec
- test_multiprocessing_fork: 1 min 17 sec
- test_lib2to3: 57.5 sec
- test_tokenize: 56.8 sec
- test_capi: 51.8 sec
- test_socket: 51.7 sec
- test_hashlib: 51.5 sec
- test_unparse: 51.2 sec
2 tests failed:
test_cppext test_enum
19 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_gdb
test_ioctl test_kqueue test_launcher test_msilib
test_peg_generator test_perf_profiler test_startfile test_tix
test_tkinter test_ttk test_winconsoleio test_winreg test_winsound
test_wmi test_zipfile64
3 re-run tests:
test_cppext test_enum test_multiprocessing_spawn
1 test run no tests:
test_multiprocessing_spawn
Total duration: 17 min 55 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-ppc64le-cpython-313
creating build/temp.linux-ppc64le-cpython-313/home
creating build/temp.linux-ppc64le-cpython-313/home/buildbot
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test
gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build -c /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/_testcppext.cpp -o build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-ppc64le-cpython-313
g++ -pthread -shared build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/_testcppext.o -o build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-ppc64le/wheel
running install
running install_lib
creating build/bdist.linux-ppc64le
creating build/bdist.linux-ppc64le/wheel
copying build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so -> build/bdist.linux-ppc64le/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-ppc64le/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/build/test_python_697745æ/test_python_worker_717343æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Test report
===========
Failed tests:
- test_enum
- test_cppext
- test_multiprocessing_spawn
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/541/builds/2992
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
447 tests OK.
10 slowest tests:
- test_gdb: 6 min 16 sec
- test_math: 2 min 48 sec
- test_concurrent_futures: 2 min 41 sec
- test_multiprocessing_spawn: 2 min 28 sec
- test_multiprocessing_fork: 1 min 31 sec
- test_multiprocessing_forkserver: 1 min 27 sec
- test_unparse: 1 min 25 sec
- test_tokenize: 1 min 25 sec
- test_lib2to3: 1 min 7 sec
- test_hashlib: 1 min 1 sec
2 tests failed:
test_cppext test_enum
18 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 10 min 6 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-ppc64le-cpython-313
creating build/temp.linux-ppc64le-cpython-313/home
creating build/temp.linux-ppc64le-cpython-313/home/buildbot
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib
creating build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-ppc64le-cpython-313
g++ -shared build/temp.linux-ppc64le-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/_testcppext.o -o build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-ppc64le/wheel
running install
running install_lib
creating build/bdist.linux-ppc64le
creating build/bdist.linux-ppc64le/wheel
copying build/lib.linux-ppc64le-cpython-313/_testcpp11ext.cpython-312-powerpc64le-linux-gnu.so -> build/bdist.linux-ppc64le/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-ppc64le/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/test_python_worker_4022970æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/build/test_python_4021892æ/tempcwd/pkg']' returned non-zero exit status 1.
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/536/builds/4116
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Alex Henrie <alexhenrie24(a)gmail.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.com>, Irit Katriel <1055913+iritkatri
el(a)users.noreply.github.com>, James Gerity <snoopjedi(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeong, YunWon <69878+youknowone(a)users.noreply.github.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jonathan Protzenko <protz(a)microsoft.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Sam Bull <git(a)sambull.org>, Serhi
y Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, Thomas Wouters <thomas(a)python.org>, William Sawyer <wmsawyer2609(a)gmail.com>, Youfu Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed './target/bin/python3.12 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 53, done.
remote: Counting objects: 1% (1/53)
remote: Counting objects: 3% (2/53)
remote: Counting objects: 5% (3/53)
remote: Counting objects: 7% (4/53)
remote: Counting objects: 9% (5/53)
remote: Counting objects: 11% (6/53)
remote: Counting objects: 13% (7/53)
remote: Counting objects: 15% (8/53)
remote: Counting objects: 16% (9/53)
remote: Counting objects: 18% (10/53)
remote: Counting objects: 20% (11/53)
remote: Counting objects: 22% (12/53)
remote: Counting objects: 24% (13/53)
remote: Counting objects: 26% (14/53)
remote: Counting objects: 28% (15/53)
remote: Counting objects: 30% (16/53)
remote: Counting objects: 32% (17/53)
remote: Counting objects: 33% (18/53)
remote: Counting objects: 35% (19/53)
remote: Counting objects: 37% (20/53)
remote: Counting objects: 39% (21/53)
remote: Counting objects: 41% (22/53)
remote: Counting objects: 43% (23/53)
remote: Counting objects: 45% (24/53)
remote: Counting objects: 47% (25/53)
remote: Counting objects: 49% (26/53)
remote: Counting objects: 50% (27/53)
remote: Counting objects: 52% (28/53)
remote: Counting objects: 54% (29/53)
remote: Counting objects: 56% (30/53)
remote: Counting objects: 58% (31/53)
remote: Counting objects: 60% (32/53)
remote: Counting objects: 62% (33/53)
remote: Counting objects: 64% (34/53)
remote: Counting objects: 66% (35/53)
remote: Counting objects: 67% (36/53)
remote: Counting objects: 69% (37/53)
remote: Counting objects: 71% (38/53)
remote: Counting objects: 73% (39/53)
remote: Counting objects: 75% (40/53)
remote: Counting objects: 77% (41/53)
remote: Counting objects: 79% (42/53)
remote: Counting objects: 81% (43/53)
remote: Counting objects: 83% (44/53)
remote: Counting objects: 84% (45/53)
remote: Counting objects: 86% (46/53)
remote: Counting objects: 88% (47/53)
remote: Counting objects: 90% (48/53)
remote: Counting objects: 92% (49/53)
remote: Counting objects: 94% (50/53)
remote: Counting objects: 96% (51/53)
remote: Counting objects: 98% (52/53)
remote: Counting objects: 100% (53/53)
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 2% (1/35)
remote: Compressing objects: 5% (2/35)
remote: Compressing objects: 8% (3/35)
remote: Compressing objects: 11% (4/35)
remote: Compressing objects: 14% (5/35)
remote: Compressing objects: 17% (6/35)
remote: Compressing objects: 20% (7/35)
remote: Compressing objects: 22% (8/35)
remote: Compressing objects: 25% (9/35)
remote: Compressing objects: 28% (10/35)
remote: Compressing objects: 31% (11/35)
remote: Compressing objects: 34% (12/35)
remote: Compressing objects: 37% (13/35)
remote: Compressing objects: 40% (14/35)
remote: Compressing objects: 42% (15/35)
remote: Compressing objects: 45% (16/35)
remote: Compressing objects: 48% (17/35)
remote: Compressing objects: 51% (18/35)
remote: Compressing objects: 54% (19/35)
remote: Compressing objects: 57% (20/35)
remote: Compressing objects: 60% (21/35)
remote: Compressing objects: 62% (22/35)
remote: Compressing objects: 65% (23/35)
remote: Compressing objects: 68% (24/35)
remote: Compressing objects: 71% (25/35)
remote: Compressing objects: 74% (26/35)
remote: Compressing objects: 77% (27/35)
remote: Compressing objects: 80% (28/35)
remote: Compressing objects: 82% (29/35)
remote: Compressing objects: 85% (30/35)
remote: Compressing objects: 88% (31/35)
remote: Compressing objects: 91% (32/35)
remote: Compressing objects: 94% (33/35)
remote: Compressing objects: 97% (34/35)
remote: Compressing objects: 100% (35/35)
remote: Compressing objects: 100% (35/35), done.
remote: Total 53 (delta 22), reused 45 (delta 18), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
* [new tag] v3.12.0b1 -> v3.12.0b1
Note: switching to '357bed0bcd3c5d7c4a8caad451754a9a172aca3e'.
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 357bed0bcd GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
./Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
./Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
./Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
./Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
2 warnings generated.
WARNING: The scripts pip3 and pip3.13 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = './target/bin/python3.12'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13'
sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.12'
sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.platlibdir = 'lib'
sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.12'
sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.path = [
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python313.zip',
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13',
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fbf60377740 (most recent call first):
<no Python frame>
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = './target/bin/python3.12'
isolated = 0
environment = 0
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13'
sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.12'
sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.platlibdir = 'lib'
sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.12'
sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target'
sys.path = [
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python313.zip',
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13',
'/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.13/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f93e94d9740 (most recent call first):
<no Python frame>
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/559/builds/3501
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Jelle Zi
jlstra <jelle.zijlstra(a)gmail.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Sam Bull <git(a)sambull.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, Thomas Wo
uters <thomas(a)python.org>, William Sawyer <wmsawyer2609(a)gmail.com>, Youfu Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
446 tests OK.
10 slowest tests:
- test_math: 8 min 18 sec
- test_multiprocessing_spawn: 4 min 54 sec
- test_concurrent_futures: 3 min 54 sec
- test_lib2to3: 3 min 50 sec
- test_tokenize: 3 min 27 sec
- test_unparse: 3 min 20 sec
- test_capi: 3 min 1 sec
- test_multiprocessing_forkserver: 2 min 57 sec
- test_unicodedata: 2 min 19 sec
- test_multiprocessing_fork: 2 min 2 sec
2 tests failed:
test_cppext test_enum
18 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
3 re-run tests:
test_cppext test_enum test_gdb
1 test run no tests:
test_gdb
Total duration: 16 min 15 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-ppc64le-cpython-313-pydebug
creating build/temp.linux-ppc64le-cpython-313-pydebug/home
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib
creating build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test
gcc -pthread -fno-strict-overflow -Wsign-compare -g -Og -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot -c /home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/_testcppext.cpp -o build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-ppc64le-cpython-313-pydebug
g++ -pthread -shared build/temp.linux-ppc64le-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/_testcppext.o -L. -o build/lib.linux-ppc64le-cpython-313-pydebug/_testcpp11ext.cpython-312d-powerpc64le-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-ppc64le/wheel
running install
running install_lib
creating build/bdist.linux-ppc64le
creating build/bdist.linux-ppc64le/wheel
copying build/lib.linux-ppc64le-cpython-313-pydebug/_testcpp11ext.cpython-312d-powerpc64le-linux-gnu.so -> build/bdist.linux-ppc64le/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-ppc64le/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_ppc64le')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/build/test_python_657591æ/test_python_worker_674019æ/tempcwd/pkg']' returned non-zero exit status 1.
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/64/builds/4196
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
448 tests OK.
10 slowest tests:
- test_gdb: 2 min 29 sec
- test_concurrent_futures: 2 min 15 sec
- test_multiprocessing_spawn: 1 min 31 sec
- test_multiprocessing_forkserver: 1 min 11 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_signal: 1 min 2 sec
- test_io: 34.8 sec
- test_socket: 33.5 sec
- test_math: 31.5 sec
- test_imaplib: 30.5 sec
2 tests failed:
test_cppext test_enum
17 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 3 min 56 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-x86_64-cpython-313
creating build/temp.linux-x86_64-cpython-313/home
creating build/temp.linux-x86_64-cpython-313/home/buildbot
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test
gcc -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build -c /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-x86_64-cpython-313
g++ -pthread -shared build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/_testcppext.o -o build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-x86_64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/test_python_worker_1229835æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/build/test_python_1219628æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/323/builds/2518
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
444 tests OK.
10 slowest tests:
- test_tools: 6 min 37 sec
- test_concurrent_futures: 2 min 11 sec
- test_multiprocessing_spawn: 1 min 28 sec
- test_signal: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_socket: 44.6 sec
- test_io: 34.3 sec
- test_imaplib: 32.0 sec
- test_math: 31.4 sec
3 tests failed:
test_cppext test_enum test_tools
20 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_gdb
test_ioctl test_kqueue test_launcher test_msilib test_nis
test_peg_generator test_perf_profiler test_startfile test_tix
test_tkinter test_ttk test_winconsoleio test_winreg test_winsound
test_wmi test_zipfile64
3 re-run tests:
test_cppext test_enum test_tools
Total duration: 15 min 10 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script
executable = helper.freeze(python, scriptfile, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 197, in freeze
_run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/test_python_y9_sab5k/tmpbge905wl/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/test_python_y9_sab5k/tmpbge905wl', '/tmp/test_python_y9_sab5k/tmpbge905wl/app.py']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script
executable = helper.freeze(python, scriptfile, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 197, in freeze
_run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmp4c3w6dq4/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp4c3w6dq4', '/tmp/tmp4c3w6dq4/app.py']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/test_python_y9_sab5k/tmpbge905wl/cpython/Lib/sysconfig.py", line 740, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/test_python_y9_sab5k/tmpbge905wl/cpython/Lib/sysconfig.py", line 723, in get_config_vars
_init_config_vars()
File "/tmp/test_python_y9_sab5k/tmpbge905wl/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/test_python_y9_sab5k/tmpbge905wl/cpython/Lib/sysconfig.py", line 536, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_s390x')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
ERROR
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_s390x')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-s390x-cpython-313
creating build/temp.linux-s390x-cpython-313/home
creating build/temp.linux-s390x-cpython-313/home/dje
creating build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea
creating build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto
creating build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build
creating build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib
creating build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/include -I/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Include -I/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build -c /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-s390x-cpython-313
g++ -shared build/temp.linux-s390x-cpython-313/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/_testcppext.o -o build/lib.linux-s390x-cpython-313/_testcpp11ext.cpython-312-s390x-linux-gnu.so
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-s390x/wheel
running install
running install_lib
creating build/bdist.linux-s390x
creating build/bdist.linux-s390x/wheel
copying build/lib.linux-s390x-cpython-313/_testcpp11ext.cpython-312-s390x-linux-gnu.so -> build/bdist.linux-s390x/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-s390x/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_s390x')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/test_python_worker_558206æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmp4c3w6dq4/cpython/Lib/sysconfig.py", line 740, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmp4c3w6dq4/cpython/Lib/sysconfig.py", line 723, in get_config_vars
_init_config_vars()
File "/tmp/tmp4c3w6dq4/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmp4c3w6dq4/cpython/Lib/sysconfig.py", line 536, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_s390x')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/build/test_python_542914æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
ERROR
Test report
===========
Failed tests:
- test_enum
- test_cppext
- test_tools
Failed subtests:
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/336/builds/3379
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
448 tests OK.
10 slowest tests:
- test_gdb: 3 min 41 sec
- test_concurrent_futures: 2 min 32 sec
- test_multiprocessing_spawn: 2 min 23 sec
- test_multiprocessing_forkserver: 1 min 29 sec
- test_multiprocessing_fork: 1 min 19 sec
- test_socket: 1 min 6 sec
- test_signal: 1 min 4 sec
- test_subprocess: 45.8 sec
- test.test_asyncio.test_tasks: 45.0 sec
- test_io: 43.2 sec
2 tests failed:
test_cppext test_enum
17 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 4 min 4 sec
Captured traceback
==================
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-aarch64-cpython-313
creating build/temp.linux-aarch64-cpython-313/home
creating build/temp.linux-aarch64-cpython-313/home/buildbot
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-aarch64-cpython-313
g++ -shared build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/_testcppext.o -o build/lib.linux-aarch64-cpython-313/_testcpp11ext.cpython-312-aarch64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-313/_testcpp11ext.cpython-312-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-aarch64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/test_python_worker_694502æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/build/test_python_694256æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/271/builds/3303
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Mark Shannon <mark(a)hotpy.org>, Mathieu Dupuy <deronnax(a)gmail.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
448 tests OK.
10 slowest tests:
- test_gdb: 2 min 46 sec
- test_concurrent_futures: 2 min 13 sec
- test_multiprocessing_spawn: 1 min 39 sec
- test_multiprocessing_forkserver: 1 min 13 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_signal: 1 min
- test_socket: 47.7 sec
- test_io: 37.1 sec
- test_imaplib: 30.4 sec
- test_subprocess: 29.9 sec
2 tests failed:
test_cppext test_enum
17 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 4 min 41 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-x86_64-cpython-313
creating build/temp.linux-x86_64-cpython-313/home
creating build/temp.linux-x86_64-cpython-313/home/buildbot
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-x86_64-cpython-313
g++ -shared build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/_testcppext.o -o build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-x86_64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/test_python_worker_274300æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_274266æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/831/builds/2857
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Gregory Szorc <gregory.szorc(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
447 tests OK.
10 slowest tests:
- test_gdb: 2 min 26 sec
- test_concurrent_futures: 2 min 21 sec
- test_multiprocessing_spawn: 1 min 54 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_signal: 1 min 1 sec
- test_io: 36.2 sec
- test_socket: 33.7 sec
- test_math: 31.1 sec
- test_imaplib: 30.1 sec
2 tests failed:
test_cppext test_enum
18 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_nis test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 5 min 23 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-x86_64-cpython-313
creating build/temp.linux-x86_64-cpython-313/home
creating build/temp.linux-x86_64-cpython-313/home/buildbot
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib
creating build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Include -I/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build -c /home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/_testcppext.cpp -o build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-x86_64-cpython-313
g++ -shared build/temp.linux-x86_64-cpython-313/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/_testcppext.o -o build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-cpython-313/_testcpp11ext.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-x86_64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/build/test_python_2057425æ/test_python_worker_2058354æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/524/builds/3725
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
447 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 27 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_multiprocessing_forkserver: 1 min 24 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_socket: 1 min 8 sec
- test_signal: 1 min 3 sec
- test_subprocess: 48.2 sec
- test_io: 44.0 sec
- test.test_asyncio.test_tasks: 36.4 sec
- test_imaplib: 32.7 sec
2 tests failed:
test_cppext test_enum
18 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_gdb
test_ioctl test_kqueue test_launcher test_msilib
test_peg_generator test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
3 re-run tests:
test_cppext test_enum test_venv
Total duration: 2 min 59 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_venv.py", line 579, in test_zippath_from_non_installed_posix
shutil.copytree(fn, os.path.join(libdir, name))
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/shutil.py", line 563, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/shutil.py", line 517, in _copytree
raise Error(errors)
shutil.Error: [('/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/__pycache__/test_unpack_ex.cpython-313.pyc.281472780730768', '/tmp/test_python_dc3cbeae/tmp7o_0ex4t/lib/python3.13/test/__pycache__/test_unpack_ex.cpython-313.pyc.281472780730768', "[Errno 2] No such file or directory: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/__pycache__/test_unpack_ex.cpython-313.pyc.281472780730768'")]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-aarch64-cpython-313
creating build/temp.linux-aarch64-cpython-313/home
creating build/temp.linux-aarch64-cpython-313/home/buildbot
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib
creating build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-aarch64-cpython-313
g++ -shared build/temp.linux-aarch64-cpython-313/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/_testcppext.o -o build/lib.linux-aarch64-cpython-313/_testcpp11ext.cpython-312-aarch64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-313/_testcpp11ext.cpython-312-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-aarch64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/build/test_python_658176æ/test_python_worker_666405æ/tempcwd/pkg']' returned non-zero exit status 1.
Test report
===========
Failed tests:
- test_enum
- test_venv
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_zippath_from_non_installed_posix - test.test_venv.BasicTest.test_zippath_from_non_installed_posix
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/14/builds/3814
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed './target/bin/python3.12 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 50, done.
remote: Counting objects: 2% (1/50)
remote: Counting objects: 4% (2/50)
remote: Counting objects: 6% (3/50)
remote: Counting objects: 8% (4/50)
remote: Counting objects: 10% (5/50)
remote: Counting objects: 12% (6/50)
remote: Counting objects: 14% (7/50)
remote: Counting objects: 16% (8/50)
remote: Counting objects: 18% (9/50)
remote: Counting objects: 20% (10/50)
remote: Counting objects: 22% (11/50)
remote: Counting objects: 24% (12/50)
remote: Counting objects: 26% (13/50)
remote: Counting objects: 28% (14/50)
remote: Counting objects: 30% (15/50)
remote: Counting objects: 32% (16/50)
remote: Counting objects: 34% (17/50)
remote: Counting objects: 36% (18/50)
remote: Counting objects: 38% (19/50)
remote: Counting objects: 40% (20/50)
remote: Counting objects: 42% (21/50)
remote: Counting objects: 44% (22/50)
remote: Counting objects: 46% (23/50)
remote: Counting objects: 48% (24/50)
remote: Counting objects: 50% (25/50)
remote: Counting objects: 52% (26/50)
remote: Counting objects: 54% (27/50)
remote: Counting objects: 56% (28/50)
remote: Counting objects: 58% (29/50)
remote: Counting objects: 60% (30/50)
remote: Counting objects: 62% (31/50)
remote: Counting objects: 64% (32/50)
remote: Counting objects: 66% (33/50)
remote: Counting objects: 68% (34/50)
remote: Counting objects: 70% (35/50)
remote: Counting objects: 72% (36/50)
remote: Counting objects: 74% (37/50)
remote: Counting objects: 76% (38/50)
remote: Counting objects: 78% (39/50)
remote: Counting objects: 80% (40/50)
remote: Counting objects: 82% (41/50)
remote: Counting objects: 84% (42/50)
remote: Counting objects: 86% (43/50)
remote: Counting objects: 88% (44/50)
remote: Counting objects: 90% (45/50)
remote: Counting objects: 92% (46/50)
remote: Counting objects: 94% (47/50)
remote: Counting objects: 96% (48/50)
remote: Counting objects: 98% (49/50)
remote: Counting objects: 100% (50/50)
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 3% (1/27)
remote: Compressing objects: 7% (2/27)
remote: Compressing objects: 11% (3/27)
remote: Compressing objects: 14% (4/27)
remote: Compressing objects: 18% (5/27)
remote: Compressing objects: 22% (6/27)
remote: Compressing objects: 25% (7/27)
remote: Compressing objects: 29% (8/27)
remote: Compressing objects: 33% (9/27)
remote: Compressing objects: 37% (10/27)
remote: Compressing objects: 40% (11/27)
remote: Compressing objects: 44% (12/27)
remote: Compressing objects: 48% (13/27)
remote: Compressing objects: 51% (14/27)
remote: Compressing objects: 55% (15/27)
remote: Compressing objects: 59% (16/27)
remote: Compressing objects: 62% (17/27)
remote: Compressing objects: 66% (18/27)
remote: Compressing objects: 70% (19/27)
remote: Compressing objects: 74% (20/27)
remote: Compressing objects: 77% (21/27)
remote: Compressing objects: 81% (22/27)
remote: Compressing objects: 85% (23/27)
remote: Compressing objects: 88% (24/27)
remote: Compressing objects: 92% (25/27)
remote: Compressing objects: 96% (26/27)
remote: Compressing objects: 100% (27/27)
remote: Compressing objects: 100% (27/27), done.
remote: Total 50 (delta 24), reused 45 (delta 23), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
* [new tag] v3.12.0b1 -> v3.12.0b1
Note: switching to '357bed0bcd3c5d7c4a8caad451754a9a172aca3e'.
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 357bed0bcd GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
./Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
./Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
./Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
./Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
2 warnings generated.
WARNING: The scripts pip3 and pip3.13 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = './target/bin/python3.12'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13'
sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.12'
sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.platlibdir = 'lib'
sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.12'
sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.path = [
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python313.zip',
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13',
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffffa3395020 (most recent call first):
<no Python frame>
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = './target/bin/python3.12'
isolated = 0
environment = 0
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13'
sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.12'
sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.platlibdir = 'lib'
sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.12'
sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target'
sys.path = [
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python313.zip',
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13',
'/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffffb9322020 (most recent call first):
<no Python frame>
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/234/builds/3722
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
448 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 11 sec
- test_concurrent_futures: 2 min 54 sec
- test_socket: 2 min 31 sec
- test_multiprocessing_forkserver: 1 min 46 sec
- test_unparse: 1 min 32 sec
- test_multiprocessing_fork: 1 min 28 sec
- test.test_asyncio.test_tasks: 1 min 24 sec
- test_capi: 1 min 21 sec
- test_math: 1 min 13 sec
- test_gdb: 1 min 8 sec
2 tests failed:
test_cppext test_enum
17 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 4 min 18 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-aarch64-cpython-313-pydebug
creating build/temp.linux-aarch64-cpython-313-pydebug/home
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test
clang -fno-strict-overflow -Wsign-compare -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -Og -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-aarch64-cpython-313-pydebug
clang++ -shared build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/_testcppext.o -o build/lib.linux-aarch64-cpython-313-pydebug/_testcpp11ext.cpython-312d-aarch64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-313-pydebug/_testcpp11ext.cpython-312d-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-aarch64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/build/test_python_599815æ/test_python_worker_599918æ/tempcwd/env/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/125/builds/3708
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
448 tests OK.
10 slowest tests:
- test_gdb: 5 min 44 sec
- test_multiprocessing_spawn: 3 min 56 sec
- test_concurrent_futures: 2 min 56 sec
- test_math: 2 min 21 sec
- test_socket: 1 min 50 sec
- test_multiprocessing_forkserver: 1 min 48 sec
- test_multiprocessing_fork: 1 min 42 sec
- test_capi: 1 min 40 sec
- test_tokenize: 1 min 39 sec
- test_lib2to3: 1 min 24 sec
2 tests failed:
test_cppext test_enum
17 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_peg_generator
test_startfile test_tix test_tkinter test_ttk test_winconsoleio
test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests:
test_cppext test_enum
Total duration: 7 min 23 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 25, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 4319, in test_auto_with_aliases
self.assertIsNot(Color.green, Color.blue)
AssertionError: unexpectedly identical: <Color.blue: 2>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/setuptools-67.6.1-py3-none-any.whl
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Processing /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/wheel-0.40.0-py3-none-any.whl
Installing collected packages: wheel, setuptools
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
Successfully installed setuptools-67.6.1 wheel-0.40.0
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Processing ./pkg
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: internal-testcpp11ext
Building wheel for internal-testcpp11ext (setup.py): started
Building wheel for internal-testcpp11ext (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running bdist_wheel
running build
running build_ext
building '_testcpp11ext' extension
creating build
creating build/temp.linux-aarch64-cpython-313-pydebug
creating build/temp.linux-aarch64-cpython-313-pydebug/home
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib
creating build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test
gcc -fno-strict-overflow -Wsign-compare -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -Og -Wall -fPIC -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Include -I/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot -c /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/_testcppext.o -Werror -std=c++11
creating build/lib.linux-aarch64-cpython-313-pydebug
g++ -shared build/temp.linux-aarch64-cpython-313-pydebug/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-313-pydebug/_testcpp11ext.cpython-312d-aarch64-linux-gnu.so
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-313-pydebug/_testcpp11ext.cpython-312d-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
creating internal_testcpp11ext.egg-info
writing internal_testcpp11ext.egg-info/PKG-INFO
writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt
writing top-level names to internal_testcpp11ext.egg-info/top_level.txt
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt'
Copying internal_testcpp11ext.egg-info to build/bdist.linux-aarch64/wheel/internal_testcpp11ext-0.0-py3.13.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp11ext
Running setup.py clean for internal-testcpp11ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp11ext
ERROR: Could not build wheels for internal-testcpp11ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 4268, in test_auto_garbage_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 1104, in test_nested_classes_in_enum_are_not_members
self.assertTrue(isinstance(Outer.Inner, type))
AssertionError: False is not true
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 4278, in test_auto_garbage_corrected_fail
with self.assertRaisesRegex(TypeError, 'will require all values to be sortable'):
AssertionError: TypeError not raised
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg/setup.py", line 43, in <module>
main()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/pkg/setup.py", line 39, in main
setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext])
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 380, in run
impl_tag, abi_tag, plat_tag = self.get_tag()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/wheel/bdist_wheel.py", line 329, in get_tag
assert (
AssertionError: would build wheel with unsupported tag ('cp313', 'cp312d', 'linux_aarch64')
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for internal-testcpp03ext
Running setup.py clean for internal-testcpp03ext
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/utils/misc.py:130: DeprecationWarning: onerror argument is deprecated, use onexc instead
shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
Failed to build internal-testcpp03ext
ERROR: Could not build wheels for internal-testcpp03ext, which is required to install pyproject.toml-based projects
/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/tempcwd/env/lib64/python3.13/site-packages/pip/_internal/self_outdated_check.py:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.now(datetime.UTC).
current_time=datetime.datetime.utcnow(),
ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 22, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 40, in check_build
self._check_build(std_cpp03, extension_name)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 94, in _check_build
run_cmd('Install', cmd)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_cppext.py", line 72, in run_cmd
subprocess.run(cmd, check=True, env=env)
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build_oot/build/test_python_560699æ/test_python_worker_561599æ/tempcwd/pkg']' returned non-zero exit status 1.
Test report
===========
Failed tests:
- test_enum
- test_cppext
Failed subtests:
- test_auto_garbage_corrected_fail - test.test_enum.TestInternals.test_auto_garbage_corrected_fail
- test_auto_with_aliases - test.test_enum.TestInternals.test_auto_with_aliases
- test_nested_classes_in_enum_are_not_members - test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_auto_garbage_fail - test.test_enum.TestInternals.test_auto_garbage_fail
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/914/builds/2358
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist: Brandt Bucher <brandtbucher(a)microsoft.com>, Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 45, done.
remote: Counting objects: 2% (1/45)
remote: Counting objects: 4% (2/45)
remote: Counting objects: 6% (3/45)
remote: Counting objects: 8% (4/45)
remote: Counting objects: 11% (5/45)
remote: Counting objects: 13% (6/45)
remote: Counting objects: 15% (7/45)
remote: Counting objects: 17% (8/45)
remote: Counting objects: 20% (9/45)
remote: Counting objects: 22% (10/45)
remote: Counting objects: 24% (11/45)
remote: Counting objects: 26% (12/45)
remote: Counting objects: 28% (13/45)
remote: Counting objects: 31% (14/45)
remote: Counting objects: 33% (15/45)
remote: Counting objects: 35% (16/45)
remote: Counting objects: 37% (17/45)
remote: Counting objects: 40% (18/45)
remote: Counting objects: 42% (19/45)
remote: Counting objects: 44% (20/45)
remote: Counting objects: 46% (21/45)
remote: Counting objects: 48% (22/45)
remote: Counting objects: 51% (23/45)
remote: Counting objects: 53% (24/45)
remote: Counting objects: 55% (25/45)
remote: Counting objects: 57% (26/45)
remote: Counting objects: 60% (27/45)
remote: Counting objects: 62% (28/45)
remote: Counting objects: 64% (29/45)
remote: Counting objects: 66% (30/45)
remote: Counting objects: 68% (31/45)
remote: Counting objects: 71% (32/45)
remote: Counting objects: 73% (33/45)
remote: Counting objects: 75% (34/45)
remote: Counting objects: 77% (35/45)
remote: Counting objects: 80% (36/45)
remote: Counting objects: 82% (37/45)
remote: Counting objects: 84% (38/45)
remote: Counting objects: 86% (39/45)
remote: Counting objects: 88% (40/45)
remote: Counting objects: 91% (41/45)
remote: Counting objects: 93% (42/45)
remote: Counting objects: 95% (43/45)
remote: Counting objects: 97% (44/45)
remote: Counting objects: 100% (45/45)
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 3% (1/28)
remote: Compressing objects: 7% (2/28)
remote: Compressing objects: 10% (3/28)
remote: Compressing objects: 14% (4/28)
remote: Compressing objects: 17% (5/28)
remote: Compressing objects: 21% (6/28)
remote: Compressing objects: 25% (7/28)
remote: Compressing objects: 28% (8/28)
remote: Compressing objects: 32% (9/28)
remote: Compressing objects: 35% (10/28)
remote: Compressing objects: 39% (11/28)
remote: Compressing objects: 42% (12/28)
remote: Compressing objects: 46% (13/28)
remote: Compressing objects: 50% (14/28)
remote: Compressing objects: 53% (15/28)
remote: Compressing objects: 57% (16/28)
remote: Compressing objects: 60% (17/28)
remote: Compressing objects: 64% (18/28)
remote: Compressing objects: 67% (19/28)
remote: Compressing objects: 71% (20/28)
remote: Compressing objects: 75% (21/28)
remote: Compressing objects: 78% (22/28)
remote: Compressing objects: 82% (23/28)
remote: Compressing objects: 85% (24/28)
remote: Compressing objects: 89% (25/28)
remote: Compressing objects: 92% (26/28)
remote: Compressing objects: 96% (27/28)
remote: Compressing objects: 100% (28/28)
remote: Compressing objects: 100% (28/28), done.
remote: Total 45 (delta 19), reused 32 (delta 17), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
* [new tag] v3.12.0b1 -> v3.12.0b1
Note: switching to '357bed0bcd3c5d7c4a8caad451754a9a172aca3e'.
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 357bed0bcd GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Switched to and reset branch 'main'
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\PCbuild\python*.zip
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/341/builds/3044
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Alex Henrie <alexhenrie24(a)gmail.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.com>, Irit Katriel <1055913+iritkatri
el(a)users.noreply.github.com>, James Gerity <snoopjedi(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeong, YunWon <69878+youknowone(a)users.noreply.github.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jonathan Protzenko <protz(a)microsoft.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Mathieu Dupuy <deronnax(a)gmail.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Sam Bull <git(a)sambull.org>, Sebas
tian Berg <sebastianb(a)nvidia.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, William Sawyer <wmsawyer2609(a)gmail.com>, Youfu Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, penguin_wwy <940375606(a)qq.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Note: switching to 'e295d8605699ad3d8ec46c8d55a5e47da05b20c6'.
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 e295d86056 GH-101291: Avoid using macros with casts in low-level long API. (#104742)
Switched to and reset branch 'main'
./configure: line 8401: -reorder-blocks=ext-tsp: command not found
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:2800: clean-retain-profile] Error 1 (ignored)
In function ‘_io_FileIO_close_impl’,
inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:33:12:
./Modules/_io/fileio.c:171:9: warning: ‘exc’ may be used uninitialized [-Wmaybe-uninitialized]
171 | _PyErr_ChainExceptions1(exc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/_io/fileio.c: In function ‘_io_FileIO_close’:
./Modules/_io/fileio.c:156:15: note: ‘exc’ was declared here
156 | PyObject *exc;
| ^~~
Python/errors.c: In function ‘_PyErr_ChainStackItem’:
Python/errors.c:750:26: warning: ‘saved_exc_info’ may be used uninitialized [-Wmaybe-uninitialized]
750 | tstate->exc_info = saved_exc_info;
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
Python/errors.c:732:23: note: ‘saved_exc_info’ was declared here
732 | _PyErr_StackItem *saved_exc_info;
| ^~~~~~~~~~~~~~
In function ‘_io_FileIO_close_impl’,
inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:33:12:
./Modules/_io/fileio.c:171:9: warning: ‘exc’ may be used uninitialized [-Wmaybe-uninitialized]
171 | _PyErr_ChainExceptions1(exc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/_io/fileio.c: In function ‘_io_FileIO_close’:
./Modules/_io/fileio.c:156:15: note: ‘exc’ was declared here
156 | PyObject *exc;
| ^~~
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_mpd_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘coeff_to_string’:
cc1: note: destination object is likely at address zero
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
In function ‘coeff_to_string’:
lto1: note: destination object is likely at address zero
Timeout (0:15:00)!
Thread 0x000003ffb4377720 (most recent call first):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/selectors.py", line 415 in select
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 2108 in _communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 1209 in communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 550 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25 in _run_quiet
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 180 in prepare
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 27 in test_freeze_simple_script
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/case.py", line 589 in _callTestMethod
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/case.py", line 634 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/case.py", line 690 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/runner.py", line 240 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 738 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 802 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
File "<frozen runpy>", line 88 in _run_code
File "<frozen runpy>", line 198 in _run_module_as_main
make: *** [Makefile:2011: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test_threading
- test_tools
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder PPC64LE RHEL8 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/559/builds/3499
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Jelle Zi
jlstra <jelle.zijlstra(a)gmail.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Sam Bull <git(a)sambull.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, William Sawyer <wmsawyer2609(a)gmail.com>, Youf
u Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 7, done.
remote: Counting objects: 14% (1/7)
remote: Counting objects: 28% (2/7)
remote: Counting objects: 42% (3/7)
remote: Counting objects: 57% (4/7)
remote: Counting objects: 71% (5/7)
remote: Counting objects: 85% (6/7)
remote: Counting objects: 100% (7/7)
remote: Counting objects: 100% (7/7), done.
remote: Total 7 (delta 6), reused 7 (delta 6), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '0a7796052acb9cec8b13f8d0a5f304f56f26ec5b'.
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 0a7796052a gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Switched to and reset branch 'main'
Timeout (0:15:00)!
Thread 0x00007fff9f7c4d70 (most recent call first):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 415 in select
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 2108 in _communicate
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1209 in communicate
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 229 in get_stack_trace
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 936 in test_pycfunction
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 589 in _callTestMethod
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 634 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 690 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 240 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 738 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 802 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/__main__.py", line 2 in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 88 in _run_code
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 198 in _run_module_as_main
make: *** [Makefile:1981: buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/build_oot/test-results.xml' for upload
Test report
===========
Failed tests:
- test_gdb
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/484/builds/3363
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Ned Deily <nad(a)python.org>, Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 15, done.
remote: Counting objects: 6% (1/15)
remote: Counting objects: 13% (2/15)
remote: Counting objects: 20% (3/15)
remote: Counting objects: 26% (4/15)
remote: Counting objects: 33% (5/15)
remote: Counting objects: 40% (6/15)
remote: Counting objects: 46% (7/15)
remote: Counting objects: 53% (8/15)
remote: Counting objects: 60% (9/15)
remote: Counting objects: 66% (10/15)
remote: Counting objects: 73% (11/15)
remote: Counting objects: 80% (12/15)
remote: Counting objects: 86% (13/15)
remote: Counting objects: 93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 15 (delta 5), reused 7 (delta 5), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '0a7796052acb9cec8b13f8d0a5f304f56f26ec5b'.
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 0a7796052a gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Switched to and reset branch 'main'
Objects/object.c:2211: _Py_ForgetReference: Assertion failed: invalid object chain
Enable tracemalloc to get the memory block allocation traceback
Objects/object.c:2211: _Py_ForgetReference: Assertion failedobject address : 0x7f06593a3420
object refcount : 0
: invalid object chain
Enable tracemalloc to get the memory block allocation traceback
object type : 0x55e2692ff300
object type name: int
object repr : object address : 0x7f06582cdf00
object refcount : 0
object type : 0x55e26930abc0
object type name: str
object repr : <refcnt 0 at 0x7f06593a3420>
Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailed
<refcnt 0 at 0x7f06582cdf00>Python runtime state: initialized
Thread 0x00007f06699656c0 (most recent call first):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test__xxsubinterpreters.py", line 37 in _run_output
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test__xxsubinterpreters.py", line 424 in f
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.pyFatal Python error: "Aborted, line
989 in Current thread 0xrun
00007f066a7ee740 File (most recent call first):
"/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py <no Python frame>
", line 1052 in _bootstrap_inner
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1009 in _bootstrap
Current thread 0x00007f066a7ee740 (most recent call first):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1471 in current_thread
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/threading.py", line 1122 in join
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test__xxsubinterpreters.py", line 433 in test_in_threaded_subinterpreter
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/case.py", line 589 in _callTestMethod
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/case.py", line 634 in run
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/case.py", line 690 in __call__
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 122 in run
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 84 in __call__
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 122 in run
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 84 in __call__
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 122 in run
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/suite.py", line 84 in __call__
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/unittest/runner.py", line 240 in run
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/main.py", line 738 in main
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/libregrtest/main.py", line 802 in main
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/__main__.py", line 2 in <module>
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/runpy.py", line 88 in _run_code
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/runpy.py", line 198 in _run_module_as_main
Extension modules: _testcapi
Extension modules: _testcapi, _xxsubinterpreters (total: 2)
, _xxsubinterpretersmake: *** [Makefile:1981: buildbottest] Aborted (core dumped)
Cannot open file '/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test__xxsubinterpreters
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/545/builds/3846
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Alex Henrie <alexhenrie24(a)gmail.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexey Namyotkin <62434915+nametkin(a)users.noreply.github.com>, Barney Gale <barney.gale(a)gmail.com>, Ben Kallus <49924171+kenballus(a)users.noreply.github.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carey Metcalfe <carey(a)cmetcalfe.ca>, Carl Meyer <carl(a)oddbird.net>, Charles Machalow <csm10495(a)gmail.com>, Cheryl Sabella <cheryl.sabella(a)gmail.com>, Christian Heimes <christian(a)python.org>, Christopher Chavez <chrischavez(a)gmx.us>, Cristián Maureira-Fredes <cmaureir(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Furkan Onder <furkanonder(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Gregory Szorc <gregory.szorc(a)gmail.com>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Illia Volochii <illia.volochii(a)gmail.com>, Irit Katriel <1055913+iritkatri
el(a)users.noreply.github.com>, James Gerity <snoopjedi(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeong, YunWon <69878+youknowone(a)users.noreply.github.com>, Jesper Noordsij <45041769+jnoordsij(a)users.noreply.github.com>, Jonathan Protzenko <protz(a)microsoft.com>, Jurica Bradarić <jbradaric(a)users.noreply.github.com>, Kirill Podoprigora <kirill.bast9(a)mail.ru>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Luccccifer <lukezhang764(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Marta Gómez Macías <mgmacias(a)google.com>, Matthias Görgens <matthias.goergens(a)gmail.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Nikita Sobolev <mail(a)sobolevn.me>, Nyakku Shigure <sigure.qaq(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Paul Ganssle <1377457+pganssle(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Sam Bull <git(a)sambull.org>, Sebastian Berg <sebastianb(a)nvidia.com>, S
erhiy Storchaka <storchaka(a)gmail.com>, Soumendra Ganguly <67527439+8vasu(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Hisch <t.hisch(a)gmail.com>, William Sawyer <wmsawyer2609(a)gmail.com>, Youfu Zhang <1315097+zhangyoufu(a)users.noreply.github.com>, Zac Hatfield-Dodds <zac.hatfield.dodds(a)gmail.com>, chgnrdv <52372310+chgnrdv(a)users.noreply.github.com>, cptpcrd <31829097+cptpcrd(a)users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, gsallam <123525874+gsallam(a)users.noreply.github.com>, han-solo <hanish0019(a)gmail.com>, partev <petrosyan(a)gmail.com>, penguin_wwy <940375606(a)qq.com>, sunmy2019 <59365878+sunmy2019(a)users.noreply.github.com>, thirumurugan <67573527+thirumurugan-git(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 13, done.
remote: Counting objects: 7% (1/13)
remote: Counting objects: 15% (2/13)
remote: Counting objects: 23% (3/13)
remote: Counting objects: 30% (4/13)
remote: Counting objects: 38% (5/13)
remote: Counting objects: 46% (6/13)
remote: Counting objects: 53% (7/13)
remote: Counting objects: 61% (8/13)
remote: Counting objects: 69% (9/13)
remote: Counting objects: 76% (10/13)
remote: Counting objects: 84% (11/13)
remote: Counting objects: 92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 7 (delta 6), reused 6 (delta 5), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '0a7796052acb9cec8b13f8d0a5f304f56f26ec5b'.
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 0a7796052a gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Switched to and reset branch 'main'
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:2766: clean-retain-profile] Error 1 (ignored)
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
Timeout (0:15:00)!
Thread 0x000003ff980f7080 (most recent call first):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/selectors.py", line 415 in select
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 2108 in _communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 1209 in communicate
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 550 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25 in _run_quiet
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 198 in freeze
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28 in test_freeze_simple_script
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 589 in _callTestMethod
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 634 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 690 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/runner.py", line 240 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 738 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 802 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
File "<frozen runpy>", line 88 in _run_code
File "<frozen runpy>", line 198 in _run_module_as_main
make: *** [Makefile:1977: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test_tools
Sincerely,
-The Buildbot
1
0
The Buildbot worker named edelsohn-fedora-z went away.
It last disconnected at Mon May 22 12:44:38 2023.
The admin on record (as reported by WORKER:info/admin) was David Edelsohn <dje.gcc+bb(a)gmail.com>
.
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/345/builds/4871
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: angelico-debian-amd64
Build Reason: <unknown>
Blamelist: Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 30, done.
remote: Counting objects: 3% (1/30)
remote: Counting objects: 6% (2/30)
remote: Counting objects: 10% (3/30)
remote: Counting objects: 13% (4/30)
remote: Counting objects: 16% (5/30)
remote: Counting objects: 20% (6/30)
remote: Counting objects: 23% (7/30)
remote: Counting objects: 26% (8/30)
remote: Counting objects: 30% (9/30)
remote: Counting objects: 33% (10/30)
remote: Counting objects: 36% (11/30)
remote: Counting objects: 40% (12/30)
remote: Counting objects: 43% (13/30)
remote: Counting objects: 46% (14/30)
remote: Counting objects: 50% (15/30)
remote: Counting objects: 53% (16/30)
remote: Counting objects: 56% (17/30)
remote: Counting objects: 60% (18/30)
remote: Counting objects: 63% (19/30)
remote: Counting objects: 66% (20/30)
remote: Counting objects: 70% (21/30)
remote: Counting objects: 73% (22/30)
remote: Counting objects: 76% (23/30)
remote: Counting objects: 80% (24/30)
remote: Counting objects: 83% (25/30)
remote: Counting objects: 86% (26/30)
remote: Counting objects: 90% (27/30)
remote: Counting objects: 93% (28/30)
remote: Counting objects: 96% (29/30)
remote: Counting objects: 100% (30/30)
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 6% (1/16)
remote: Compressing objects: 12% (2/16)
remote: Compressing objects: 18% (3/16)
remote: Compressing objects: 25% (4/16)
remote: Compressing objects: 31% (5/16)
remote: Compressing objects: 37% (6/16)
remote: Compressing objects: 43% (7/16)
remote: Compressing objects: 50% (8/16)
remote: Compressing objects: 56% (9/16)
remote: Compressing objects: 62% (10/16)
remote: Compressing objects: 68% (11/16)
remote: Compressing objects: 75% (12/16)
remote: Compressing objects: 81% (13/16)
remote: Compressing objects: 87% (14/16)
remote: Compressing objects: 93% (15/16)
remote: Compressing objects: 100% (16/16)
remote: Compressing objects: 100% (16/16), done.
remote: Total 16 (delta 14), reused 1 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f'.
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 9bc80dac47 gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Switched to and reset branch 'main'
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
Fatal Python error: drop_gil: PyMUTEX_LOCK(gil->switch_mutex) failed
Python runtime state: initialized
Thread 0x00007fa56b43e280 (most recent call first):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test__xxsubinterpreters.py", line 80 in clean_up_interpreters
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test__xxsubinterpreters.py", line 88 in tearDown
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 594 in _callTearDown
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 637 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 690 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/runner.py", line 240 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 738 in main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 802 in main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/__main__.py", line 2 in <module>
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/runpy.py", line 88 in _run_code
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/runpy.py", line 198 in _run_module_as_main
Fatal Python error: Aborted
Thread 0x00007fa56b43e280 (most recent call first):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test__xxsubinterpreters.py", line 80 in clean_up_interpreters
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test__xxsubinterpreters.py", line 88 in tearDown
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 594 in _callTearDown
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 637 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 690 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 122 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/suite.py", line 84 in __call__
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/runner.py", line 240 in run
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 1115 in _run_suite
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 1241 in run_unittest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 294 in _test_module
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 330 in _runtest_inner2
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 373 in _runtest_inner
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 248 in _runtest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/runtest.py", line 278 in runtest
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 365 in rerun_failed_tests
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 783 in _main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 738 in main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line 802 in main
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/__main__.py", line 2 in <module>
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/runpy.py", line 88 in _run_code
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/runpy.py", line 198 in _run_module_as_main
Extension modules: _testcapi, _xxsubinterpreters (total: 2)
Aborted
make: *** [Makefile:1975: buildbottest] Error 134
Cannot open file '/root/buildarea/3.x.angelico-debian-amd64/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test__xxsubinterpreters
- test_threading
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO + PGO 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1037/builds/771
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Carl Meyer <carl(a)oddbird.net>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Gregory P. Smith <greg(a)krypto.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Prince Roshan <princekrroshan01(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, han-solo <hanish0019(a)gmail.com>, Łukasz Langa <lukasz(a)langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_tools: 7 min 54 sec
- test_concurrent_futures: 2 min 16 sec
- test_multiprocessing_spawn: 1 min 34 sec
- test_multiprocessing_forkserver: 1 min 8 sec
- test_asyncio: 1 min 3 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_signal: 46.8 sec
- test_socket: 38.0 sec
- test_io: 33.9 sec
- test_imaplib: 32.8 sec
1 test failed:
test_tools
15 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_msilib test_nis test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64
1 re-run test:
test_tools
Total duration: 16 min 56 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f58b5302'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmpyhgj1ym2/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmpyhgj1ym2/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmpyhgj1ym2/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 180, in prepare
_run_quiet([MAKE, '-C', builddir, parallel])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpuy60wfzz/python-build', '-j2']' returned non-zero exit status 2.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_7f6cdf07'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_10200b50'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmpuy60wfzz/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmpuy60wfzz/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmpuy60wfzz/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 180, in prepare
_run_quiet([MAKE, '-C', builddir, parallel])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpyhgj1ym2/python-build', '-j2']' returned non-zero exit status 2.
Test report
===========
Failed tests:
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/982/builds/777
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_tools: 2 min 27 sec
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 1 min 48 sec
- test_multiprocessing_forkserver: 1 min 26 sec
- test_asyncio: 1 min 16 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_signal: 47.6 sec
- test_socket: 40.8 sec
- test_tokenize: 39.6 sec
- test_capi: 36.0 sec
1 test failed:
test_tools
15 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_msilib test_nis test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64
2 re-run tests:
test_logging test_tools
Total duration: 7 min 12 sec
Captured traceback
==================
Traceback (most recent call last):
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/compileall.py", line 462, in <module>
exit_status = int(not main())
^^^^^^
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/compileall.py", line 312, in main
parser = argparse.ArgumentParser(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/argparse.py", line 1785, in __init__
self.add_argument(
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/argparse.py", line 1464, in add_argument
self._get_formatter()._format_args(action, None)
^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/argparse.py", line 2588, in _get_formatter
return self.formatter_class(prog=self.prog)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/argparse.py", line 172, in __init__
import shutil
File "/tmp/tmprlh3uhov/python-installation/lib/python3.11/shutil.py", line 29, in <module>
import lzma
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 936, in exec_module
File "<frozen importlib._bootstrap_external>", line 1069, in get_code
File "<frozen importlib._bootstrap_external>", line 729, in _compile_bytecode
EOFError: marshal data too short
make[1]: [Makefile:2191: libinstall] Error 1 (ignored)
/tmp/tmprlh3uhov/cpython/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(pkg_name)
/tmp/tmprlh3uhov/cpython/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(pkg_name)
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/abstract.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/abstract.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/bltinmodule.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/bltinmodule.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/boolobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/boolobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/bytearrayobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/bytearrayobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/bytesobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/bytesobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/ceval.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/ceval.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/codecs.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/codecs.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/compile.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/compile.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/complexobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/complexobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/datetime.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/datetime.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/descrobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/descrobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/dictobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/dictobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/dynamic_annotations.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/dynamic_annotations.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/enumobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/enumobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/errcode.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/errcode.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/exports.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/exports.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/fileobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/fileobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/fileutils.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/fileutils.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/floatobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/floatobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/frameobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/frameobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/genericaliasobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/genericaliasobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/import.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/import.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/intrcheck.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/intrcheck.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/iterobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/iterobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/listobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/listobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/longobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/longobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/marshal.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/marshal.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/memoryobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/memoryobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/methodobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/methodobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/modsupport.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/modsupport.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/moduleobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/moduleobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/object.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/object.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/objimpl.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/objimpl.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/opcode.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/opcode.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/osdefs.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/osdefs.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/osmodule.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/osmodule.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/patchlevel.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/patchlevel.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pybuffer.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pybuffer.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pycapsule.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pycapsule.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/py_curses.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/py_curses.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pydtrace.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pydtrace.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pyerrors.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pyerrors.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pyexpat.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pyexpat.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pyframe.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pyframe.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pyhash.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pyhash.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pylifecycle.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pylifecycle.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pymacconfig.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pymacconfig.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pymacro.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pymacro.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pymath.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pymath.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pymem.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pymem.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pyport.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pyport.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pystate.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pystate.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pystrcmp.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pystrcmp.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pystrtod.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pystrtod.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/Python.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/Python.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pythonrun.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pythonrun.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pythread.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pythread.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/pytypedefs.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/pytypedefs.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/rangeobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/rangeobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/setobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/setobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/sliceobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/sliceobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/structmember.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/structmember.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/structseq.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/structseq.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/sysmodule.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/sysmodule.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/token.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/token.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/traceback.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/traceback.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/tracemalloc.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/tracemalloc.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/tupleobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/tupleobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/typeslots.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/typeslots.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/unicodeobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/unicodeobject.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/warnings.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/warnings.h': No space left on device
/usr/bin/install: error copying '/tmp/tmprlh3uhov/cpython/Include/weakrefobject.h' to '/tmp/tmprlh3uhov/python-installation/include/python3.11d/weakrefobject.h': No space left on device
make[1]: *** [Makefile:2305: inclinstall] Error 1
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5384, in test_file_created
rh.close()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1197, in close
stream.close()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5418, in test_namer_rotator_inheritance
rh.close()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1197, in close
stream.close()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 674, in test_race
h.close()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1197, in close
stream.close()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1192, in close
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmphwbhm4od/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmphwbhm4od/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmphwbhm4od/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_df685dbf'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 622, in run
with outcome.testPartExecutor(self):
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5447, in test_rotator
data = zlib.decompress(compressed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
zlib.error: Error -5 while decompressing data: incomplete or truncated stream
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1114, in emit
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5392, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '1'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 197, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5394, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '2'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 197, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5396, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '3'
Arguments: None
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1114, in emit
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5392, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '1'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 197, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5394, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '2'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 197, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5396, in test_rollover_filenames
rh.emit(self.next_rec())
Message: '3'
Arguments: None
/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py:622: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/test_logging-2-z0dz4dk5.log' mode='a' encoding='utf-8'>
with outcome.testPartExecutor(self):
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 666, in test_race
h.handle(r)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 978, in handle
self.emit(record)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 525, in emit
self.reopenIfNeeded()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 511, in reopenIfNeeded
self.stream.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1114, in emit
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5382, in test_file_created
rh.emit(self.next_rec())
Message: '1'
Arguments: None
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1114, in emit
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 666, in test_race
h.handle(r)
Message: 'testing'
Arguments: ()
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 74, in emit
self.doRollover()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 179, in doRollover
self.rotate(self.baseFilename, dfn)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 117, in rotate
self.rotator(source, dest)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5429, in rotator
with open(dest, "wb") as df:
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5438, in test_rotator
rh.emit(m1)
Message: '1'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 74, in emit
self.doRollover()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 179, in doRollover
self.rotate(self.baseFilename, dfn)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 117, in rotate
self.rotator(source, dest)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5429, in rotator
with open(dest, "wb") as df:
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5441, in test_rotator
rh.emit(m2)
Message: '2'
Arguments: None
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5397, in test_rollover_filenames
self.assertLogFile(namer(self.fn + ".2"))
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5327, in assertLogFile
self.assertTrue(os.path.exists(filename),
AssertionError: False is not true : Log file '/tmp/test_logging-2-z0dz4dk5.log.2.test' does not exist
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1114, in emit
self.flush()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/__init__.py", line 1094, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5413, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '1'
Arguments: None
--- Logging error ---
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/logging/handlers.py", line 197, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Call stack:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 47, in <module>
_main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/regrtest.py", line 43, in _main
main()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 795, in main
Regrtest().main(tests=tests, **kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 733, in main
self._main(tests, kwargs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/main.py", line 754, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest_mp.py", line 90, in run_tests_worker
result = runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 260, in runtest
return _runtest(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 214, in _runtest
result = _runtest_inner(ns, test_name,
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 355, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 312, in _runtest_inner2
test_runner()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/libregrtest/runtest.py", line 276, in _test_module
support.run_unittest(tests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1221, in run_unittest
_run_suite(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/support/__init__.py", line 1095, in _run_suite
result = runner.run(suite)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/runner.py", line 217, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/suite.py", line 122, in run
test(result)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 678, in __call__
return self.run(*args, **kwds)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 623, in run
self._callTestMethod(testMethod)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/unittest/case.py", line 579, in _callTestMethod
if method() is not None:
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_logging.py", line 5415, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 184, in prepare
_run_quiet([MAKE, '-C', builddir, 'install'])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmphwbhm4od/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmprlh3uhov/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmprlh3uhov/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmprlh3uhov/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_57efea44'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_00f29e35'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 184, in prepare
_run_quiet([MAKE, '-C', builddir, 'install'])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmprlh3uhov/python-build', 'install']' returned non-zero exit status 2.
Test report
===========
Failed tests:
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_rotator - test.test_logging.RotatingFileHandlerTest.test_rotator
- test_rollover_filenames - test.test_logging.RotatingFileHandlerTest.test_rollover_filenames
- test_race - test.test_logging.HandlerTest.test_race
- test_file_created - test.test_logging.RotatingFileHandlerTest.test_file_created
- test_namer_rotator_inheritance - test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/999/builds/776
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 31 sec
- test_tools: 2 min 21 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_multiprocessing_forkserver: 1 min 29 sec
- test_asyncio: 1 min 18 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_tokenize: 57.8 sec
- test_unparse: 52.1 sec
- test_signal: 47.9 sec
- test_capi: 44.9 sec
1 test failed:
test_tools
15 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_msilib test_nis test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64
3 re-run tests:
test_interpreters test_pep646_syntax test_tools
Total duration: 7 min 21 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8ec863d4'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmppb80vjb2/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmppb80vjb2/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmppb80vjb2/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5009d280'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 184, in prepare
_run_quiet([MAKE, '-C', builddir, 'install'])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmppb80vjb2/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/tmpacshzfol/cpython/Lib/sysconfig.py", line 715, in get_config_var
return get_config_vars().get(name)
^^^^^^^^^^^^^^^^^
File "/tmp/tmpacshzfol/cpython/Lib/sysconfig.py", line 670, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/tmp/tmpacshzfol/cpython/Lib/sysconfig.py", line 531, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_a5ca749a'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
outdir, scriptfile, python = helper.prepare(script, outdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 184, in prepare
_run_quiet([MAKE, '-C', builddir, 'install'])
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpacshzfol/python-build', 'install']' returned non-zero exit status 2.
Test report
===========
Failed tests:
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.9)
by buildbot@python.org 22 May '23
by buildbot@python.org 22 May '23
22 May '23
The Buildbot has detected a new failure on builder PPC64LE RHEL8 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/250/builds/532
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Petr Viktorin <encukou(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 4271, done.
remote: Counting objects: 0% (1/2543)
remote: Counting objects: 1% (26/2543)
remote: Counting objects: 2% (51/2543)
remote: Counting objects: 3% (77/2543)
remote: Counting objects: 4% (102/2543)
remote: Counting objects: 5% (128/2543)
remote: Counting objects: 6% (153/2543)
remote: Counting objects: 7% (179/2543)
remote: Counting objects: 8% (204/2543)
remote: Counting objects: 9% (229/2543)
remote: Counting objects: 10% (255/2543)
remote: Counting objects: 11% (280/2543)
remote: Counting objects: 12% (306/2543)
remote: Counting objects: 13% (331/2543)
remote: Counting objects: 14% (357/2543)
remote: Counting objects: 15% (382/2543)
remote: Counting objects: 16% (407/2543)
remote: Counting objects: 17% (433/2543)
remote: Counting objects: 18% (458/2543)
remote: Counting objects: 19% (484/2543)
remote: Counting objects: 20% (509/2543)
remote: Counting objects: 21% (535/2543)
remote: Counting objects: 22% (560/2543)
remote: Counting objects: 23% (585/2543)
remote: Counting objects: 24% (611/2543)
remote: Counting objects: 25% (636/2543)
remote: Counting objects: 26% (662/2543)
remote: Counting objects: 27% (687/2543)
remote: Counting objects: 28% (713/2543)
remote: Counting objects: 29% (738/2543)
remote: Counting objects: 30% (763/2543)
remote: Counting objects: 31% (789/2543)
remote: Counting objects: 32% (814/2543)
remote: Counting objects: 33% (840/2543)
remote: Counting objects: 34% (865/2543)
remote: Counting objects: 35% (891/2543)
remote: Counting objects: 36% (916/2543)
remote: Counting objects: 37% (941/2543)
remote: Counting objects: 38% (967/2543)
remote: Counting objects: 39% (992/2543)
remote: Counting objects: 40% (1018/2543)
remote: Counting objects: 41% (1043/2543)
remote: Counting objects: 42% (1069/2543)
remote: Counting objects: 43% (1094/2543)
remote: Counting objects: 44% (1119/2543)
remote: Counting objects: 45% (1145/2543)
remote: Counting objects: 46% (1170/2543)
remote: Counting objects: 47% (1196/2543)
remote: Counting objects: 48% (1221/2543)
remote: Counting objects: 49% (1247/2543)
remote: Counting objects: 50% (1272/2543)
remote: Counting objects: 51% (1297/2543)
remote: Counting objects: 52% (1323/2543)
remote: Counting objects: 53% (1348/2543)
remote: Counting objects: 54% (1374/2543)
remote: Counting objects: 55% (1399/2543)
remote: Counting objects: 56% (1425/2543)
remote: Counting objects: 57% (1450/2543)
remote: Counting objects: 58% (1475/2543)
remote: Counting objects: 59% (1501/2543)
remote: Counting objects: 60% (1526/2543)
remote: Counting objects: 61% (1552/2543)
remote: Counting objects: 62% (1577/2543)
remote: Counting objects: 63% (1603/2543)
remote: Counting objects: 64% (1628/2543)
remote: Counting objects: 65% (1653/2543)
remote: Counting objects: 66% (1679/2543)
remote: Counting objects: 67% (1704/2543)
remote: Counting objects: 68% (1730/2543)
remote: Counting objects: 69% (1755/2543)
remote: Counting objects: 70% (1781/2543)
remote: Counting objects: 71% (1806/2543)
remote: Counting objects: 72% (1831/2543)
remote: Counting objects: 73% (1857/2543)
remote: Counting objects: 74% (1882/2543)
remote: Counting objects: 75% (1908/2543)
remote: Counting objects: 76% (1933/2543)
remote: Counting objects: 77% (1959/2543)
remote: Counting objects: 78% (1984/2543)
remote: Counting objects: 79% (2009/2543)
remote: Counting objects: 80% (2035/2543)
remote: Counting objects: 81% (2060/2543)
remote: Counting objects: 82% (2086/2543)
remote: Counting objects: 83% (2111/2543)
remote: Counting objects: 84% (2137/2543)
remote: Counting objects: 85% (2162/2543)
remote: Counting objects: 86% (2187/2543)
remote: Counting objects: 87% (2213/2543)
remote: Counting objects: 88% (2238/2543)
remote: Counting objects: 89% (2264/2543)
remote: Counting objects: 90% (2289/2543)
remote: Counting objects: 91% (2315/2543)
remote: Counting objects: 92% (2340/2543)
remote: Counting objects: 93% (2365/2543)
remote: Counting objects: 94% (2391/2543)
remote: Counting objects: 95% (2416/2543)
remote: Counting objects: 96% (2442/2543)
remote: Counting objects: 97% (2467/2543)
remote: Counting objects: 98% (2493/2543)
remote: Counting objects: 99% (2518/2543)
remote: Counting objects: 100% (2543/2543)
remote: Counting objects: 100% (2543/2543), done.
remote: Compressing objects: 9% (1/11)
remote: Compressing objects: 18% (2/11)
remote: Compressing objects: 27% (3/11)
remote: Compressing objects: 36% (4/11)
remote: Compressing objects: 45% (5/11)
remote: Compressing objects: 54% (6/11)
remote: Compressing objects: 63% (7/11)
remote: Compressing objects: 72% (8/11)
remote: Compressing objects: 81% (9/11)
remote: Compressing objects: 90% (10/11)
remote: Compressing objects: 100% (11/11)
remote: Compressing objects: 100% (11/11), done.
Receiving objects: 0% (1/4271)
Receiving objects: 1% (43/4271)
Receiving objects: 2% (86/4271)
Receiving objects: 3% (129/4271)
Receiving objects: 4% (171/4271)
Receiving objects: 5% (214/4271)
Receiving objects: 6% (257/4271)
Receiving objects: 7% (299/4271)
Receiving objects: 8% (342/4271)
Receiving objects: 9% (385/4271)
Receiving objects: 10% (428/4271)
Receiving objects: 11% (470/4271)
Receiving objects: 12% (513/4271)
Receiving objects: 13% (556/4271)
Receiving objects: 14% (598/4271)
Receiving objects: 15% (641/4271)
Receiving objects: 16% (684/4271)
Receiving objects: 17% (727/4271)
Receiving objects: 18% (769/4271)
Receiving objects: 19% (812/4271)
Receiving objects: 20% (855/4271)
Receiving objects: 21% (897/4271)
Receiving objects: 22% (940/4271)
Receiving objects: 23% (983/4271)
Receiving objects: 24% (1026/4271)
Receiving objects: 25% (1068/4271)
Receiving objects: 26% (1111/4271)
Receiving objects: 27% (1154/4271)
Receiving objects: 28% (1196/4271)
Receiving objects: 29% (1239/4271)
Receiving objects: 30% (1282/4271)
Receiving objects: 31% (1325/4271)
Receiving objects: 32% (1367/4271)
Receiving objects: 33% (1410/4271)
Receiving objects: 34% (1453/4271)
Receiving objects: 35% (1495/4271)
Receiving objects: 36% (1538/4271)
Receiving objects: 37% (1581/4271)
Receiving objects: 38% (1623/4271)
Receiving objects: 39% (1666/4271)
Receiving objects: 40% (1709/4271)
Receiving objects: 41% (1752/4271)
Receiving objects: 42% (1794/4271)
Receiving objects: 43% (1837/4271)
Receiving objects: 44% (1880/4271)
Receiving objects: 45% (1922/4271)
Receiving objects: 46% (1965/4271)
Receiving objects: 47% (2008/4271)
Receiving objects: 48% (2051/4271)
Receiving objects: 49% (2093/4271)
Receiving objects: 50% (2136/4271)
Receiving objects: 51% (2179/4271)
Receiving objects: 52% (2221/4271)
Receiving objects: 53% (2264/4271)
Receiving objects: 54% (2307/4271)
Receiving objects: 55% (2350/4271)
Receiving objects: 56% (2392/4271)
Receiving objects: 57% (2435/4271)
Receiving objects: 58% (2478/4271)
Receiving objects: 59% (2520/4271)
Receiving objects: 60% (2563/4271)
Receiving objects: 61% (2606/4271)
Receiving objects: 62% (2649/4271)
Receiving objects: 63% (2691/4271)
Receiving objects: 64% (2734/4271)
Receiving objects: 65% (2777/4271)
Receiving objects: 66% (2819/4271)
Receiving objects: 67% (2862/4271)
Receiving objects: 68% (2905/4271)
Receiving objects: 69% (2947/4271)
Receiving objects: 70% (2990/4271)
Receiving objects: 71% (3033/4271)
Receiving objects: 72% (3076/4271)
Receiving objects: 73% (3118/4271)
Receiving objects: 74% (3161/4271)
Receiving objects: 75% (3204/4271)
Receiving objects: 76% (3246/4271)
Receiving objects: 77% (3289/4271)
Receiving objects: 78% (3332/4271)
Receiving objects: 79% (3375/4271)
Receiving objects: 80% (3417/4271)
Receiving objects: 81% (3460/4271)
Receiving objects: 82% (3503/4271)
Receiving objects: 83% (3545/4271)
Receiving objects: 84% (3588/4271)
Receiving objects: 85% (3631/4271)
Receiving objects: 86% (3674/4271)
Receiving objects: 87% (3716/4271)
Receiving objects: 88% (3759/4271)
Receiving objects: 89% (3802/4271)
Receiving objects: 90% (3844/4271)
Receiving objects: 91% (3887/4271)
Receiving objects: 92% (3930/4271)
Receiving objects: 93% (3973/4271)
Receiving objects: 94% (4015/4271)
Receiving objects: 95% (4058/4271)
Receiving objects: 96% (4101/4271)
remote: Total 4271 (delta 2532), reused 2533 (delta 2532), pack-reused 1728
Receiving objects: 97% (4143/4271)
Receiving objects: 98% (4186/4271)
Receiving objects: 99% (4229/4271)
Receiving objects: 100% (4271/4271)
Receiving objects: 100% (4271/4271), 6.59 MiB | 14.11 MiB/s, done.
Resolving deltas: 0% (0/3368)
Resolving deltas: 1% (34/3368)
Resolving deltas: 2% (68/3368)
Resolving deltas: 3% (102/3368)
Resolving deltas: 4% (135/3368)
Resolving deltas: 5% (169/3368)
Resolving deltas: 6% (203/3368)
Resolving deltas: 7% (236/3368)
Resolving deltas: 8% (270/3368)
Resolving deltas: 9% (304/3368)
Resolving deltas: 10% (337/3368)
Resolving deltas: 11% (371/3368)
Resolving deltas: 12% (405/3368)
Resolving deltas: 13% (438/3368)
Resolving deltas: 14% (472/3368)
Resolving deltas: 15% (506/3368)
Resolving deltas: 16% (539/3368)
Resolving deltas: 17% (573/3368)
Resolving deltas: 18% (607/3368)
Resolving deltas: 19% (640/3368)
Resolving deltas: 20% (674/3368)
Resolving deltas: 21% (708/3368)
Resolving deltas: 22% (741/3368)
Resolving deltas: 23% (775/3368)
Resolving deltas: 24% (809/3368)
Resolving deltas: 25% (842/3368)
Resolving deltas: 26% (876/3368)
Resolving deltas: 27% (910/3368)
Resolving deltas: 28% (944/3368)
Resolving deltas: 29% (977/3368)
Resolving deltas: 30% (1011/3368)
Resolving deltas: 31% (1045/3368)
Resolving deltas: 32% (1078/3368)
Resolving deltas: 33% (1112/3368)
Resolving deltas: 34% (1146/3368)
Resolving deltas: 35% (1179/3368)
Resolving deltas: 36% (1213/3368)
Resolving deltas: 37% (1247/3368)
Resolving deltas: 38% (1280/3368)
Resolving deltas: 39% (1314/3368)
Resolving deltas: 40% (1348/3368)
Resolving deltas: 41% (1381/3368)
Resolving deltas: 42% (1415/3368)
Resolving deltas: 43% (1449/3368)
Resolving deltas: 44% (1482/3368)
Resolving deltas: 45% (1516/3368)
Resolving deltas: 46% (1550/3368)
Resolving deltas: 47% (1583/3368)
Resolving deltas: 48% (1617/3368)
Resolving deltas: 49% (1651/3368)
Resolving deltas: 50% (1684/3368)
Resolving deltas: 51% (1718/3368)
Resolving deltas: 52% (1752/3368)
Resolving deltas: 53% (1786/3368)
Resolving deltas: 54% (1819/3368)
Resolving deltas: 55% (1853/3368)
Resolving deltas: 56% (1887/3368)
Resolving deltas: 57% (1920/3368)
Resolving deltas: 58% (1954/3368)
Resolving deltas: 58% (1954/3368)
Resolving deltas: 59% (1988/3368)
Resolving deltas: 60% (2021/3368)
Resolving deltas: 61% (2055/3368)
Resolving deltas: 62% (2089/3368)
Resolving deltas: 63% (2122/3368)
Resolving deltas: 64% (2156/3368)
Resolving deltas: 65% (2190/3368)
Resolving deltas: 66% (2223/3368)
Resolving deltas: 67% (2257/3368)
Resolving deltas: 68% (2291/3368)
Resolving deltas: 69% (2324/3368)
Resolving deltas: 70% (2358/3368)
Resolving deltas: 71% (2392/3368)
Resolving deltas: 71% (2398/3368)
Resolving deltas: 72% (2425/3368)
Resolving deltas: 73% (2459/3368)
Resolving deltas: 74% (2493/3368)
Resolving deltas: 75% (2526/3368)
Resolving deltas: 75% (2537/3368)
Resolving deltas: 76% (2560/3368)
Resolving deltas: 77% (2594/3368)
Resolving deltas: 78% (2628/3368)
Resolving deltas: 79% (2661/3368)
Resolving deltas: 80% (2695/3368)
Resolving deltas: 81% (2729/3368)
Resolving deltas: 81% (2737/3368)
Resolving deltas: 82% (2762/3368)
Resolving deltas: 83% (2796/3368)
Resolving deltas: 84% (2830/3368)
Resolving deltas: 85% (2863/3368)
Resolving deltas: 86% (2897/3368)
Resolving deltas: 87% (2931/3368)
Resolving deltas: 88% (2964/3368)
Resolving deltas: 89% (2998/3368)
Resolving deltas: 90% (3032/3368)
Resolving deltas: 91% (3065/3368)
Resolving deltas: 91% (3086/3368)
Resolving deltas: 92% (3099/3368)
Resolving deltas: 93% (3133/3368)
Resolving deltas: 94% (3166/3368)
Resolving deltas: 95% (3200/3368)
Resolving deltas: 96% (3234/3368)
Resolving deltas: 97% (3267/3368)
Resolving deltas: 98% (3301/3368)
Resolving deltas: 99% (3335/3368)
Resolving deltas: 99% (3340/3368)
Resolving deltas: 100% (3368/3368)
Resolving deltas: 100% (3368/3368), completed with 737 local objects.
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
* [new tag] v3.10.11 -> v3.10.11
* [new tag] v3.11.3 -> v3.11.3
* [new tag] v3.12.0a7 -> v3.12.0a7
Note: switching to '98016f7c92aa4c1232c68bac1ed6646db31782ec'.
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 98016f7c92 [3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104382)
Switched to and reset branch '3.9'
configure: WARNING: unrecognized options: --without-static-libpython
configure: WARNING: unrecognized options: --without-static-libpython
../Modules/_threadmodule.c: In function ‘local_clear’:
../Modules/_threadmodule.c:812:20: warning: unused variable ‘tstate’ [-Wunused-variable]
PyThreadState *tstate;
^~~~~~
test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/build_oot/../Lib/os.py'> has no attribute 'startfile'
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_devpoll skipped -- test works only on Solaris OS family
test_winsound skipped -- No module named 'winsound'
test_ioctl skipped -- Unable to open /dev/tty
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
test_winconsoleio skipped -- test only relevant on win32
test_winreg skipped -- No module named 'winreg'
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_msilib skipped -- No module named '_msi'
test_kqueue skipped -- test works only on BSD
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
Ran 24 tests in 9.641s
OK (skipped=2)
Timeout (0:15:00)!
Thread 0x00007fff90ff5340 (most recent call first):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1995 in _communicate
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1134 in communicate
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 909 in test_pycfunction
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 550 in _callTestMethod
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 651 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1850 in _run_suite
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1974 in run_unittest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 263 in _test_module
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 288 in _runtest_inner2
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 326 in _runtest_inner
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 204 in _runtest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 247 in runtest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 83 in run_tests_worker
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 692 in _main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 672 in main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 733 in main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 43 in _main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/regrtest.py", line 47 in <module>
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 197 in _run_module_as_main
Timeout (0:15:00)!
Thread 0x00007fff911f5340 (most recent call first):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/selectors.py", line 416 in select
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1995 in _communicate
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1134 in communicate
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 112 in run_gdb
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 226 in get_stack_trace
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/test_gdb.py", line 920 in test_pycfunction
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 550 in _callTestMethod
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/case.py", line 651 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/unittest/runner.py", line 184 in run
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1850 in _run_suite
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1974 in run_unittest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 263 in _test_module
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 288 in _runtest_inner2
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 326 in _runtest_inner
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 217 in _runtest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest.py", line 247 in runtest
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 334 in rerun_failed_tests
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 716 in _main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 672 in main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 733 in main
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/test/__main__.py", line 2 in <module>
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [Makefile:1240: buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le/build/build_oot/test-results.xml' for upload
Test report
===========
Failed tests:
- test_gdb
Sincerely,
-The Buildbot
1
0