[Buildbot-status] ☠ Buildbot (Python): python/cpython - update (failure) Uninstalled (failure) clean (failure) (3.12)
The Buildbot has detected a new failure on builder riscv64 Ubuntu23 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1376/builds/242 Buildbot URL: https://buildbot.python.org/ Worker for this Build: onder-riscv64 Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Pradyun Gedam BUILD FAILED: update (failure) Uninstalled (failure) clean (failure) Summary of the results of the build (if available): === Captured traceback == remote: Enumerating objects: 17, done. remote: Counting objects: 5% (1/17) remote: Counting objects: 11% (2/17) remote: Counting objects: 17% (3/17) remote: Counting objects: 23% (4/17) remote: Counting objects: 29% (5/17) remote: Counting objects: 35% (6/17) remote: Counting objects: 41% (7/17) remote: Counting objects: 47% (8/17) remote: Counting objects: 52% (9/17) remote: Counting objects: 58% (10/17) remote: Counting objects: 64% (11/17) remote: Counting objects: 70% (12/17) remote: Counting objects: 76% (13/17) remote: Counting objects: 82% (14/17) remote: Counting objects: 88% (15/17) remote: Counting objects: 94% (16/17) remote: Counting objects: 100% (17/17) remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. rror: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) rror: 40 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: unpack-objects failed chmod: cannot access 'target/': No such file or directory make: *** No rule to make target 'distclean'. Stop. Test report === Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (c5655aa6ad120d2ed7f255bebd6e8b71a9c07dde)
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.11 while building Python. Full details are available at: https://buildbot.python.org/#/builders/1027/builds/768 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_io.py", line 4114, in test___all__ support.check__all__(self, self.io, self.name_of_module, File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/support/__init__.py", line 1475, in check__all__ test_case.assertCountEqual(module.__all__, expected) AssertionError: Element counts were not equal: First has 0, Second has 1: 'OpenWrapper' Test report === Failed tests: - test_io - test_typing Failed subtests: - test___all__ - test.test_io.PyMiscIOTest.test___all__ - test___all__ - test.test_io.CMiscIOTest.test___all__ Test leaking resources: - test_typing: memory blocks Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/484/builds/5721 Buildbot URL: https://buildbot.python.org/ Worker for this Build: pablogsal-arch-x86_64 Build Reason: Blamelist: Bénédikt Tran <10796600+picn...@users.noreply.github.com>, Lucas Esposito , Wim Jeantine-Glenn , dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, sobolevn BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 1541, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 1561, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, persistent=False) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 2394, in __init__ self.init() ~^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 2404, in init self.ftp.login(self.user, self.passwd) ~~ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 261, in _test_urls f = urlopen(url, req, support.INTERNET_TIMEOUT) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 489, in open response = self._open(req, data) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 506, in _open result = self._call_chain(self.handle_open, protocol, protocol + '_open', req) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 466, in _call_chain result = func(*args) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/urllib/request.py", line 1558, in ftp_open raise URLError(exp) from exp urllib.error.URLError: Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 259, in _test_urls with socket_helper.transient_internet(url): ^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/socket_helper.py", line 264, in transient_internet filter_error(err) ^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/socket_helper.py", line 237, in filter_error (("ConnectionRefusedError" in err.reason) or ^^ TypeError: argument of type 'error_perm' is not a container or iterable Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/support/socket_helper.py", line 249, in transient_internet yield File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 364, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_urllib2
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1121/builds/699 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-ppc64le Build Reason: Blamelist: Ned Deily , Thomas Wouters BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 1566, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 1610, in connect_ftp self.cache[key] = ftpwrapper(user, passwd, host, port, File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 2419, in __init__ self.init() File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 2429, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/ftplib.py", line 414, in login resp = self.sendcmd('PASS ' + passwd) ^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/ftplib.py", line 281, in sendcmd return self.getresp() ^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/ftplib.py", line 254, in getresp raise error_perm(resp) ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/test/support/socket_helper.py", line 251, in transient_internet yield File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/test/test_urllib2net.py", line 364, in test_ftp_no_timeout u = _urlopen_with_retry(self.FTP_HOST, timeout=None) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/test/test_urllib2net.py", line 29, in wrapped return _retry_thrice(func, exc, *args, **kwargs) ^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice raise last_exc File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice return func(*args, **kwargs) ^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 215, in urlopen return opener.open(url, data, timeout) ^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 515, in open response = self._open(req, data) ^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 532, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 492, in _call_chain result = func(*args) ^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 1583, in ftp_open raise URLError(exp) from exp urllib.error.URLError: Traceback (most recent call last): File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 1566, in ftp_open fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) ^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 1586, in connect_ftp return ftpwrapper(user, passwd, host, port, dirs, timeout, ^^^ File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 2419, in __init__ self.init() File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/urllib/request.py", line 2429, in init self.ftp.login(self.user, self.passwd) File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-ppc64le/build/Lib/ftplib.py", line 414, in login resp = self.sendc
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1380/builds/1031 Buildbot URL: https://buildbot.python.org/ Worker for this Build: rkm-arm64-ios-simulator Build Reason: Blamelist: Erlend E. Aasland BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/470A6997-6289-490D-8790-8230D1CCE4B6/data/Containers/Bundle/Application/25666C5F-D711-409C-9337-66FF62AC058E/iOSTestbed.app/python/lib/python3.14/test/test_socket.py", line 6963, in test_dual_stack_client_v6 with socket.create_server(("", port), family=socket.AF_INET6, dualstack_ipv6=True) as sock: File "/Users/buildbot/Library/Developer/XCTestDevices/470A6997-6289-490D-8790-8230D1CCE4B6/data/Containers/Bundle/Application/25666C5F-D711-409C-9337-66FF62AC058E/iOSTestbed.app/python/lib/python3.14/socket.py", line 947, in create_server raise error(err.errno, msg) from None OSError: [Errno 48] Address already in use (while attempting to bind on address ('', 62300)) Test report === Failed tests: - test_socket Failed subtests: - test_dual_stack_client_v6 - test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6 Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com