Buildbot-status
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
October 2022
- 4 participants
- 103 discussions

☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org Oct. 28, 2022
by buildbot@python.org Oct. 28, 2022
Oct. 28, 2022
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/1004/builds/393
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
416 tests OK.
1 test failed:
test_nntplib
17 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_launcher test_msilib
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 2 min 41 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_nntplib.py", line 298, in test_with_statement
if re.search(r'(?i)KEY.TOO.SMALL', ssl_err.reason):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/re/__init__.py", line 176, in search
return _compile(pattern, flags).search(string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_nntplib.py", line 286, in test_with_statement
server = self.NNTP_CLASS(self.NNTP_HOST, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 1028, in __init__
super().__init__(host, port, user, password, readermode,
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 337, in __init__
self.sock = self._create_socket(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 1034, in _create_socket
sock = _encrypt_on(sock, self.ssl_context, self.host)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 295, in _encrypt_on
return context.wrap_socket(sock, server_hostname=hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 1075, in _create
self.do_handshake()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 1346, in do_handshake
self._sslobj.do_handshake()
ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:992)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_d193db14'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f4548318'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_nntplib.py", line 335, in setUpClass
if re.search(r'(?i)KEY.TOO.SMALL', ssl_err.reason):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/re/__init__.py", line 176, in search
return _compile(pattern, flags).search(string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5be85ea9'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_nntplib.py", line 332, in setUpClass
cls.server = cls.NNTP_CLASS(cls.NNTP_HOST, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 1028, in __init__
super().__init__(host, port, user, password, readermode,
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 337, in __init__
self.sock = self._create_socket(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 1034, in _create_socket
sock = _encrypt_on(sock, self.ssl_context, self.host)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/nntplib.py", line 295, in _encrypt_on
return context.wrap_socket(sock, server_hostname=hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 1075, in _create
self.do_handshake()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/ssl.py", line 1346, in do_handshake
self._sslobj.do_handshake()
ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:992)
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- setUpClass - test.test_nntplib.NetworkedNNTP_SSLTests
- test_with_statement - test.test_nntplib.NetworkedNNTP_SSLTests.test_with_statement
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) clean (failure) (main)
by buildbot@python.org Oct. 28, 2022
by buildbot@python.org Oct. 28, 2022
Oct. 28, 2022
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/455/builds/2766
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: Benjamin Peterson <benjamin(a)python.org>, C.A.M. Gerlach <CAM.Gerlach(a)Gerlach.CAM>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Eclips4 <80244920+Eclips4(a)users.noreply.github.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Gerardwx <Gerardwx(a)users.noreply.github.com>, Henry Schreiner <HenrySchreinerIII(a)gmail.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Jacob Walls <jacobtylerwalls(a)gmail.com>, James Gerity <snoopjedi(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Johnny11502 <113304663+Johnny11502(a)users.noreply.github.com>, July Tikhonov <july.tikh(a)gmail.com>, Ken Jin <kenjin(a)python.org>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Matthew Rahtz <matthew.rahtz(a)gmail.com>, Neil Schemenauer <nas-github(a)arctrix.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Philipp A <flying-sheep(a)web.de>, Sh
aun Walbridge <46331011+scdub(a)users.noreply.github.com>, Stanley <46876382+slateny(a)users.noreply.github.com>, Thomas Wouters <thomas(a)python.org>, Wenzel Jakob <wenzel.jakob(a)epfl.ch>, Zachary Ware <zach(a)python.org>, fancidev <fancidev(a)gmail.com>
BUILD FAILED: failed test (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_gdb: 4 min 8 sec
- test_multiprocessing_spawn: 3 min 36 sec
- test_tokenize: 3 min 8 sec
- test_concurrent_futures: 2 min 58 sec
- test_capi: 2 min 9 sec
- test_asyncio: 2 min 3 sec
- test_multiprocessing_fork: 1 min 51 sec
- test_multiprocessing_forkserver: 1 min 45 sec
- test_lib2to3: 1 min 39 sec
- test_unparse: 1 min 34 sec
1 test failed:
test_unicodedata
15 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
1 re-run test:
test_unicodedata
Total duration: 10 min 2 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(8121 bytes read, 2329 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(8121 bytes read, 71 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_unicodedata.py", line 368, in test_normalization
self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/15.0.0/NormalizationTest.txt
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_unicodedata.py", line 362, in test_normalization
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/support/__init__.py", line 671, in open_urlresource
s = f.read()
^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 295, in read
return self._buffer.read(size)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/_compression.py", line 118, in readall
while data := self.read(sys.maxsize):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 500, in read
buf = self._fp.read(READ_BUFFER_SIZE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 90, in read
return self.file.read(size)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 459, in read
return self._read_chunked(amt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 597, in _read_chunked
raise IncompleteRead(b''.join(value)) from exc
http.client.IncompleteRead: IncompleteRead(106486 bytes read)
Test report
===========
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest.test_normalization
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): - failed compile (failure) (3e07f827b359617664ad0880f218f17ae4483299)
by buildbot@python.org Oct. 28, 2022
by buildbot@python.org Oct. 28, 2022
Oct. 28, 2022
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/16/builds/357
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 90, done.
remote: Counting objects: 1% (1/86)
remote: Counting objects: 2% (2/86)
remote: Counting objects: 3% (3/86)
remote: Counting objects: 4% (4/86)
remote: Counting objects: 5% (5/86)
remote: Counting objects: 6% (6/86)
remote: Counting objects: 8% (7/86)
remote: Counting objects: 9% (8/86)
remote: Counting objects: 10% (9/86)
remote: Counting objects: 11% (10/86)
remote: Counting objects: 12% (11/86)
remote: Counting objects: 13% (12/86)
remote: Counting objects: 15% (13/86)
remote: Counting objects: 16% (14/86)
remote: Counting objects: 17% (15/86)
remote: Counting objects: 18% (16/86)
remote: Counting objects: 19% (17/86)
remote: Counting objects: 20% (18/86)
remote: Counting objects: 22% (19/86)
remote: Counting objects: 23% (20/86)
remote: Counting objects: 24% (21/86)
remote: Counting objects: 25% (22/86)
remote: Counting objects: 26% (23/86)
remote: Counting objects: 27% (24/86)
remote: Counting objects: 29% (25/86)
remote: Counting objects: 30% (26/86)
remote: Counting objects: 31% (27/86)
remote: Counting objects: 32% (28/86)
remote: Counting objects: 33% (29/86)
remote: Counting objects: 34% (30/86)
remote: Counting objects: 36% (31/86)
remote: Counting objects: 37% (32/86)
remote: Counting objects: 38% (33/86)
remote: Counting objects: 39% (34/86)
remote: Counting objects: 40% (35/86)
remote: Counting objects: 41% (36/86)
remote: Counting objects: 43% (37/86)
remote: Counting objects: 44% (38/86)
remote: Counting objects: 45% (39/86)
remote: Counting objects: 46% (40/86)
remote: Counting objects: 47% (41/86)
remote: Counting objects: 48% (42/86)
remote: Counting objects: 50% (43/86)
remote: Counting objects: 51% (44/86)
remote: Counting objects: 52% (45/86)
remote: Counting objects: 53% (46/86)
remote: Counting objects: 54% (47/86)
remote: Counting objects: 55% (48/86)
remote: Counting objects: 56% (49/86)
remote: Counting objects: 58% (50/86)
remote: Counting objects: 59% (51/86)
remote: Counting objects: 60% (52/86)
remote: Counting objects: 61% (53/86)
remote: Counting objects: 62% (54/86)
remote: Counting objects: 63% (55/86)
remote: Counting objects: 65% (56/86)
remote: Counting objects: 66% (57/86)
remote: Counting objects: 67% (58/86)
remote: Counting objects: 68% (59/86)
remote: Counting objects: 69% (60/86)
remote: Counting objects: 70% (61/86)
remote: Counting objects: 72% (62/86)
remote: Counting objects: 73% (63/86)
remote: Counting objects: 74% (64/86)
remote: Counting objects: 75% (65/86)
remote: Counting objects: 76% (66/86)
remote: Counting objects: 77% (67/86)
remote: Counting objects: 79% (68/86)
remote: Counting objects: 80% (69/86)
remote: Counting objects: 81% (70/86)
remote: Counting objects: 82% (71/86)
remote: Counting objects: 83% (72/86)
remote: Counting objects: 84% (73/86)
remote: Counting objects: 86% (74/86)
remote: Counting objects: 87% (75/86)
remote: Counting objects: 88% (76/86)
remote: Counting objects: 89% (77/86)
remote: Counting objects: 90% (78/86)
remote: Counting objects: 91% (79/86)
remote: Counting objects: 93% (80/86)
remote: Counting objects: 94% (81/86)
remote: Counting objects: 95% (82/86)
remote: Counting objects: 96% (83/86)
remote: Counting objects: 97% (84/86)
remote: Counting objects: 98% (85/86)
remote: Counting objects: 100% (86/86)
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 2% (1/45)
remote: Compressing objects: 4% (2/45)
remote: Compressing objects: 6% (3/45)
remote: Compressing objects: 8% (4/45)
remote: Compressing objects: 11% (5/45)
remote: Compressing objects: 13% (6/45)
remote: Compressing objects: 15% (7/45)
remote: Compressing objects: 17% (8/45)
remote: Compressing objects: 20% (9/45)
remote: Compressing objects: 22% (10/45)
remote: Compressing objects: 24% (11/45)
remote: Compressing objects: 26% (12/45)
remote: Compressing objects: 28% (13/45)
remote: Compressing objects: 31% (14/45)
remote: Compressing objects: 33% (15/45)
remote: Compressing objects: 35% (16/45)
remote: Compressing objects: 37% (17/45)
remote: Compressing objects: 40% (18/45)
remote: Compressing objects: 42% (19/45)
remote: Compressing objects: 44% (20/45)
remote: Compressing objects: 46% (21/45)
remote: Compressing objects: 48% (22/45)
remote: Compressing objects: 51% (23/45)
remote: Compressing objects: 53% (24/45)
remote: Compressing objects: 55% (25/45)
remote: Compressing objects: 57% (26/45)
remote: Compressing objects: 60% (27/45)
remote: Compressing objects: 62% (28/45)
remote: Compressing objects: 64% (29/45)
remote: Compressing objects: 66% (30/45)
remote: Compressing objects: 68% (31/45)
remote: Compressing objects: 71% (32/45)
remote: Compressing objects: 73% (33/45)
remote: Compressing objects: 75% (34/45)
remote: Compressing objects: 77% (35/45)
remote: Compressing objects: 80% (36/45)
remote: Compressing objects: 82% (37/45)
remote: Compressing objects: 84% (38/45)
remote: Compressing objects: 86% (39/45)
remote: Compressing objects: 88% (40/45)
remote: Compressing objects: 91% (41/45)
remote: Compressing objects: 93% (42/45)
remote: Compressing objects: 95% (43/45)
remote: Compressing objects: 97% (44/45)
remote: Compressing objects: 100% (45/45)
remote: Compressing objects: 100% (45/45), done.
remote: Total 90 (delta 50), reused 53 (delta 41), pack-reused 4
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3e07f827b3 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1254: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/433/builds/562
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 110, done.
remote: Counting objects: 0% (1/101)
remote: Counting objects: 1% (2/101)
remote: Counting objects: 2% (3/101)
remote: Counting objects: 3% (4/101)
remote: Counting objects: 4% (5/101)
remote: Counting objects: 5% (6/101)
remote: Counting objects: 6% (7/101)
remote: Counting objects: 7% (8/101)
remote: Counting objects: 8% (9/101)
remote: Counting objects: 9% (10/101)
remote: Counting objects: 10% (11/101)
remote: Counting objects: 11% (12/101)
remote: Counting objects: 12% (13/101)
remote: Counting objects: 13% (14/101)
remote: Counting objects: 14% (15/101)
remote: Counting objects: 15% (16/101)
remote: Counting objects: 16% (17/101)
remote: Counting objects: 17% (18/101)
remote: Counting objects: 18% (19/101)
remote: Counting objects: 19% (20/101)
remote: Counting objects: 20% (21/101)
remote: Counting objects: 21% (22/101)
remote: Counting objects: 22% (23/101)
remote: Counting objects: 23% (24/101)
remote: Counting objects: 24% (25/101)
remote: Counting objects: 25% (26/101)
remote: Counting objects: 26% (27/101)
remote: Counting objects: 27% (28/101)
remote: Counting objects: 28% (29/101)
remote: Counting objects: 29% (30/101)
remote: Counting objects: 30% (31/101)
remote: Counting objects: 31% (32/101)
remote: Counting objects: 32% (33/101)
remote: Counting objects: 33% (34/101)
remote: Counting objects: 34% (35/101)
remote: Counting objects: 35% (36/101)
remote: Counting objects: 36% (37/101)
remote: Counting objects: 37% (38/101)
remote: Counting objects: 38% (39/101)
remote: Counting objects: 39% (40/101)
remote: Counting objects: 40% (41/101)
remote: Counting objects: 41% (42/101)
remote: Counting objects: 42% (43/101)
remote: Counting objects: 43% (44/101)
remote: Counting objects: 44% (45/101)
remote: Counting objects: 45% (46/101)
remote: Counting objects: 46% (47/101)
remote: Counting objects: 47% (48/101)
remote: Counting objects: 48% (49/101)
remote: Counting objects: 49% (50/101)
remote: Counting objects: 50% (51/101)
remote: Counting objects: 51% (52/101)
remote: Counting objects: 52% (53/101)
remote: Counting objects: 53% (54/101)
remote: Counting objects: 54% (55/101)
remote: Counting objects: 55% (56/101)
remote: Counting objects: 56% (57/101)
remote: Counting objects: 57% (58/101)
remote: Counting objects: 58% (59/101)
remote: Counting objects: 59% (60/101)
remote: Counting objects: 60% (61/101)
remote: Counting objects: 61% (62/101)
remote: Counting objects: 62% (63/101)
remote: Counting objects: 63% (64/101)
remote: Counting objects: 64% (65/101)
remote: Counting objects: 65% (66/101)
remote: Counting objects: 66% (67/101)
remote: Counting objects: 67% (68/101)
remote: Counting objects: 68% (69/101)
remote: Counting objects: 69% (70/101)
remote: Counting objects: 70% (71/101)
remote: Counting objects: 71% (72/101)
remote: Counting objects: 72% (73/101)
remote: Counting objects: 73% (74/101)
remote: Counting objects: 74% (75/101)
remote: Counting objects: 75% (76/101)
remote: Counting objects: 76% (77/101)
remote: Counting objects: 77% (78/101)
remote: Counting objects: 78% (79/101)
remote: Counting objects: 79% (80/101)
remote: Counting objects: 80% (81/101)
remote: Counting objects: 81% (82/101)
remote: Counting objects: 82% (83/101)
remote: Counting objects: 83% (84/101)
remote: Counting objects: 84% (85/101)
remote: Counting objects: 85% (86/101)
remote: Counting objects: 86% (87/101)
remote: Counting objects: 87% (88/101)
remote: Counting objects: 88% (89/101)
remote: Counting objects: 89% (90/101)
remote: Counting objects: 90% (91/101)
remote: Counting objects: 91% (92/101)
remote: Counting objects: 92% (93/101)
remote: Counting objects: 93% (94/101)
remote: Counting objects: 94% (95/101)
remote: Counting objects: 95% (96/101)
remote: Counting objects: 96% (97/101)
remote: Counting objects: 97% (98/101)
remote: Counting objects: 98% (99/101)
remote: Counting objects: 99% (100/101)
remote: Counting objects: 100% (101/101)
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 2% (1/47)
remote: Compressing objects: 4% (2/47)
remote: Compressing objects: 6% (3/47)
remote: Compressing objects: 8% (4/47)
remote: Compressing objects: 10% (5/47)
remote: Compressing objects: 12% (6/47)
remote: Compressing objects: 14% (7/47)
remote: Compressing objects: 17% (8/47)
remote: Compressing objects: 19% (9/47)
remote: Compressing objects: 21% (10/47)
remote: Compressing objects: 23% (11/47)
remote: Compressing objects: 25% (12/47)
remote: Compressing objects: 27% (13/47)
remote: Compressing objects: 29% (14/47)
remote: Compressing objects: 31% (15/47)
remote: Compressing objects: 34% (16/47)
remote: Compressing objects: 36% (17/47)
remote: Compressing objects: 38% (18/47)
remote: Compressing objects: 40% (19/47)
remote: Compressing objects: 42% (20/47)
remote: Compressing objects: 44% (21/47)
remote: Compressing objects: 46% (22/47)
remote: Compressing objects: 48% (23/47)
remote: Compressing objects: 51% (24/47)
remote: Compressing objects: 53% (25/47)
remote: Compressing objects: 55% (26/47)
remote: Compressing objects: 57% (27/47)
remote: Compressing objects: 59% (28/47)
remote: Compressing objects: 61% (29/47)
remote: Compressing objects: 63% (30/47)
remote: Compressing objects: 65% (31/47)
remote: Compressing objects: 68% (32/47)
remote: Compressing objects: 70% (33/47)
remote: Compressing objects: 72% (34/47)
remote: Compressing objects: 74% (35/47)
remote: Compressing objects: 76% (36/47)
remote: Compressing objects: 78% (37/47)
remote: Compressing objects: 80% (38/47)
remote: Compressing objects: 82% (39/47)
remote: Compressing objects: 85% (40/47)
remote: Compressing objects: 87% (41/47)
remote: Compressing objects: 89% (42/47)
remote: Compressing objects: 91% (43/47)
remote: Compressing objects: 93% (44/47)
remote: Compressing objects: 95% (45/47)
remote: Compressing objects: 97% (46/47)
remote: Compressing objects: 100% (47/47)
remote: Compressing objects: 100% (47/47), done.
Receiving objects: 0% (1/110)
Receiving objects: 1% (2/110)
Receiving objects: 2% (3/110)
Receiving objects: 3% (4/110)
Receiving objects: 4% (5/110)
Receiving objects: 5% (6/110)
Receiving objects: 6% (7/110)
Receiving objects: 7% (8/110)
Receiving objects: 8% (9/110)
Receiving objects: 9% (10/110)
Receiving objects: 10% (11/110)
Receiving objects: 11% (13/110)
Receiving objects: 12% (14/110)
Receiving objects: 13% (15/110)
Receiving objects: 14% (16/110)
Receiving objects: 15% (17/110)
Receiving objects: 16% (18/110)
Receiving objects: 17% (19/110)
Receiving objects: 18% (20/110)
Receiving objects: 19% (21/110)
Receiving objects: 20% (22/110)
Receiving objects: 21% (24/110)
Receiving objects: 22% (25/110)
Receiving objects: 23% (26/110)
Receiving objects: 24% (27/110)
Receiving objects: 25% (28/110)
Receiving objects: 26% (29/110)
Receiving objects: 27% (30/110)
Receiving objects: 28% (31/110)
Receiving objects: 29% (32/110)
Receiving objects: 30% (33/110)
Receiving objects: 31% (35/110)
Receiving objects: 32% (36/110)
Receiving objects: 33% (37/110)
Receiving objects: 34% (38/110)
Receiving objects: 35% (39/110)
Receiving objects: 36% (40/110)
Receiving objects: 37% (41/110)
Receiving objects: 38% (42/110)
Receiving objects: 39% (43/110)
Receiving objects: 40% (44/110)
Receiving objects: 41% (46/110)
Receiving objects: 42% (47/110)
Receiving objects: 43% (48/110)
Receiving objects: 44% (49/110)
Receiving objects: 45% (50/110)
Receiving objects: 46% (51/110)
Receiving objects: 47% (52/110)
Receiving objects: 48% (53/110)
Receiving objects: 49% (54/110)
Receiving objects: 50% (55/110)
Receiving objects: 51% (57/110)
Receiving objects: 52% (58/110)
Receiving objects: 53% (59/110)
Receiving objects: 54% (60/110)
Receiving objects: 55% (61/110)
Receiving objects: 56% (62/110)
Receiving objects: 57% (63/110)
Receiving objects: 58% (64/110)
Receiving objects: 59% (65/110)
Receiving objects: 60% (66/110)
Receiving objects: 61% (68/110)
Receiving objects: 62% (69/110)
Receiving objects: 63% (70/110)
Receiving objects: 64% (71/110)
Receiving objects: 65% (72/110)
Receiving objects: 66% (73/110)
Receiving objects: 67% (74/110)
Receiving objects: 68% (75/110)
Receiving objects: 69% (76/110)
Receiving objects: 70% (77/110)
Receiving objects: 71% (79/110)
Receiving objects: 72% (80/110)
Receiving objects: 73% (81/110)
Receiving objects: 74% (82/110)
Receiving objects: 75% (83/110)
Receiving objects: 76% (84/110)
Receiving objects: 77% (85/110)
Receiving objects: 78% (86/110)
Receiving objects: 79% (87/110)
Receiving objects: 80% (88/110)
Receiving objects: 81% (90/110)
Receiving objects: 82% (91/110)
Receiving objects: 83% (92/110)
Receiving objects: 84% (93/110)
Receiving objects: 85% (94/110)
Receiving objects: 86% (95/110)
Receiving objects: 87% (96/110)
Receiving objects: 88% (97/110)
Receiving objects: 89% (98/110)
Receiving objects: 90% (99/110)
remote: Total 110 (delta 63), reused 68 (delta 54), pack-reused 9
Receiving objects: 91% (101/110)
Receiving objects: 92% (102/110)
Receiving objects: 93% (103/110)
Receiving objects: 94% (104/110)
Receiving objects: 95% (105/110)
Receiving objects: 96% (106/110)
Receiving objects: 97% (107/110)
Receiving objects: 98% (108/110)
Receiving objects: 99% (109/110)
Receiving objects: 100% (110/110)
Receiving objects: 100% (110/110), 325.26 KiB | 11.22 MiB/s, done.
Resolving deltas: 0% (0/64)
Resolving deltas: 1% (1/64)
Resolving deltas: 4% (3/64)
Resolving deltas: 6% (4/64)
Resolving deltas: 7% (5/64)
Resolving deltas: 9% (6/64)
Resolving deltas: 10% (7/64)
Resolving deltas: 12% (8/64)
Resolving deltas: 15% (10/64)
Resolving deltas: 17% (11/64)
Resolving deltas: 18% (12/64)
Resolving deltas: 20% (13/64)
Resolving deltas: 21% (14/64)
Resolving deltas: 25% (16/64)
Resolving deltas: 26% (17/64)
Resolving deltas: 28% (18/64)
Resolving deltas: 29% (19/64)
Resolving deltas: 31% (20/64)
Resolving deltas: 32% (21/64)
Resolving deltas: 34% (22/64)
Resolving deltas: 35% (23/64)
Resolving deltas: 37% (24/64)
Resolving deltas: 39% (25/64)
Resolving deltas: 40% (26/64)
Resolving deltas: 42% (27/64)
Resolving deltas: 43% (28/64)
Resolving deltas: 45% (29/64)
Resolving deltas: 46% (30/64)
Resolving deltas: 48% (31/64)
Resolving deltas: 50% (32/64)
Resolving deltas: 51% (33/64)
Resolving deltas: 53% (34/64)
Resolving deltas: 54% (35/64)
Resolving deltas: 56% (36/64)
Resolving deltas: 57% (37/64)
Resolving deltas: 59% (38/64)
Resolving deltas: 60% (39/64)
Resolving deltas: 62% (40/64)
Resolving deltas: 64% (41/64)
Resolving deltas: 65% (42/64)
Resolving deltas: 67% (43/64)
Resolving deltas: 68% (44/64)
Resolving deltas: 70% (45/64)
Resolving deltas: 71% (46/64)
Resolving deltas: 73% (47/64)
Resolving deltas: 75% (48/64)
Resolving deltas: 76% (49/64)
Resolving deltas: 78% (50/64)
Resolving deltas: 79% (51/64)
Resolving deltas: 81% (52/64)
Resolving deltas: 82% (53/64)
Resolving deltas: 84% (54/64)
Resolving deltas: 85% (55/64)
Resolving deltas: 87% (56/64)
Resolving deltas: 89% (57/64)
Resolving deltas: 90% (58/64)
Resolving deltas: 92% (59/64)
Resolving deltas: 93% (60/64)
Resolving deltas: 95% (61/64)
Resolving deltas: 96% (62/64)
Resolving deltas: 98% (63/64)
Resolving deltas: 100% (64/64)
Resolving deltas: 100% (64/64), completed with 43 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3e07f827b3 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1254: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/75/builds/565
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 110, done.
remote: Counting objects: 0% (1/101)
remote: Counting objects: 1% (2/101)
remote: Counting objects: 2% (3/101)
remote: Counting objects: 3% (4/101)
remote: Counting objects: 4% (5/101)
remote: Counting objects: 5% (6/101)
remote: Counting objects: 6% (7/101)
remote: Counting objects: 7% (8/101)
remote: Counting objects: 8% (9/101)
remote: Counting objects: 9% (10/101)
remote: Counting objects: 10% (11/101)
remote: Counting objects: 11% (12/101)
remote: Counting objects: 12% (13/101)
remote: Counting objects: 13% (14/101)
remote: Counting objects: 14% (15/101)
remote: Counting objects: 15% (16/101)
remote: Counting objects: 16% (17/101)
remote: Counting objects: 17% (18/101)
remote: Counting objects: 18% (19/101)
remote: Counting objects: 19% (20/101)
remote: Counting objects: 20% (21/101)
remote: Counting objects: 21% (22/101)
remote: Counting objects: 22% (23/101)
remote: Counting objects: 23% (24/101)
remote: Counting objects: 24% (25/101)
remote: Counting objects: 25% (26/101)
remote: Counting objects: 26% (27/101)
remote: Counting objects: 27% (28/101)
remote: Counting objects: 28% (29/101)
remote: Counting objects: 29% (30/101)
remote: Counting objects: 30% (31/101)
remote: Counting objects: 31% (32/101)
remote: Counting objects: 32% (33/101)
remote: Counting objects: 33% (34/101)
remote: Counting objects: 34% (35/101)
remote: Counting objects: 35% (36/101)
remote: Counting objects: 36% (37/101)
remote: Counting objects: 37% (38/101)
remote: Counting objects: 38% (39/101)
remote: Counting objects: 39% (40/101)
remote: Counting objects: 40% (41/101)
remote: Counting objects: 41% (42/101)
remote: Counting objects: 42% (43/101)
remote: Counting objects: 43% (44/101)
remote: Counting objects: 44% (45/101)
remote: Counting objects: 45% (46/101)
remote: Counting objects: 46% (47/101)
remote: Counting objects: 47% (48/101)
remote: Counting objects: 48% (49/101)
remote: Counting objects: 49% (50/101)
remote: Counting objects: 50% (51/101)
remote: Counting objects: 51% (52/101)
remote: Counting objects: 52% (53/101)
remote: Counting objects: 53% (54/101)
remote: Counting objects: 54% (55/101)
remote: Counting objects: 55% (56/101)
remote: Counting objects: 56% (57/101)
remote: Counting objects: 57% (58/101)
remote: Counting objects: 58% (59/101)
remote: Counting objects: 59% (60/101)
remote: Counting objects: 60% (61/101)
remote: Counting objects: 61% (62/101)
remote: Counting objects: 62% (63/101)
remote: Counting objects: 63% (64/101)
remote: Counting objects: 64% (65/101)
remote: Counting objects: 65% (66/101)
remote: Counting objects: 66% (67/101)
remote: Counting objects: 67% (68/101)
remote: Counting objects: 68% (69/101)
remote: Counting objects: 69% (70/101)
remote: Counting objects: 70% (71/101)
remote: Counting objects: 71% (72/101)
remote: Counting objects: 72% (73/101)
remote: Counting objects: 73% (74/101)
remote: Counting objects: 74% (75/101)
remote: Counting objects: 75% (76/101)
remote: Counting objects: 76% (77/101)
remote: Counting objects: 77% (78/101)
remote: Counting objects: 78% (79/101)
remote: Counting objects: 79% (80/101)
remote: Counting objects: 80% (81/101)
remote: Counting objects: 81% (82/101)
remote: Counting objects: 82% (83/101)
remote: Counting objects: 83% (84/101)
remote: Counting objects: 84% (85/101)
remote: Counting objects: 85% (86/101)
remote: Counting objects: 86% (87/101)
remote: Counting objects: 87% (88/101)
remote: Counting objects: 88% (89/101)
remote: Counting objects: 89% (90/101)
remote: Counting objects: 90% (91/101)
remote: Counting objects: 91% (92/101)
remote: Counting objects: 92% (93/101)
remote: Counting objects: 93% (94/101)
remote: Counting objects: 94% (95/101)
remote: Counting objects: 95% (96/101)
remote: Counting objects: 96% (97/101)
remote: Counting objects: 97% (98/101)
remote: Counting objects: 98% (99/101)
remote: Counting objects: 99% (100/101)
remote: Counting objects: 100% (101/101)
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 2% (1/47)
remote: Compressing objects: 4% (2/47)
remote: Compressing objects: 6% (3/47)
remote: Compressing objects: 8% (4/47)
remote: Compressing objects: 10% (5/47)
remote: Compressing objects: 12% (6/47)
remote: Compressing objects: 14% (7/47)
remote: Compressing objects: 17% (8/47)
remote: Compressing objects: 19% (9/47)
remote: Compressing objects: 21% (10/47)
remote: Compressing objects: 23% (11/47)
remote: Compressing objects: 25% (12/47)
remote: Compressing objects: 27% (13/47)
remote: Compressing objects: 29% (14/47)
remote: Compressing objects: 31% (15/47)
remote: Compressing objects: 34% (16/47)
remote: Compressing objects: 36% (17/47)
remote: Compressing objects: 38% (18/47)
remote: Compressing objects: 40% (19/47)
remote: Compressing objects: 42% (20/47)
remote: Compressing objects: 44% (21/47)
remote: Compressing objects: 46% (22/47)
remote: Compressing objects: 48% (23/47)
remote: Compressing objects: 51% (24/47)
remote: Compressing objects: 53% (25/47)
remote: Compressing objects: 55% (26/47)
remote: Compressing objects: 57% (27/47)
remote: Compressing objects: 59% (28/47)
remote: Compressing objects: 61% (29/47)
remote: Compressing objects: 63% (30/47)
remote: Compressing objects: 65% (31/47)
remote: Compressing objects: 68% (32/47)
remote: Compressing objects: 70% (33/47)
remote: Compressing objects: 72% (34/47)
remote: Compressing objects: 74% (35/47)
remote: Compressing objects: 76% (36/47)
remote: Compressing objects: 78% (37/47)
remote: Compressing objects: 80% (38/47)
remote: Compressing objects: 82% (39/47)
remote: Compressing objects: 85% (40/47)
remote: Compressing objects: 87% (41/47)
remote: Compressing objects: 89% (42/47)
remote: Compressing objects: 91% (43/47)
remote: Compressing objects: 93% (44/47)
remote: Compressing objects: 95% (45/47)
remote: Compressing objects: 97% (46/47)
remote: Compressing objects: 100% (47/47)
remote: Compressing objects: 100% (47/47), done.
Receiving objects: 0% (1/110)
Receiving objects: 1% (2/110)
Receiving objects: 2% (3/110)
Receiving objects: 3% (4/110)
Receiving objects: 4% (5/110)
Receiving objects: 5% (6/110)
Receiving objects: 6% (7/110)
Receiving objects: 7% (8/110)
Receiving objects: 8% (9/110)
Receiving objects: 9% (10/110)
Receiving objects: 10% (11/110)
Receiving objects: 11% (13/110)
Receiving objects: 12% (14/110)
Receiving objects: 13% (15/110)
Receiving objects: 14% (16/110)
Receiving objects: 15% (17/110)
Receiving objects: 16% (18/110)
Receiving objects: 17% (19/110)
Receiving objects: 18% (20/110)
Receiving objects: 19% (21/110)
Receiving objects: 20% (22/110)
Receiving objects: 21% (24/110)
Receiving objects: 22% (25/110)
Receiving objects: 23% (26/110)
Receiving objects: 24% (27/110)
Receiving objects: 25% (28/110)
Receiving objects: 26% (29/110)
Receiving objects: 27% (30/110)
Receiving objects: 28% (31/110)
Receiving objects: 29% (32/110)
Receiving objects: 30% (33/110)
Receiving objects: 31% (35/110)
Receiving objects: 32% (36/110)
Receiving objects: 33% (37/110)
Receiving objects: 34% (38/110)
Receiving objects: 35% (39/110)
Receiving objects: 36% (40/110)
Receiving objects: 37% (41/110)
Receiving objects: 38% (42/110)
Receiving objects: 39% (43/110)
Receiving objects: 40% (44/110)
Receiving objects: 41% (46/110)
Receiving objects: 42% (47/110)
Receiving objects: 43% (48/110)
Receiving objects: 44% (49/110)
Receiving objects: 45% (50/110)
Receiving objects: 46% (51/110)
Receiving objects: 47% (52/110)
Receiving objects: 48% (53/110)
Receiving objects: 49% (54/110)
Receiving objects: 50% (55/110)
Receiving objects: 51% (57/110)
Receiving objects: 52% (58/110)
Receiving objects: 53% (59/110)
Receiving objects: 54% (60/110)
Receiving objects: 55% (61/110)
Receiving objects: 56% (62/110)
Receiving objects: 57% (63/110)
Receiving objects: 58% (64/110)
Receiving objects: 59% (65/110)
Receiving objects: 60% (66/110)
Receiving objects: 61% (68/110)
Receiving objects: 62% (69/110)
Receiving objects: 63% (70/110)
Receiving objects: 64% (71/110)
Receiving objects: 65% (72/110)
Receiving objects: 66% (73/110)
Receiving objects: 67% (74/110)
Receiving objects: 68% (75/110)
Receiving objects: 69% (76/110)
Receiving objects: 70% (77/110)
Receiving objects: 71% (79/110)
Receiving objects: 72% (80/110)
Receiving objects: 73% (81/110)
Receiving objects: 74% (82/110)
Receiving objects: 75% (83/110)
Receiving objects: 76% (84/110)
Receiving objects: 77% (85/110)
Receiving objects: 78% (86/110)
Receiving objects: 79% (87/110)
Receiving objects: 80% (88/110)
Receiving objects: 81% (90/110)
Receiving objects: 82% (91/110)
Receiving objects: 83% (92/110)
Receiving objects: 84% (93/110)
Receiving objects: 85% (94/110)
Receiving objects: 86% (95/110)
Receiving objects: 87% (96/110)
Receiving objects: 88% (97/110)
Receiving objects: 89% (98/110)
Receiving objects: 90% (99/110)
Receiving objects: 91% (101/110)
Receiving objects: 92% (102/110)
Receiving objects: 93% (103/110)
Receiving objects: 94% (104/110)
Receiving objects: 95% (105/110)
remote: Total 110 (delta 63), reused 68 (delta 54), pack-reused 9
Receiving objects: 96% (106/110)
Receiving objects: 97% (107/110)
Receiving objects: 98% (108/110)
Receiving objects: 99% (109/110)
Receiving objects: 100% (110/110)
Receiving objects: 100% (110/110), 325.26 KiB | 25.02 MiB/s, done.
Resolving deltas: 0% (0/64)
Resolving deltas: 1% (1/64)
Resolving deltas: 3% (2/64)
Resolving deltas: 4% (3/64)
Resolving deltas: 6% (4/64)
Resolving deltas: 7% (5/64)
Resolving deltas: 9% (6/64)
Resolving deltas: 10% (7/64)
Resolving deltas: 12% (8/64)
Resolving deltas: 14% (9/64)
Resolving deltas: 15% (10/64)
Resolving deltas: 17% (11/64)
Resolving deltas: 18% (12/64)
Resolving deltas: 20% (13/64)
Resolving deltas: 21% (14/64)
Resolving deltas: 23% (15/64)
Resolving deltas: 25% (16/64)
Resolving deltas: 26% (17/64)
Resolving deltas: 28% (18/64)
Resolving deltas: 29% (19/64)
Resolving deltas: 31% (20/64)
Resolving deltas: 32% (21/64)
Resolving deltas: 34% (22/64)
Resolving deltas: 35% (23/64)
Resolving deltas: 37% (24/64)
Resolving deltas: 39% (25/64)
Resolving deltas: 40% (26/64)
Resolving deltas: 42% (27/64)
Resolving deltas: 43% (28/64)
Resolving deltas: 45% (29/64)
Resolving deltas: 46% (30/64)
Resolving deltas: 48% (31/64)
Resolving deltas: 50% (32/64)
Resolving deltas: 51% (33/64)
Resolving deltas: 53% (34/64)
Resolving deltas: 54% (35/64)
Resolving deltas: 56% (36/64)
Resolving deltas: 57% (37/64)
Resolving deltas: 59% (38/64)
Resolving deltas: 60% (39/64)
Resolving deltas: 62% (40/64)
Resolving deltas: 64% (41/64)
Resolving deltas: 65% (42/64)
Resolving deltas: 67% (43/64)
Resolving deltas: 68% (44/64)
Resolving deltas: 70% (45/64)
Resolving deltas: 71% (46/64)
Resolving deltas: 73% (47/64)
Resolving deltas: 75% (48/64)
Resolving deltas: 76% (49/64)
Resolving deltas: 78% (50/64)
Resolving deltas: 79% (51/64)
Resolving deltas: 81% (52/64)
Resolving deltas: 82% (53/64)
Resolving deltas: 84% (54/64)
Resolving deltas: 85% (55/64)
Resolving deltas: 87% (56/64)
Resolving deltas: 89% (57/64)
Resolving deltas: 90% (58/64)
Resolving deltas: 92% (59/64)
Resolving deltas: 93% (60/64)
Resolving deltas: 95% (61/64)
Resolving deltas: 96% (62/64)
Resolving deltas: 98% (63/64)
Resolving deltas: 100% (64/64)
Resolving deltas: 100% (64/64), completed with 43 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3e07f827b3 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1250: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1253: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1244: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** [Makefile:1256: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1241: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1247: Python/frozen_modules/io.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/129/builds/561
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 117, done.[K
remote: Counting objects: 0% (1/107)[K
remote: Counting objects: 1% (2/107)[K
remote: Counting objects: 2% (3/107)[K
remote: Counting objects: 3% (4/107)[K
remote: Counting objects: 4% (5/107)[K
remote: Counting objects: 5% (6/107)[K
remote: Counting objects: 6% (7/107)[K
remote: Counting objects: 7% (8/107)[K
remote: Counting objects: 8% (9/107)[K
remote: Counting objects: 9% (10/107)[K
remote: Counting objects: 10% (11/107)[K
remote: Counting objects: 11% (12/107)[K
remote: Counting objects: 12% (13/107)[K
remote: Counting objects: 13% (14/107)[K
remote: Counting objects: 14% (15/107)[K
remote: Counting objects: 15% (17/107)[K
remote: Counting objects: 16% (18/107)[K
remote: Counting objects: 17% (19/107)[K
remote: Counting objects: 18% (20/107)[K
remote: Counting objects: 19% (21/107)[K
remote: Counting objects: 20% (22/107)[K
remote: Counting objects: 21% (23/107)[K
remote: Counting objects: 22% (24/107)[K
remote: Counting objects: 23% (25/107)[K
remote: Counting objects: 24% (26/107)[K
remote: Counting objects: 25% (27/107)[K
remote: Counting objects: 26% (28/107)[K
remote: Counting objects: 27% (29/107)[K
remote: Counting objects: 28% (30/107)[K
remote: Counting objects: 29% (32/107)[K
remote: Counting objects: 30% (33/107)[K
remote: Counting objects: 31% (34/107)[K
remote: Counting objects: 32% (35/107)[K
remote: Counting objects: 33% (36/107)[K
remote: Counting objects: 34% (37/107)[K
remote: Counting objects: 35% (38/107)[K
remote: Counting objects: 36% (39/107)[K
remote: Counting objects: 37% (40/107)[K
remote: Counting objects: 38% (41/107)[K
remote: Counting objects: 39% (42/107)[K
remote: Counting objects: 40% (43/107)[K
remote: Counting objects: 41% (44/107)[K
remote: Counting objects: 42% (45/107)[K
remote: Counting objects: 43% (47/107)[K
remote: Counting objects: 44% (48/107)[K
remote: Counting objects: 45% (49/107)[K
remote: Counting objects: 46% (50/107)[K
remote: Counting objects: 47% (51/107)[K
remote: Counting objects: 48% (52/107)[K
remote: Counting objects: 49% (53/107)[K
remote: Counting objects: 50% (54/107)[K
remote: Counting objects: 51% (55/107)[K
remote: Counting objects: 52% (56/107)[K
remote: Counting objects: 53% (57/107)[K
remote: Counting objects: 54% (58/107)[K
remote: Counting objects: 55% (59/107)[K
remote: Counting objects: 56% (60/107)[K
remote: Counting objects: 57% (61/107)[K
remote: Counting objects: 58% (63/107)[K
remote: Counting objects: 59% (64/107)[K
remote: Counting objects: 60% (65/107)[K
remote: Counting objects: 61% (66/107)[K
remote: Counting objects: 62% (67/107)[K
remote: Counting objects: 63% (68/107)[K
remote: Counting objects: 64% (69/107)[K
remote: Counting objects: 65% (70/107)[K
remote: Counting objects: 66% (71/107)[K
remote: Counting objects: 67% (72/107)[K
remote: Counting objects: 68% (73/107)[K
remote: Counting objects: 69% (74/107)[K
remote: Counting objects: 70% (75/107)[K
remote: Counting objects: 71% (76/107)[K
remote: Counting objects: 72% (78/107)[K
remote: Counting objects: 73% (79/107)[K
remote: Counting objects: 74% (80/107)[K
remote: Counting objects: 75% (81/107)[K
remote: Counting objects: 76% (82/107)[K
remote: Counting objects: 77% (83/107)[K
remote: Counting objects: 78% (84/107)[K
remote: Counting objects: 79% (85/107)[K
remote: Counting objects: 80% (86/107)[K
remote: Counting objects: 81% (87/107)[K
remote: Counting objects: 82% (88/107)[K
remote: Counting objects: 83% (89/107)[K
remote: Counting objects: 84% (90/107)[K
remote: Counting objects: 85% (91/107)[K
remote: Counting objects: 86% (93/107)[K
remote: Counting objects: 87% (94/107)[K
remote: Counting objects: 88% (95/107)[K
remote: Counting objects: 89% (96/107)[K
remote: Counting objects: 90% (97/107)[K
remote: Counting objects: 91% (98/107)[K
remote: Counting objects: 92% (99/107)[K
remote: Counting objects: 93% (100/107)[K
remote: Counting objects: 94% (101/107)[K
remote: Counting objects: 95% (102/107)[K
remote: Counting objects: 96% (103/107)[K
remote: Counting objects: 97% (104/107)[K
remote: Counting objects: 98% (105/107)[K
remote: Counting objects: 99% (106/107)[K
remote: Counting objects: 100% (107/107)[K
remote: Counting objects: 100% (107/107), done.[K
remote: Compressing objects: 2% (1/47)[K
remote: Compressing objects: 4% (2/47)[K
remote: Compressing objects: 6% (3/47)[K
remote: Compressing objects: 8% (4/47)[K
remote: Compressing objects: 10% (5/47)[K
remote: Compressing objects: 12% (6/47)[K
remote: Compressing objects: 14% (7/47)[K
remote: Compressing objects: 17% (8/47)[K
remote: Compressing objects: 19% (9/47)[K
remote: Compressing objects: 21% (10/47)[K
remote: Compressing objects: 23% (11/47)[K
remote: Compressing objects: 25% (12/47)[K
remote: Compressing objects: 27% (13/47)[K
remote: Compressing objects: 29% (14/47)[K
remote: Compressing objects: 31% (15/47)[K
remote: Compressing objects: 34% (16/47)[K
remote: Compressing objects: 36% (17/47)[K
remote: Compressing objects: 38% (18/47)[K
remote: Compressing objects: 40% (19/47)[K
remote: Compressing objects: 42% (20/47)[K
remote: Compressing objects: 44% (21/47)[K
remote: Compressing objects: 46% (22/47)[K
remote: Compressing objects: 48% (23/47)[K
remote: Compressing objects: 51% (24/47)[K
remote: Compressing objects: 53% (25/47)[K
remote: Compressing objects: 55% (26/47)[K
remote: Compressing objects: 57% (27/47)[K
remote: Compressing objects: 59% (28/47)[K
remote: Compressing objects: 61% (29/47)[K
remote: Compressing objects: 63% (30/47)[K
remote: Compressing objects: 65% (31/47)[K
remote: Compressing objects: 68% (32/47)[K
remote: Compressing objects: 70% (33/47)[K
remote: Compressing objects: 72% (34/47)[K
remote: Compressing objects: 74% (35/47)[K
remote: Compressing objects: 76% (36/47)[K
remote: Compressing objects: 78% (37/47)[K
remote: Compressing objects: 80% (38/47)[K
remote: Compressing objects: 82% (39/47)[K
remote: Compressing objects: 85% (40/47)[K
remote: Compressing objects: 87% (41/47)[K
remote: Compressing objects: 89% (42/47)[K
remote: Compressing objects: 91% (43/47)[K
remote: Compressing objects: 93% (44/47)[K
remote: Compressing objects: 95% (45/47)[K
remote: Compressing objects: 97% (46/47)[K
remote: Compressing objects: 100% (47/47)[K
remote: Compressing objects: 100% (47/47), done.[K
Receiving objects: 0% (1/117)
Receiving objects: 1% (2/117)
Receiving objects: 2% (3/117)
Receiving objects: 3% (4/117)
Receiving objects: 4% (5/117)
Receiving objects: 5% (6/117)
Receiving objects: 6% (8/117)
Receiving objects: 7% (9/117)
Receiving objects: 8% (10/117)
Receiving objects: 9% (11/117)
Receiving objects: 10% (12/117)
Receiving objects: 11% (13/117)
Receiving objects: 12% (15/117)
Receiving objects: 13% (16/117)
Receiving objects: 14% (17/117)
Receiving objects: 15% (18/117)
Receiving objects: 16% (19/117)
Receiving objects: 17% (20/117)
Receiving objects: 18% (22/117)
Receiving objects: 19% (23/117)
Receiving objects: 20% (24/117)
Receiving objects: 21% (25/117)
Receiving objects: 22% (26/117)
Receiving objects: 23% (27/117)
Receiving objects: 24% (29/117)
Receiving objects: 25% (30/117)
Receiving objects: 26% (31/117)
Receiving objects: 27% (32/117)
Receiving objects: 28% (33/117)
Receiving objects: 29% (34/117)
Receiving objects: 30% (36/117)
Receiving objects: 31% (37/117)
Receiving objects: 32% (38/117)
Receiving objects: 33% (39/117)
Receiving objects: 34% (40/117)
Receiving objects: 35% (41/117)
Receiving objects: 36% (43/117)
Receiving objects: 37% (44/117)
Receiving objects: 38% (45/117)
Receiving objects: 39% (46/117)
Receiving objects: 40% (47/117)
Receiving objects: 41% (48/117)
Receiving objects: 42% (50/117)
Receiving objects: 43% (51/117)
Receiving objects: 44% (52/117)
Receiving objects: 45% (53/117)
Receiving objects: 46% (54/117)
Receiving objects: 47% (55/117)
Receiving objects: 48% (57/117)
Receiving objects: 49% (58/117)
Receiving objects: 50% (59/117)
Receiving objects: 51% (60/117)
Receiving objects: 52% (61/117)
Receiving objects: 53% (63/117)
Receiving objects: 54% (64/117)
Receiving objects: 55% (65/117)
Receiving objects: 56% (66/117)
Receiving objects: 57% (67/117)
Receiving objects: 58% (68/117)
Receiving objects: 59% (70/117)
Receiving objects: 60% (71/117)
Receiving objects: 61% (72/117)
Receiving objects: 62% (73/117)
Receiving objects: 63% (74/117)
Receiving objects: 64% (75/117)
Receiving objects: 65% (77/117)
Receiving objects: 66% (78/117)
Receiving objects: 67% (79/117)
Receiving objects: 68% (80/117)
Receiving objects: 69% (81/117)
Receiving objects: 70% (82/117)
Receiving objects: 71% (84/117)
Receiving objects: 72% (85/117)
Receiving objects: 73% (86/117)
Receiving objects: 74% (87/117)
Receiving objects: 75% (88/117)
Receiving objects: 76% (89/117)
Receiving objects: 77% (91/117)
Receiving objects: 78% (92/117)
Receiving objects: 79% (93/117)
Receiving objects: 80% (94/117)
Receiving objects: 81% (95/117)
Receiving objects: 82% (96/117)
Receiving objects: 83% (98/117)
Receiving objects: 84% (99/117)
Receiving objects: 85% (100/117)
Receiving objects: 86% (101/117)
Receiving objects: 87% (102/117)
Receiving objects: 88% (103/117)
Receiving objects: 89% (105/117)
Receiving objects: 90% (106/117)
Receiving objects: 91% (107/117)
Receiving objects: 92% (108/117)
Receiving objects: 93% (109/117)
Receiving objects: 94% (110/117)
Receiving objects: 95% (112/117)
Receiving objects: 96% (113/117)
Receiving objects: 97% (114/117)
Receiving objects: 98% (115/117)
Receiving objects: 99% (116/117)
remote: Total 117 (delta 69), reused 74 (delta 60), pack-reused 10[K
Receiving objects: 100% (117/117)
Receiving objects: 100% (117/117), 327.46 KiB | 0 bytes/s, done.
Resolving deltas: 0% (0/70)
Resolving deltas: 1% (1/70)
Resolving deltas: 7% (5/70)
Resolving deltas: 8% (6/70)
Resolving deltas: 11% (8/70)
Resolving deltas: 17% (12/70)
Resolving deltas: 18% (13/70)
Resolving deltas: 21% (15/70)
Resolving deltas: 24% (17/70)
Resolving deltas: 25% (18/70)
Resolving deltas: 27% (19/70)
Resolving deltas: 28% (20/70)
Resolving deltas: 32% (23/70)
Resolving deltas: 34% (24/70)
Resolving deltas: 37% (26/70)
Resolving deltas: 38% (27/70)
Resolving deltas: 40% (28/70)
Resolving deltas: 41% (29/70)
Resolving deltas: 42% (30/70)
Resolving deltas: 44% (31/70)
Resolving deltas: 45% (32/70)
Resolving deltas: 47% (33/70)
Resolving deltas: 48% (34/70)
Resolving deltas: 50% (35/70)
Resolving deltas: 51% (36/70)
Resolving deltas: 52% (37/70)
Resolving deltas: 54% (38/70)
Resolving deltas: 55% (39/70)
Resolving deltas: 57% (40/70)
Resolving deltas: 58% (41/70)
Resolving deltas: 60% (42/70)
Resolving deltas: 61% (43/70)
Resolving deltas: 62% (44/70)
Resolving deltas: 64% (45/70)
Resolving deltas: 65% (46/70)
Resolving deltas: 67% (47/70)
Resolving deltas: 68% (48/70)
Resolving deltas: 70% (49/70)
Resolving deltas: 71% (50/70)
Resolving deltas: 72% (51/70)
Resolving deltas: 74% (52/70)
Resolving deltas: 75% (53/70)
Resolving deltas: 77% (54/70)
Resolving deltas: 78% (55/70)
Resolving deltas: 80% (56/70)
Resolving deltas: 81% (57/70)
Resolving deltas: 82% (58/70)
Resolving deltas: 84% (59/70)
Resolving deltas: 85% (60/70)
Resolving deltas: 87% (61/70)
Resolving deltas: 88% (62/70)
Resolving deltas: 90% (63/70)
Resolving deltas: 91% (64/70)
Resolving deltas: 92% (65/70)
Resolving deltas: 94% (66/70)
Resolving deltas: 95% (67/70)
Resolving deltas: 97% (68/70)
Resolving deltas: 98% (69/70)
Resolving deltas: 100% (70/70)
Resolving deltas: 100% (70/70), completed with 47 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by 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 3e07f82... gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
make: *** [Python/frozen_modules/codecs.h] Aborted
make: *** Waiting for unfinished jobs....
make: *** [Python/frozen_modules/abc.h] Aborted
make: *** [Python/frozen_modules/io.h] Aborted
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
make: *** [Python/frozen_modules/_collections_abc.h] Aborted
Test report
===========
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/983/builds/427
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 2 min 42 sec
- test_concurrent_futures: 2 min 28 sec
- test_multiprocessing_spawn: 1 min 57 sec
- test_asyncio: 1 min 20 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_nntplib: 1 min 4 sec
- test_tokenize: 58.3 sec
- test_signal: 48.8 sec
- test_urllib2net: 47.1 sec
1 test failed:
test_unicodedata
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_unicodedata
Total duration: 5 min 14 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_143f2ad3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(5215 bytes read, 2365 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_unicodedata.py", line 343, in test_normalization
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/support/__init__.py", line 669, in open_urlresource
s = f.read()
^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/gzip.py", line 301, in read
return self._buffer.read(size)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/_compression.py", line 118, in readall
while data := self.read(sys.maxsize):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/gzip.py", line 505, in read
buf = self._fp.read(io.DEFAULT_BUFFER_SIZE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/gzip.py", line 88, in read
return self.file.read(size)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/http/client.py", line 459, in read
return self._read_chunked(amt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/http/client.py", line 597, in _read_chunked
raise IncompleteRead(b''.join(value)) from exc
http.client.IncompleteRead: IncompleteRead(0 bytes read)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_unicodedata.py", line 349, in test_normalization
self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_a893168c'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8d3ab891'
Test report
===========
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest.test_normalization
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) clean (failure) (3.10)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder PPC64LE CentOS9 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/843/builds/439
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist: Dong-hee Na <donghee.na(a)python.org>, Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Stanley <46876382+slateny(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
413 tests OK.
10 slowest tests:
- test_gdb: 5 min 12 sec
- test_multiprocessing_spawn: 4 min 17 sec
- test_unparse: 3 min 41 sec
- test_tokenize: 3 min 31 sec
- test_concurrent_futures: 3 min 28 sec
- test_lib2to3: 2 min 28 sec
- test_unicodedata: 2 min 3 sec
- test_capi: 1 min 57 sec
- test_asyncio: 1 min 41 sec
- test_peg_generator: 1 min 37 sec
1 test altered the execution environment:
test_import
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
Total duration: 7 min 36 sec
Captured traceback
==================
TracebackTests) ... ok
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le/build/Lib/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le/build/Lib/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le/build/Lib/test/test_import/__init__.py", line 457, in run
sys.settrace(None)
RuntimeError: Cannot install a trace function while another trace function is being installed
Test report
===========
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/566/builds/1793
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Gerardwx <Gerardwx(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Wenzel Jakob <wenzel.jakob(a)epfl.ch>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING:
Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
Objects/obmalloc.c:3003:14: warning: variable 'j' set but not used [-Wunused-but-set-variable]
uint j;
^
1 warning generated.
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(time_t, intpart)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(time_t, intpart)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Python/pytime.c:518:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(_PyTime_t, d)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
3 warnings generated.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** [Makefile:1254: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/538/builds/1803
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 4 (delta 3), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** [Makefile:1254: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Clang 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/3/builds/2855
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 4 (delta 3), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING:
Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(time_t, intpart)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(time_t, intpart)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Python/pytime.c:518:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (!_Py_InIntegralTypeRange(_PyTime_t, d)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
(_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
./Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
(_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
3 warnings generated.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: PyObject *_PyEval_EvalFrameDefault(PyThreadState *, _PyInterpreterFrame *, int): Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/509/builds/3030
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1247: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1250: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1241: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1253: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1256: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1244: Python/frozen_modules/codecs.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x SLES 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/540/builds/3868
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-sles-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1248: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1236: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1251: Python/frozen_modules/genericpath.h] Aborted (core dumped)
make: *** [Makefile:1242: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** [Makefile:1239: Python/frozen_modules/codecs.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/223/builds/2756
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1242: Python/frozen_modules/codecs.h] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1239: Python/frozen_modules/abc.h] Aborted (core dumped)
make: *** [Makefile:1245: Python/frozen_modules/io.h] Aborted (core dumped)
make: *** [Makefile:1251: Python/frozen_modules/_sitebuiltins.h] Aborted (core dumped)
make: *** [Makefile:1248: Python/frozen_modules/_collections_abc.h] Aborted (core dumped)
make: *** [Makefile:1254: Python/frozen_modules/genericpath.h] Aborted (core dumped)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/179/builds/3267
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.[K
remote: Counting objects: 1% (1/58)[K
remote: Counting objects: 3% (2/58)[K
remote: Counting objects: 5% (3/58)[K
remote: Counting objects: 6% (4/58)[K
remote: Counting objects: 8% (5/58)[K
remote: Counting objects: 10% (6/58)[K
remote: Counting objects: 12% (7/58)[K
remote: Counting objects: 13% (8/58)[K
remote: Counting objects: 15% (9/58)[K
remote: Counting objects: 17% (10/58)[K
remote: Counting objects: 18% (11/58)[K
remote: Counting objects: 20% (12/58)[K
remote: Counting objects: 22% (13/58)[K
remote: Counting objects: 24% (14/58)[K
remote: Counting objects: 25% (15/58)[K
remote: Counting objects: 27% (16/58)[K
remote: Counting objects: 29% (17/58)[K
remote: Counting objects: 31% (18/58)[K
remote: Counting objects: 32% (19/58)[K
remote: Counting objects: 34% (20/58)[K
remote: Counting objects: 36% (21/58)[K
remote: Counting objects: 37% (22/58)[K
remote: Counting objects: 39% (23/58)[K
remote: Counting objects: 41% (24/58)[K
remote: Counting objects: 43% (25/58)[K
remote: Counting objects: 44% (26/58)[K
remote: Counting objects: 46% (27/58)[K
remote: Counting objects: 48% (28/58)[K
remote: Counting objects: 50% (29/58)[K
remote: Counting objects: 51% (30/58)[K
remote: Counting objects: 53% (31/58)[K
remote: Counting objects: 55% (32/58)[K
remote: Counting objects: 56% (33/58)[K
remote: Counting objects: 58% (34/58)[K
remote: Counting objects: 60% (35/58)[K
remote: Counting objects: 62% (36/58)[K
remote: Counting objects: 63% (37/58)[K
remote: Counting objects: 65% (38/58)[K
remote: Counting objects: 67% (39/58)[K
remote: Counting objects: 68% (40/58)[K
remote: Counting objects: 70% (41/58)[K
remote: Counting objects: 72% (42/58)[K
remote: Counting objects: 74% (43/58)[K
remote: Counting objects: 75% (44/58)[K
remote: Counting objects: 77% (45/58)[K
remote: Counting objects: 79% (46/58)[K
remote: Counting objects: 81% (47/58)[K
remote: Counting objects: 82% (48/58)[K
remote: Counting objects: 84% (49/58)[K
remote: Counting objects: 86% (50/58)[K
remote: Counting objects: 87% (51/58)[K
remote: Counting objects: 89% (52/58)[K
remote: Counting objects: 91% (53/58)[K
remote: Counting objects: 93% (54/58)[K
remote: Counting objects: 94% (55/58)[K
remote: Counting objects: 96% (56/58)[K
remote: Counting objects: 98% (57/58)[K
remote: Counting objects: 100% (58/58)[K
remote: Counting objects: 100% (58/58), done.[K
remote: Compressing objects: 3% (1/28)[K
remote: Compressing objects: 7% (2/28)[K
remote: Compressing objects: 10% (3/28)[K
remote: Compressing objects: 14% (4/28)[K
remote: Compressing objects: 17% (5/28)[K
remote: Compressing objects: 21% (6/28)[K
remote: Compressing objects: 25% (7/28)[K
remote: Compressing objects: 28% (8/28)[K
remote: Compressing objects: 32% (9/28)[K
remote: Compressing objects: 35% (10/28)[K
remote: Compressing objects: 39% (11/28)[K
remote: Compressing objects: 42% (12/28)[K
remote: Compressing objects: 46% (13/28)[K
remote: Compressing objects: 50% (14/28)[K
remote: Compressing objects: 53% (15/28)[K
remote: Compressing objects: 57% (16/28)[K
remote: Compressing objects: 60% (17/28)[K
remote: Compressing objects: 64% (18/28)[K
remote: Compressing objects: 67% (19/28)[K
remote: Compressing objects: 71% (20/28)[K
remote: Compressing objects: 75% (21/28)[K
remote: Compressing objects: 78% (22/28)[K
remote: Compressing objects: 82% (23/28)[K
remote: Compressing objects: 85% (24/28)[K
remote: Compressing objects: 89% (25/28)[K
remote: Compressing objects: 92% (26/28)[K
remote: Compressing objects: 96% (27/28)[K
remote: Compressing objects: 100% (28/28)[K
remote: Compressing objects: 100% (28/28), done.[K
remote: Total 30 (delta 28), reused 3 (delta 2), pack-reused 0[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df... GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
make: *** [Python/frozen_modules/abc.h] Aborted
make: *** Waiting for unfinished jobs....
make: *** [Python/frozen_modules/codecs.h] Aborted
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
make: *** [Python/frozen_modules/io.h] Aborted
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `((next_instr[(sizeof(_PyForIterCache)/sizeof(_Py_CODEUNIT)) + oparg] == 4) >> 8)' failed.
make: *** [Python/frozen_modules/_collections_abc.h] Aborted
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Debian 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/49/builds/3888
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-debian-z
Build Reason: <unknown>
Blamelist: Eric Snow <ericsnowcurrently(a)gmail.com>, Gerardwx <Gerardwx(a)users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Wenzel Jakob <wenzel.jakob(a)epfl.ch>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 58, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), 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 30 (delta 28), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '22863df7ca5f9cd01a40ab3dce3d067ec5666081'.
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 22863df7ca GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Switched to and reset branch 'main'
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1241: Python/frozen_modules/abc.h] Aborted
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1247: Python/frozen_modules/io.h] Aborted
make: *** [Makefile:1244: Python/frozen_modules/codecs.h] Aborted
_bootstrap_python: Python/ceval.c:3855: _PyEval_EvalFrameDefault: Assertion `_Py_OPCODE(next_instr[INLINE_CACHE_ENTRIES_FOR_ITER + oparg] == END_FOR)' failed.
make: *** [Makefile:1250: Python/frozen_modules/_collections_abc.h] Aborted
Test report
===========
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): - failed test (failure) (7b24333fff51f9ca36ef19748016cc2b39ab6301)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/300/builds/540
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_signal: 31 min 28 sec
- test_asyncio: 27 min 45 sec
- test_multiprocessing_spawn: 20 min 45 sec
- test_concurrent_futures: 18 min 10 sec
- test_gdb: 13 min 53 sec
- test_multiprocessing_forkserver: 10 min 21 sec
- test_multiprocessing_fork: 8 min 29 sec
- test_socket: 6 min 39 sec
- test_urllib2net: 6 min 37 sec
- test_pickle: 6 min 26 sec
1 test failed:
test_unicodedata
15 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
1 re-run test:
test_unicodedata
Total duration: 42 min 6 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_unicodedata.py", line 362, in test_normalization
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/support/__init__.py", line 671, in open_urlresource
s = f.read()
^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/gzip.py", line 295, in read
return self._buffer.read(size)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/_compression.py", line 118, in readall
while data := self.read(sys.maxsize):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/gzip.py", line 500, in read
buf = self._fp.read(READ_BUFFER_SIZE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/gzip.py", line 90, in read
return self.file.read(size)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 459, in read
return self._read_chunked(amt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 597, in _read_chunked
raise IncompleteRead(b''.join(value)) from exc
http.client.IncompleteRead: IncompleteRead(106486 bytes read)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(6649 bytes read, 3801 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_unicodedata.py", line 368, in test_normalization
self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/15.0.0/NormalizationTest.txt
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(8113 bytes read, 2337 more expected)
Test report
===========
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest.test_normalization
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) (3.10)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder s390x RHEL7 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/658/builds/1052
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Erlend E. Aasland <erlend.aasland(a)protonmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Stanley <46876382+slateny(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
412 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 2 min 23 sec
- test_unparse: 1 min 28 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_tokenize: 1 min 14 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_asyncio: 1 min 1 sec
- test_capi: 1 min 1 sec
- test_signal: 47.7 sec
- test_gdb: 46.8 sec
1 test altered the execution environment:
test_asyncio
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
test_ssl test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 6 min 25 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f7b6eff7'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8d9d2e50'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9b9d54cf'
Test report
===========
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) (3.10)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Clang 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/662/builds/928
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_tokenize: 6 min 19 sec
- test_unparse: 6 min 13 sec
- test_multiprocessing_spawn: 4 min 58 sec
- test_lib2to3: 4 min 5 sec
- test_unicodedata: 3 min 52 sec
- test_concurrent_futures: 3 min 51 sec
- test_pickle: 2 min 40 sec
- test_multiprocessing_forkserver: 2 min 33 sec
- test_gdb: 2 min 32 sec
- test_capi: 2 min 30 sec
1 test failed:
test_unicodedata
12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64
1 re-run test:
test_unicodedata
Total duration: 14 min 6 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(872 bytes read, 2090 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(871 bytes read, 2091 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_unicodedata.py", line 343, in test_normalization
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/support/__init__.py", line 596, in open_urlresource
s = f.read()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/gzip.py", line 301, in read
return self._buffer.read(size)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/_compression.py", line 118, in readall
while data := self.read(sys.maxsize):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/gzip.py", line 494, in read
buf = self._fp.read(io.DEFAULT_BUFFER_SIZE)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/gzip.py", line 88, in read
return self.file.read(size)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 459, in read
return self._read_chunked(amt)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/http/client.py", line 597, in _read_chunked
raise IncompleteRead(b''.join(value))
http.client.IncompleteRead: IncompleteRead(0 bytes read)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_unicodedata.py", line 349, in test_normalization
self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt
Test report
===========
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest
Sincerely,
-The Buildbot
1
0

☠ Buildbot (Python): python/cpython - failed test (failure) clean (failure) (3.11)
by buildbot@python.org Oct. 27, 2022
by buildbot@python.org Oct. 27, 2022
Oct. 27, 2022
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/963/builds/427
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: Barry Warsaw <barry(a)python.org>, C.A.M. Gerlach <CAM.Gerlach(a)Gerlach.CAM>, Dong-hee Na <donghee.na(a)python.org>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pablo Galindo <pablogsal(a)gmail.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Stanley <46876382+slateny(a)users.noreply.github.com>, Steve Dower <steve.dower(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>, Łukasz Langa <lukasz(a)langa.pl>
BUILD FAILED: failed test (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 5 min 50 sec
- test_multiprocessing_spawn: 4 min 48 sec
- test_tokenize: 4 min 1 sec
- test_concurrent_futures: 3 min 31 sec
- test_lib2to3: 2 min 32 sec
- test_unicodedata: 2 min 21 sec
- test_asyncio: 2 min 20 sec
- test_capi: 2 min 13 sec
- test_multiprocessing_forkserver: 2 min 7 sec
- test_unparse: 1 min 58 sec
1 test failed:
test_unicodedata
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_unicodedata
Total duration: 9 min
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(5215 bytes read, 2365 more expected)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_unicodedata.py", line 349, in test_normalization
self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_unicodedata.py", line 343, in test_normalization
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/test/support/__init__.py", line 669, in open_urlresource
s = f.read()
^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 301, in read
return self._buffer.read(size)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/_compression.py", line 118, in readall
while data := self.read(sys.maxsize):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 505, in read
buf = self._fp.read(io.DEFAULT_BUFFER_SIZE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/gzip.py", line 88, in read
return self.file.read(size)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 459, in read
return self._read_chunked(amt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 597, in _read_chunked
raise IncompleteRead(b''.join(value)) from exc
http.client.IncompleteRead: IncompleteRead(0 bytes read)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 591, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le/build/Lib/http/client.py", line 632, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(5223 bytes read, 2357 more expected)
Test report
===========
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest.test_normalization
Sincerely,
-The Buildbot
1
0