☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)

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/2478
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Carl Meyer <carl@oddbird.net>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Eclips4 <80244920+Eclips4@users.noreply.github.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Ionite <dev@ionite.io>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jacob Bower <1978924+jbower-fb@users.noreply.github.com>, Jason R. Coombs <jaraco@jaraco.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jonathan Protzenko <protz@microsoft.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Mark Shannon <mark@hotpy.org>, Max Bachmann <kontakt@maxbachmann.de>, Nikita Sobolev <mail@sobolevn.me>, Pradyun Gedam <pradyunsg@gmail.com>, Rotzbua <Rotzbua@users.noreply.github.com>, SKO <41810398+uyw4687@users.noreply.github.com>, Skip Montanaro <skip.montanaro@gmail.com>, Stefan Pochmann <609905+pochmann@users.noreply.github.com>, Tanner Firl <105078804+TannerFirl@users.noreply.github.com>, Terry Ja n Reedy <tjreedy@udel.edu>, VMan <vayidm@users.noreply.github.com>, Yeojin Kim <yeojin.k@linecorp.com>, Zackery Spytz <zspytz@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: 18, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), 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 18 (delta 4), reused 8 (delta 3), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'e3c3f9fec099fe78d2f98912be337d632f6fcdd1'.
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 e3c3f9fec0 gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287) 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:2663: clean-retain-profile] Error 1 (ignored) Objects/obmalloc.c:776:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 776 | arena_map_get(pymem_block *p, int create) | ^~~~~~~~~~~~~ In function ‘_io_FileIO_close_impl’, inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:29:12: ./Modules/_io/fileio.c:164:9: warning: ‘exc’ may be used uninitialized [-Wmaybe-uninitialized] 164 | _PyErr_ChainExceptions1(exc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Modules/_io/fileio.c: In function ‘_io_FileIO_close’: ./Modules/_io/fileio.c:142:15: note: ‘exc’ was declared here 142 | PyObject *exc; | ^~~ Objects/obmalloc.c:776:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 776 | arena_map_get(pymem_block *p, int create) | ^~~~~~~~~~~~~ In function ‘_io_FileIO_close_impl’, inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:29:12: ./Modules/_io/fileio.c:164:9: warning: ‘exc’ may be used uninitialized [-Wmaybe-uninitialized] 164 | _PyErr_ChainExceptions1(exc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Modules/_io/fileio.c: In function ‘_io_FileIO_close’: ./Modules/_io/fileio.c:142:15: note: ‘exc’ was declared here 142 | 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: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~~~~~^~~~~~~~~~~~~~~~~~~~~ In function ‘_mpd_to_string’: cc1: note: source 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: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~~~~~^~~~~~~~~~~~~~~~~~~~~ In function ‘_mpd_to_string’: cc1: note: source 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: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~~~~~^~~~~~~~~~~~~~~~~~~~~ In function ‘coeff_to_string’: cc1: note: source 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: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~~~~~^~~~~~~~~~~~~~~~~~~~~ In function ‘coeff_to_string’: cc1: note: source 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]; | ^
Timeout (0:15:00)! Thread 0x000003ffa78f7720 (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 2075 in _communicate File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 1207 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 579 in _callTestMethod File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/case.py", line 623 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/unittest/case.py", line 678 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 208 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/support/__init__.py", line 1104 in _run_suite File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/support/__init__.py", line 1230 in run_unittest File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 281 in _test_module File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 317 in _runtest_inner2 File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 360 in _runtest_inner File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 235 in _runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 265 in runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 353 in rerun_failed_tests File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 756 in _main File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 711 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 775 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:1941: 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_tools
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/442/builds/3729
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Eclips4 <80244920+Eclips4@users.noreply.github.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Ionite <dev@ionite.io>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jacob Bower <1978924+jbower-fb@users.noreply.github.com>, Jason R. Coombs <jaraco@jaraco.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jonathan Protzenko <protz@microsoft.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Mark Shannon <mark@hotpy.org>, Max Bachmann <kontakt@maxbachmann.de>, Nikita Sobolev <mail@sobolevn.me>, Pradyun Gedam <pradyunsg@gmail.com>, Rotzbua <Rotzbua@users.noreply.github.com>, SKO <41810398+uyw4687@users.noreply.github.com>, Skip Montanaro <skip.montanaro@gmail.com>, Stefan Pochmann <609905+pochmann@users.noreply.github.com>, Tanner Firl <105078804+TannerFirl@users.noreply.github.com>, VMan <vayidm@users.noreply.github.com>, Yeojin Kim <yeojin.k@linecorp.com>, Zackery Spytz <zspytz@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: 18, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), 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 18 (delta 4), reused 8 (delta 3), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'e3c3f9fec099fe78d2f98912be337d632f6fcdd1'.
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 e3c3f9fec0 gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287) 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:2665: clean-retain-profile] Error 1 (ignored) Objects/obmalloc.c:776:1: warning: always_inline function might not be inlinable [-Wattributes] arena_map_get(pymem_block *p, int create) ^~~~~~~~~~~~~ Objects/obmalloc.c:776:1: warning: always_inline function might not be inlinable [-Wattributes] arena_map_get(pymem_block *p, int create) ^~~~~~~~~~~~~
Timeout (0:15:00)! Thread 0x000003ffa4cf8720 (most recent call first): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/selectors.py", line 415 in select File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/subprocess.py", line 2075 in _communicate File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/subprocess.py", line 1207 in communicate File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/script_helper.py", line 139 in run_python_until_end File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/script_helper.py", line 149 in _assert_python File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/script_helper.py", line 166 in assert_python_ok File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_tools/test_i18n.py", line 333 in test_files_list File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 579 in _callTestMethod File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 623 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 678 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/runner.py", line 208 in run File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/__init__.py", line 1104 in _run_suite File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/__init__.py", line 1230 in run_unittest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 281 in _test_module File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 317 in _runtest_inner2 File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 360 in _runtest_inner File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 235 in _runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 265 in runtest File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 353 in rerun_failed_tests File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 756 in _main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 711 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 775 in main File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-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:1943: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/test-results.xml' for upload
Test report
Failed tests:
- test_tools
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org