☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
The Buildbot has detected a new failure on builder AMD64 RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/64/builds/2032
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown> Blamelist: Raymond Hettinger <rhettinger@users.noreply.github.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 16 (delta 8), reused 12 (delta 7), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'dfdebda0524ce4cc945621d69eef77a64f260095'.
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 dfdebda052 gh-92584: test_decimal uses shutil.which() (#92640) Switched to and reset branch 'main'
as: error while loading shared libraries: libopcodes-2.30-113.el8.so: cannot open shared object file: No such file or directory as: error while loading shared libraries: libopcodes-2.30-113.el8.so: cannot open shared object file: No such file or directory as: error while loading shared libraries: libopcodes-2.30-113.el8.so: cannot open shared object file: No such file or directory as: error while loading shared libraries: libopcodes-2.30-113.el8.so: cannot open shared object file: No such file or directory make: *** [Makefile:2437: Python/context.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:2437: Python/future.o] Error 1 make: *** [Makefile:2437: Python/getcompiler.o] Error 1 make: *** [Makefile:2437: Objects/typeobject.o] Error 1 as: error while loading shared libraries: libopcodes-2.30-113.el8.so: cannot open shared object file: No such file or directory make: *** [Makefile:2437: Python/errors.o] Error 1
find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make: [Makefile:2523: clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/464/builds/2340
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Bar Harel <bar.harel@biocatch.com>, Carl Bordum Hansen <carl@bordum.dk>, Erlend Egeberg Aasland <erlend.aasland@protonmail.com>, Gregory P. Smith <greg@krypto.org>, Géry Ogam <gery.ogam@gmail.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jürgen Gmach <juergen.gmach@googlemail.com>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Victor Stinner <vstinner@python.org>, andrei kulakov <andrei.avk@gmail.com>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
1 test failed: test_urllib2net
14 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_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_asyncio test_urllib2net
Total duration: 50 min 18 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1090, in do rv = func(*args) ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 921, in read v = self._sslobj.read(len) ^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:2546)
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 370, in subtask interrupt_self() ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 20, in interrupt_self _thread.interrupt_main() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/runners.py", line 146, in _on_sigint self._loop.call_soon_threadsafe(lambda: None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 809, in call_soon_threadsafe self._write_to_self() ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 511, in _write_to_self raise NotImplementedError ^^^^^^^^^^^^^^^^^^^^^^^^^ NotImplementedError k
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 1565, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 1585, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 2413, in __init__ self.init() ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 2422, in init self.ftp.connect(self.host, self.port, self.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ftplib.py", line 162, in connect self.welcome = self.getresp() ^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ftplib.py", line 244, in getresp resp = self.getmultiline() ^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ftplib.py", line 230, in getmultiline line = self.getline() ^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ftplib.py", line 212, in getline line = self.file.readline(self.maxline + 1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/socket.py", line 705, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: timed out
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1157, in test_create_server_ssl_over_ssl self.loop.run_until_complete(start_server()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 650, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1150, in start_server await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/tasks.py", line 488, in wait_for return fut.result() ^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1128, in test_client await fut ^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1109, in prog chunk = do(sslobj.read, 4) ^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_ssl.py", line 1095, in do incoming.write(sock.recv(65536)) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1263, in recv return self.read(buflen) ^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/ssl.py", line 1136, in read return self._sslobj.read(len) ^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_urllib2net.py", line 365, in test_ftp_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=60) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_urllib2net.py", line 28, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_urllib2net.py", line 24, in _retry_thrice raise last_exc ^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_urllib2net.py", line 20, in _retry_thrice return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 519, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/urllib/request.py", line 1582, in ftp_open raise URLError(f'ftp error: {exp}') from exp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib.error.URLError: <urlopen error ftp error: timed out>
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/test/test_asyncio/test_runners.py", line 20, in interrupt_self _thread.interrupt_main() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/runners.py", line 146, in _on_sigint self._loop.call_soon_threadsafe(lambda: None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 809, in call_soon_threadsafe self._write_to_self() ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/asyncio/base_events.py", line 511, in _write_to_self raise NotImplementedError ^^^^^^^^^^^^^^^^^^^^^^^^^ NotImplementedError k
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_42e36acf'
Test report
Failed tests:
- test_urllib2net
- test_asyncio
Failed subtests:
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_create_server_ssl_over_ssl - test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org