Buildbot-status
Threads by month
- ----- 2025 -----
- 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
August 2024
- 1 participants
- 161 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
by buildbot@python.org Aug. 12, 2024
by buildbot@python.org Aug. 12, 2024
Aug. 12, 2024
The Buildbot has detected a new failure on builder AMD64 CentOS9 LTO + PGO 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1091/builds/936
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-x86_64
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):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1573, in ftp_open
fp, retrlen = fw.retrfile(file, type)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 2451, in retrfile
raise URLError(f'ftp error: {reason}') from reason
urllib.error.URLError: <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 372, in test_ftp_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 270, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 239, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 261, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1583, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 251, in transient_internet
yield
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 352, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1583, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 251, in transient_internet
yield
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 343, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1583, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 349, in test_ftp_default_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 270, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 239, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 361, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 270, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 239, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 251, in transient_internet
yield
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1583, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 2448, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: vsf_sysutil_bind
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 342, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 270, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 239, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/support/socket_helper.py", line 251, in transient_internet
yield
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 373, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/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-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1583, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1573, in ftp_open
fp, retrlen = fw.retrfile(file, type)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/urllib/request.py", line 2468, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: vsf_sysutil_bind
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
- test_ftp_timeout - test.test_urllib2net.TimeoutTest.test_ftp_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest.test_ftp_default_timeout
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (31302f5fc24eecd693f0c8aaba7c2840b09b594d)
by buildbot@python.org Aug. 11, 2024
by buildbot@python.org Aug. 11, 2024
Aug. 11, 2024
The Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/857/builds/907
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
411 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 33 min 31 sec
- test_signal: 32 min 25 sec
- test_pydoc: 30 min 47 sec
- test_asyncio: 29 min 59 sec
- test_concurrent_futures: 18 min 13 sec
- test_gdb: 16 min 30 sec
- test_peg_generator: 16 min 10 sec
- test_multiprocessing_forkserver: 14 min 37 sec
- test_pickle: 13 min 26 sec
- test_multiprocessing_fork: 11 min 15 sec
1 test altered the execution environment:
test_threading
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: 1 hour 3 min
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/threading.py", line 973, in _bootstrap
self._bootstrap_inner()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/threading.py", line 1011, in _bootstrap_inner
_sys.settrace(_trace_hook)
RuntimeError: Cannot install a trace function while another trace function is being installed
...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-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.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Test report
===========
Sincerely,
-The Buildbot
1
0
The Buildbot worker named billenstein-macos went away.
It last disconnected at Sat Aug 10 20:24:51 2024.
The admin on record (as reported by WORKER:info/admin) was Matt Billenstein <matt(a)vazor.com>
.
1
0
☠ Buildbot (Python): - failed test (failure) (2f5c3b09e45798a18d60841d04a165fb062be666)
by buildbot@python.org Aug. 10, 2024
by buildbot@python.org Aug. 10, 2024
Aug. 10, 2024
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/384/builds/1203
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 108, done.
remote: Counting objects: 0% (1/107)
remote: Counting objects: 1% (2/107)
remote: Counting objects: 2% (3/107)
remote: Counting objects: 3% (4/107)
remote: Counting objects: 4% (5/107)
remote: Counting objects: 5% (6/107)
remote: Counting objects: 6% (7/107)
remote: Counting objects: 7% (8/107)
remote: Counting objects: 8% (9/107)
remote: Counting objects: 9% (10/107)
remote: Counting objects: 10% (11/107)
remote: Counting objects: 11% (12/107)
remote: Counting objects: 12% (13/107)
remote: Counting objects: 13% (14/107)
remote: Counting objects: 14% (15/107)
remote: Counting objects: 15% (17/107)
remote: Counting objects: 16% (18/107)
remote: Counting objects: 17% (19/107)
remote: Counting objects: 18% (20/107)
remote: Counting objects: 19% (21/107)
remote: Counting objects: 20% (22/107)
remote: Counting objects: 21% (23/107)
remote: Counting objects: 22% (24/107)
remote: Counting objects: 23% (25/107)
remote: Counting objects: 24% (26/107)
remote: Counting objects: 25% (27/107)
remote: Counting objects: 26% (28/107)
remote: Counting objects: 27% (29/107)
remote: Counting objects: 28% (30/107)
remote: Counting objects: 29% (32/107)
remote: Counting objects: 30% (33/107)
remote: Counting objects: 31% (34/107)
remote: Counting objects: 32% (35/107)
remote: Counting objects: 33% (36/107)
remote: Counting objects: 34% (37/107)
remote: Counting objects: 35% (38/107)
remote: Counting objects: 36% (39/107)
remote: Counting objects: 37% (40/107)
remote: Counting objects: 38% (41/107)
remote: Counting objects: 39% (42/107)
remote: Counting objects: 40% (43/107)
remote: Counting objects: 41% (44/107)
remote: Counting objects: 42% (45/107)
remote: Counting objects: 43% (47/107)
remote: Counting objects: 44% (48/107)
remote: Counting objects: 45% (49/107)
remote: Counting objects: 46% (50/107)
remote: Counting objects: 47% (51/107)
remote: Counting objects: 48% (52/107)
remote: Counting objects: 49% (53/107)
remote: Counting objects: 50% (54/107)
remote: Counting objects: 51% (55/107)
remote: Counting objects: 52% (56/107)
remote: Counting objects: 53% (57/107)
remote: Counting objects: 54% (58/107)
remote: Counting objects: 55% (59/107)
remote: Counting objects: 56% (60/107)
remote: Counting objects: 57% (61/107)
remote: Counting objects: 58% (63/107)
remote: Counting objects: 59% (64/107)
remote: Counting objects: 60% (65/107)
remote: Counting objects: 61% (66/107)
remote: Counting objects: 62% (67/107)
remote: Counting objects: 63% (68/107)
remote: Counting objects: 64% (69/107)
remote: Counting objects: 65% (70/107)
remote: Counting objects: 66% (71/107)
remote: Counting objects: 67% (72/107)
remote: Counting objects: 68% (73/107)
remote: Counting objects: 69% (74/107)
remote: Counting objects: 70% (75/107)
remote: Counting objects: 71% (76/107)
remote: Counting objects: 72% (78/107)
remote: Counting objects: 73% (79/107)
remote: Counting objects: 74% (80/107)
remote: Counting objects: 75% (81/107)
remote: Counting objects: 76% (82/107)
remote: Counting objects: 77% (83/107)
remote: Counting objects: 78% (84/107)
remote: Counting objects: 79% (85/107)
remote: Counting objects: 80% (86/107)
remote: Counting objects: 81% (87/107)
remote: Counting objects: 82% (88/107)
remote: Counting objects: 83% (89/107)
remote: Counting objects: 84% (90/107)
remote: Counting objects: 85% (91/107)
remote: Counting objects: 86% (93/107)
remote: Counting objects: 87% (94/107)
remote: Counting objects: 88% (95/107)
remote: Counting objects: 89% (96/107)
remote: Counting objects: 90% (97/107)
remote: Counting objects: 91% (98/107)
remote: Counting objects: 92% (99/107)
remote: Counting objects: 93% (100/107)
remote: Counting objects: 94% (101/107)
remote: Counting objects: 95% (102/107)
remote: Counting objects: 96% (103/107)
remote: Counting objects: 97% (104/107)
remote: Counting objects: 98% (105/107)
remote: Counting objects: 99% (106/107)
remote: Counting objects: 100% (107/107)
remote: Counting objects: 100% (107/107), done.
remote: Compressing objects: 1% (1/87)
remote: Compressing objects: 2% (2/87)
remote: Compressing objects: 3% (3/87)
remote: Compressing objects: 4% (4/87)
remote: Compressing objects: 5% (5/87)
remote: Compressing objects: 6% (6/87)
remote: Compressing objects: 8% (7/87)
remote: Compressing objects: 9% (8/87)
remote: Compressing objects: 10% (9/87)
remote: Compressing objects: 11% (10/87)
remote: Compressing objects: 12% (11/87)
remote: Compressing objects: 13% (12/87)
remote: Compressing objects: 14% (13/87)
remote: Compressing objects: 16% (14/87)
remote: Compressing objects: 17% (15/87)
remote: Compressing objects: 18% (16/87)
remote: Compressing objects: 19% (17/87)
remote: Compressing objects: 20% (18/87)
remote: Compressing objects: 21% (19/87)
remote: Compressing objects: 22% (20/87)
remote: Compressing objects: 24% (21/87)
remote: Compressing objects: 25% (22/87)
remote: Compressing objects: 26% (23/87)
remote: Compressing objects: 27% (24/87)
remote: Compressing objects: 28% (25/87)
remote: Compressing objects: 29% (26/87)
remote: Compressing objects: 31% (27/87)
remote: Compressing objects: 32% (28/87)
remote: Compressing objects: 33% (29/87)
remote: Compressing objects: 34% (30/87)
remote: Compressing objects: 35% (31/87)
remote: Compressing objects: 36% (32/87)
remote: Compressing objects: 37% (33/87)
remote: Compressing objects: 39% (34/87)
remote: Compressing objects: 40% (35/87)
remote: Compressing objects: 41% (36/87)
remote: Compressing objects: 42% (37/87)
remote: Compressing objects: 43% (38/87)
remote: Compressing objects: 44% (39/87)
remote: Compressing objects: 45% (40/87)
remote: Compressing objects: 47% (41/87)
remote: Compressing objects: 48% (42/87)
remote: Compressing objects: 49% (43/87)
remote: Compressing objects: 50% (44/87)
remote: Compressing objects: 51% (45/87)
remote: Compressing objects: 52% (46/87)
remote: Compressing objects: 54% (47/87)
remote: Compressing objects: 55% (48/87)
remote: Compressing objects: 56% (49/87)
remote: Compressing objects: 57% (50/87)
remote: Compressing objects: 58% (51/87)
remote: Compressing objects: 59% (52/87)
remote: Compressing objects: 60% (53/87)
remote: Compressing objects: 62% (54/87)
remote: Compressing objects: 63% (55/87)
remote: Compressing objects: 64% (56/87)
remote: Compressing objects: 65% (57/87)
remote: Compressing objects: 66% (58/87)
remote: Compressing objects: 67% (59/87)
remote: Compressing objects: 68% (60/87)
remote: Compressing objects: 70% (61/87)
remote: Compressing objects: 71% (62/87)
remote: Compressing objects: 72% (63/87)
remote: Compressing objects: 73% (64/87)
remote: Compressing objects: 74% (65/87)
remote: Compressing objects: 75% (66/87)
remote: Compressing objects: 77% (67/87)
remote: Compressing objects: 78% (68/87)
remote: Compressing objects: 79% (69/87)
remote: Compressing objects: 80% (70/87)
remote: Compressing objects: 81% (71/87)
remote: Compressing objects: 82% (72/87)
remote: Compressing objects: 83% (73/87)
remote: Compressing objects: 85% (74/87)
remote: Compressing objects: 86% (75/87)
remote: Compressing objects: 87% (76/87)
remote: Compressing objects: 88% (77/87)
remote: Compressing objects: 89% (78/87)
remote: Compressing objects: 90% (79/87)
remote: Compressing objects: 91% (80/87)
remote: Compressing objects: 93% (81/87)
remote: Compressing objects: 94% (82/87)
remote: Compressing objects: 95% (83/87)
remote: Compressing objects: 96% (84/87)
remote: Compressing objects: 97% (85/87)
remote: Compressing objects: 98% (86/87)
remote: Compressing objects: 100% (87/87)
remote: Compressing objects: 100% (87/87), done.
Receiving objects: 0% (1/108)
Receiving objects: 1% (2/108)
Receiving objects: 2% (3/108)
Receiving objects: 3% (4/108)
Receiving objects: 4% (5/108)
Receiving objects: 5% (6/108)
Receiving objects: 6% (7/108)
Receiving objects: 7% (8/108)
Receiving objects: 8% (9/108)
Receiving objects: 9% (10/108)
Receiving objects: 10% (11/108)
Receiving objects: 11% (12/108)
Receiving objects: 12% (13/108)
Receiving objects: 13% (15/108)
Receiving objects: 14% (16/108)
Receiving objects: 15% (17/108)
Receiving objects: 16% (18/108)
Receiving objects: 17% (19/108)
Receiving objects: 18% (20/108)
Receiving objects: 19% (21/108)
remote: Total 108 (delta 38), reused 59 (delta 20), pack-reused 1
Receiving objects: 20% (22/108)
Receiving objects: 21% (23/108)
Receiving objects: 22% (24/108)
Receiving objects: 23% (25/108)
Receiving objects: 24% (26/108)
Receiving objects: 25% (27/108)
Receiving objects: 26% (29/108)
Receiving objects: 27% (30/108)
Receiving objects: 28% (31/108)
Receiving objects: 29% (32/108)
Receiving objects: 30% (33/108)
Receiving objects: 31% (34/108)
Receiving objects: 32% (35/108)
Receiving objects: 33% (36/108)
Receiving objects: 34% (37/108)
Receiving objects: 35% (38/108)
Receiving objects: 36% (39/108)
Receiving objects: 37% (40/108)
Receiving objects: 38% (42/108)
Receiving objects: 39% (43/108)
Receiving objects: 40% (44/108)
Receiving objects: 41% (45/108)
Receiving objects: 42% (46/108)
Receiving objects: 43% (47/108)
Receiving objects: 44% (48/108)
Receiving objects: 45% (49/108)
Receiving objects: 46% (50/108)
Receiving objects: 47% (51/108)
Receiving objects: 48% (52/108)
Receiving objects: 49% (53/108)
Receiving objects: 50% (54/108)
Receiving objects: 51% (56/108)
Receiving objects: 52% (57/108)
Receiving objects: 53% (58/108)
Receiving objects: 54% (59/108)
Receiving objects: 55% (60/108)
Receiving objects: 56% (61/108)
Receiving objects: 57% (62/108)
Receiving objects: 58% (63/108)
Receiving objects: 59% (64/108)
Receiving objects: 60% (65/108)
Receiving objects: 61% (66/108)
Receiving objects: 62% (67/108)
Receiving objects: 63% (69/108)
Receiving objects: 64% (70/108)
Receiving objects: 65% (71/108)
Receiving objects: 66% (72/108)
Receiving objects: 67% (73/108)
Receiving objects: 68% (74/108)
Receiving objects: 69% (75/108)
Receiving objects: 70% (76/108)
Receiving objects: 71% (77/108)
Receiving objects: 72% (78/108)
Receiving objects: 73% (79/108)
Receiving objects: 74% (80/108)
Receiving objects: 75% (81/108)
Receiving objects: 76% (83/108)
Receiving objects: 77% (84/108)
Receiving objects: 78% (85/108)
Receiving objects: 79% (86/108)
Receiving objects: 80% (87/108)
Receiving objects: 81% (88/108)
Receiving objects: 82% (89/108)
Receiving objects: 83% (90/108)
Receiving objects: 84% (91/108)
Receiving objects: 85% (92/108)
Receiving objects: 86% (93/108)
Receiving objects: 87% (94/108)
Receiving objects: 88% (96/108)
Receiving objects: 89% (97/108)
Receiving objects: 90% (98/108)
Receiving objects: 91% (99/108)
Receiving objects: 92% (100/108)
Receiving objects: 93% (101/108)
Receiving objects: 94% (102/108)
Receiving objects: 95% (103/108)
Receiving objects: 96% (104/108)
Receiving objects: 97% (105/108)
Receiving objects: 98% (106/108)
Receiving objects: 99% (107/108)
Receiving objects: 100% (108/108)
Receiving objects: 100% (108/108), 662.09 KiB | 4.22 MiB/s, done.
Resolving deltas: 0% (0/38)
Resolving deltas: 5% (2/38)
Resolving deltas: 10% (4/38)
Resolving deltas: 13% (5/38)
Resolving deltas: 15% (6/38)
Resolving deltas: 18% (7/38)
Resolving deltas: 21% (8/38)
Resolving deltas: 23% (9/38)
Resolving deltas: 26% (10/38)
Resolving deltas: 28% (11/38)
Resolving deltas: 31% (12/38)
Resolving deltas: 34% (13/38)
Resolving deltas: 36% (14/38)
Resolving deltas: 39% (15/38)
Resolving deltas: 42% (16/38)
Resolving deltas: 44% (17/38)
Resolving deltas: 47% (18/38)
Resolving deltas: 50% (19/38)
Resolving deltas: 52% (20/38)
Resolving deltas: 55% (21/38)
Resolving deltas: 57% (22/38)
Resolving deltas: 60% (23/38)
Resolving deltas: 63% (24/38)
Resolving deltas: 65% (25/38)
Resolving deltas: 68% (26/38)
Resolving deltas: 71% (27/38)
Resolving deltas: 73% (28/38)
Resolving deltas: 76% (29/38)
Resolving deltas: 78% (30/38)
Resolving deltas: 81% (31/38)
Resolving deltas: 84% (32/38)
Resolving deltas: 86% (33/38)
Resolving deltas: 89% (34/38)
Resolving deltas: 92% (35/38)
Resolving deltas: 94% (36/38)
Resolving deltas: 97% (37/38)
Resolving deltas: 100% (38/38)
Resolving deltas: 100% (38/38), completed with 1 local object.
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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/920/builds/851
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 4612, in test_daemon_threads_shutdown_stdout_deadlock
self.check_daemon_threads_shutdown_deadlock('stdout')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 4605, in check_daemon_threads_shutdown_deadlock
self.assertRegex(err, pattern)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
AssertionError: Regex didn't match: "Fatal Python error: _enter_buffered_busy: could not acquire lock for <(_io\\.)?BufferedWriter name='<stdout>'> at interpreter shutdown, possibly due to daemon threads" not found in ''
Test report
===========
Failed tests:
- test_capi
- test_io
Failed subtests:
- test_daemon_threads_shutdown_stdout_deadlock - test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock
Test leaking resources:
- test_io: memory blocks
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/280/builds/1150
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 108, done.
remote: Counting objects: 1% (1/88)
remote: Counting objects: 2% (2/88)
remote: Counting objects: 3% (3/88)
remote: Counting objects: 4% (4/88)
remote: Counting objects: 5% (5/88)
remote: Counting objects: 6% (6/88)
remote: Counting objects: 7% (7/88)
remote: Counting objects: 9% (8/88)
remote: Counting objects: 10% (9/88)
remote: Counting objects: 11% (10/88)
remote: Counting objects: 12% (11/88)
remote: Counting objects: 13% (12/88)
remote: Counting objects: 14% (13/88)
remote: Counting objects: 15% (14/88)
remote: Counting objects: 17% (15/88)
remote: Counting objects: 18% (16/88)
remote: Counting objects: 19% (17/88)
remote: Counting objects: 20% (18/88)
remote: Counting objects: 21% (19/88)
remote: Counting objects: 22% (20/88)
remote: Counting objects: 23% (21/88)
remote: Counting objects: 25% (22/88)
remote: Counting objects: 26% (23/88)
remote: Counting objects: 27% (24/88)
remote: Counting objects: 28% (25/88)
remote: Counting objects: 29% (26/88)
remote: Counting objects: 30% (27/88)
remote: Counting objects: 31% (28/88)
remote: Counting objects: 32% (29/88)
remote: Counting objects: 34% (30/88)
remote: Counting objects: 35% (31/88)
remote: Counting objects: 36% (32/88)
remote: Counting objects: 37% (33/88)
remote: Counting objects: 38% (34/88)
remote: Counting objects: 39% (35/88)
remote: Counting objects: 40% (36/88)
remote: Counting objects: 42% (37/88)
remote: Counting objects: 43% (38/88)
remote: Counting objects: 44% (39/88)
remote: Counting objects: 45% (40/88)
remote: Counting objects: 46% (41/88)
remote: Counting objects: 47% (42/88)
remote: Counting objects: 48% (43/88)
remote: Counting objects: 50% (44/88)
remote: Counting objects: 51% (45/88)
remote: Counting objects: 52% (46/88)
remote: Counting objects: 53% (47/88)
remote: Counting objects: 54% (48/88)
remote: Counting objects: 55% (49/88)
remote: Counting objects: 56% (50/88)
remote: Counting objects: 57% (51/88)
remote: Counting objects: 59% (52/88)
remote: Counting objects: 60% (53/88)
remote: Counting objects: 61% (54/88)
remote: Counting objects: 62% (55/88)
remote: Counting objects: 63% (56/88)
remote: Counting objects: 64% (57/88)
remote: Counting objects: 65% (58/88)
remote: Counting objects: 67% (59/88)
remote: Counting objects: 68% (60/88)
remote: Counting objects: 69% (61/88)
remote: Counting objects: 70% (62/88)
remote: Counting objects: 71% (63/88)
remote: Counting objects: 72% (64/88)
remote: Counting objects: 73% (65/88)
remote: Counting objects: 75% (66/88)
remote: Counting objects: 76% (67/88)
remote: Counting objects: 77% (68/88)
remote: Counting objects: 78% (69/88)
remote: Counting objects: 79% (70/88)
remote: Counting objects: 80% (71/88)
remote: Counting objects: 81% (72/88)
remote: Counting objects: 82% (73/88)
remote: Counting objects: 84% (74/88)
remote: Counting objects: 85% (75/88)
remote: Counting objects: 86% (76/88)
remote: Counting objects: 87% (77/88)
remote: Counting objects: 88% (78/88)
remote: Counting objects: 89% (79/88)
remote: Counting objects: 90% (80/88)
remote: Counting objects: 92% (81/88)
remote: Counting objects: 93% (82/88)
remote: Counting objects: 94% (83/88)
remote: Counting objects: 95% (84/88)
remote: Counting objects: 96% (85/88)
remote: Counting objects: 97% (86/88)
remote: Counting objects: 98% (87/88)
remote: Counting objects: 100% (88/88)
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 1% (1/52)
remote: Compressing objects: 3% (2/52)
remote: Compressing objects: 5% (3/52)
remote: Compressing objects: 7% (4/52)
remote: Compressing objects: 9% (5/52)
remote: Compressing objects: 11% (6/52)
remote: Compressing objects: 13% (7/52)
remote: Compressing objects: 15% (8/52)
remote: Compressing objects: 17% (9/52)
remote: Compressing objects: 19% (10/52)
remote: Compressing objects: 21% (11/52)
remote: Compressing objects: 23% (12/52)
remote: Compressing objects: 25% (13/52)
remote: Compressing objects: 26% (14/52)
remote: Compressing objects: 28% (15/52)
remote: Compressing objects: 30% (16/52)
remote: Compressing objects: 32% (17/52)
remote: Compressing objects: 34% (18/52)
remote: Compressing objects: 36% (19/52)
remote: Compressing objects: 38% (20/52)
remote: Compressing objects: 40% (21/52)
remote: Compressing objects: 42% (22/52)
remote: Compressing objects: 44% (23/52)
remote: Compressing objects: 46% (24/52)
remote: Compressing objects: 48% (25/52)
remote: Compressing objects: 50% (26/52)
remote: Compressing objects: 51% (27/52)
remote: Compressing objects: 53% (28/52)
remote: Compressing objects: 55% (29/52)
remote: Compressing objects: 57% (30/52)
remote: Compressing objects: 59% (31/52)
remote: Compressing objects: 61% (32/52)
remote: Compressing objects: 63% (33/52)
remote: Compressing objects: 65% (34/52)
remote: Compressing objects: 67% (35/52)
remote: Compressing objects: 69% (36/52)
remote: Compressing objects: 71% (37/52)
remote: Compressing objects: 73% (38/52)
remote: Compressing objects: 75% (39/52)
remote: Compressing objects: 76% (40/52)
remote: Compressing objects: 78% (41/52)
remote: Compressing objects: 80% (42/52)
remote: Compressing objects: 82% (43/52)
remote: Compressing objects: 84% (44/52)
remote: Compressing objects: 86% (45/52)
remote: Compressing objects: 88% (46/52)
remote: Compressing objects: 90% (47/52)
remote: Compressing objects: 92% (48/52)
remote: Compressing objects: 94% (49/52)
remote: Compressing objects: 96% (50/52)
remote: Compressing objects: 98% (51/52)
remote: Compressing objects: 100% (52/52)
remote: Compressing objects: 100% (52/52), done.
Receiving objects: 0% (1/108)
Receiving objects: 1% (2/108)
Receiving objects: 2% (3/108)
Receiving objects: 3% (4/108)
Receiving objects: 4% (5/108)
Receiving objects: 5% (6/108)
Receiving objects: 6% (7/108)
Receiving objects: 7% (8/108)
Receiving objects: 8% (9/108)
Receiving objects: 9% (10/108)
Receiving objects: 10% (11/108)
Receiving objects: 11% (12/108)
Receiving objects: 12% (13/108)
Receiving objects: 13% (15/108)
Receiving objects: 14% (16/108)
Receiving objects: 15% (17/108)
Receiving objects: 16% (18/108)
Receiving objects: 17% (19/108)
Receiving objects: 18% (20/108)
Receiving objects: 19% (21/108)
Receiving objects: 20% (22/108)
Receiving objects: 21% (23/108)
Receiving objects: 22% (24/108)
Receiving objects: 23% (25/108)
Receiving objects: 24% (26/108)
Receiving objects: 25% (27/108)
Receiving objects: 26% (29/108)
Receiving objects: 27% (30/108)
Receiving objects: 28% (31/108)
Receiving objects: 29% (32/108)
Receiving objects: 30% (33/108)
Receiving objects: 31% (34/108)
Receiving objects: 32% (35/108)
Receiving objects: 33% (36/108)
Receiving objects: 34% (37/108)
Receiving objects: 35% (38/108)
Receiving objects: 36% (39/108)
Receiving objects: 37% (40/108)
Receiving objects: 38% (42/108)
Receiving objects: 39% (43/108)
Receiving objects: 40% (44/108)
Receiving objects: 41% (45/108)
Receiving objects: 42% (46/108)
Receiving objects: 43% (47/108)
Receiving objects: 44% (48/108)
Receiving objects: 45% (49/108)
Receiving objects: 46% (50/108)
Receiving objects: 47% (51/108)
Receiving objects: 48% (52/108)
Receiving objects: 49% (53/108)
Receiving objects: 50% (54/108)
Receiving objects: 51% (56/108)
Receiving objects: 52% (57/108)
Receiving objects: 53% (58/108)
Receiving objects: 54% (59/108)
Receiving objects: 55% (60/108)
Receiving objects: 56% (61/108)
Receiving objects: 57% (62/108)
Receiving objects: 58% (63/108)
Receiving objects: 59% (64/108)
Receiving objects: 60% (65/108)
Receiving objects: 61% (66/108)
Receiving objects: 62% (67/108)
Receiving objects: 63% (69/108)
Receiving objects: 64% (70/108)
Receiving objects: 65% (71/108)
Receiving objects: 66% (72/108)
Receiving objects: 67% (73/108)
Receiving objects: 68% (74/108)
Receiving objects: 69% (75/108)
Receiving objects: 70% (76/108)
Receiving objects: 71% (77/108)
Receiving objects: 72% (78/108)
Receiving objects: 73% (79/108)
Receiving objects: 74% (80/108)
Receiving objects: 75% (81/108)
Receiving objects: 76% (83/108)
Receiving objects: 77% (84/108)
Receiving objects: 78% (85/108)
Receiving objects: 79% (86/108)
Receiving objects: 80% (87/108)
Receiving objects: 81% (88/108)
Receiving objects: 82% (89/108)
Receiving objects: 83% (90/108)
Receiving objects: 84% (91/108)
Receiving objects: 85% (92/108)
Receiving objects: 86% (93/108)
Receiving objects: 87% (94/108)
remote: Total 108 (delta 53), reused 42 (delta 36), pack-reused 20
Receiving objects: 88% (96/108)
Receiving objects: 89% (97/108)
Receiving objects: 90% (98/108)
Receiving objects: 91% (99/108)
Receiving objects: 92% (100/108)
Receiving objects: 93% (101/108)
Receiving objects: 94% (102/108)
Receiving objects: 95% (103/108)
Receiving objects: 96% (104/108)
Receiving objects: 97% (105/108)
Receiving objects: 98% (106/108)
Receiving objects: 99% (107/108)
Receiving objects: 100% (108/108)
Receiving objects: 100% (108/108), 513.05 KiB | 7.43 MiB/s, done.
Resolving deltas: 0% (0/53)
Resolving deltas: 1% (1/53)
Resolving deltas: 3% (2/53)
Resolving deltas: 5% (3/53)
Resolving deltas: 7% (4/53)
Resolving deltas: 9% (5/53)
Resolving deltas: 11% (6/53)
Resolving deltas: 13% (7/53)
Resolving deltas: 15% (8/53)
Resolving deltas: 16% (9/53)
Resolving deltas: 18% (10/53)
Resolving deltas: 20% (11/53)
Resolving deltas: 22% (12/53)
Resolving deltas: 24% (13/53)
Resolving deltas: 26% (14/53)
Resolving deltas: 28% (15/53)
Resolving deltas: 30% (16/53)
Resolving deltas: 32% (17/53)
Resolving deltas: 33% (18/53)
Resolving deltas: 35% (19/53)
Resolving deltas: 37% (20/53)
Resolving deltas: 39% (21/53)
Resolving deltas: 41% (22/53)
Resolving deltas: 43% (23/53)
Resolving deltas: 45% (24/53)
Resolving deltas: 47% (25/53)
Resolving deltas: 49% (26/53)
Resolving deltas: 50% (27/53)
Resolving deltas: 52% (28/53)
Resolving deltas: 54% (29/53)
Resolving deltas: 56% (30/53)
Resolving deltas: 58% (31/53)
Resolving deltas: 60% (32/53)
Resolving deltas: 62% (33/53)
Resolving deltas: 64% (34/53)
Resolving deltas: 66% (35/53)
Resolving deltas: 67% (36/53)
Resolving deltas: 69% (37/53)
Resolving deltas: 71% (38/53)
Resolving deltas: 73% (39/53)
Resolving deltas: 75% (40/53)
Resolving deltas: 77% (41/53)
Resolving deltas: 79% (42/53)
Resolving deltas: 81% (43/53)
Resolving deltas: 83% (44/53)
Resolving deltas: 84% (45/53)
Resolving deltas: 86% (46/53)
Resolving deltas: 88% (47/53)
Resolving deltas: 90% (48/53)
Resolving deltas: 92% (49/53)
Resolving deltas: 94% (50/53)
Resolving deltas: 96% (51/53)
Resolving deltas: 98% (52/53)
Resolving deltas: 100% (53/53)
Resolving deltas: 100% (53/53), completed with 22 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/867/builds/905
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 1% (1/93)
remote: Compressing objects: 2% (2/93)
remote: Compressing objects: 3% (3/93)
remote: Compressing objects: 4% (4/93)
remote: Compressing objects: 5% (5/93)
remote: Compressing objects: 6% (6/93)
remote: Compressing objects: 7% (7/93)
remote: Compressing objects: 8% (8/93)
remote: Compressing objects: 9% (9/93)
remote: Compressing objects: 10% (10/93)
remote: Compressing objects: 11% (11/93)
remote: Compressing objects: 12% (12/93)
remote: Compressing objects: 13% (13/93)
remote: Compressing objects: 15% (14/93)
remote: Compressing objects: 16% (15/93)
remote: Compressing objects: 17% (16/93)
remote: Compressing objects: 18% (17/93)
remote: Compressing objects: 19% (18/93)
remote: Compressing objects: 20% (19/93)
remote: Compressing objects: 21% (20/93)
remote: Compressing objects: 22% (21/93)
remote: Compressing objects: 23% (22/93)
remote: Compressing objects: 24% (23/93)
remote: Compressing objects: 25% (24/93)
remote: Compressing objects: 26% (25/93)
remote: Compressing objects: 27% (26/93)
remote: Compressing objects: 29% (27/93)
remote: Compressing objects: 30% (28/93)
remote: Compressing objects: 31% (29/93)
remote: Compressing objects: 32% (30/93)
remote: Compressing objects: 33% (31/93)
remote: Compressing objects: 34% (32/93)
remote: Compressing objects: 35% (33/93)
remote: Compressing objects: 36% (34/93)
remote: Compressing objects: 37% (35/93)
remote: Compressing objects: 38% (36/93)
remote: Compressing objects: 39% (37/93)
remote: Compressing objects: 40% (38/93)
remote: Compressing objects: 41% (39/93)
remote: Compressing objects: 43% (40/93)
remote: Compressing objects: 44% (41/93)
remote: Compressing objects: 45% (42/93)
remote: Compressing objects: 46% (43/93)
remote: Compressing objects: 47% (44/93)
remote: Compressing objects: 48% (45/93)
remote: Compressing objects: 49% (46/93)
remote: Compressing objects: 50% (47/93)
remote: Compressing objects: 51% (48/93)
remote: Compressing objects: 52% (49/93)
remote: Compressing objects: 53% (50/93)
remote: Compressing objects: 54% (51/93)
remote: Compressing objects: 55% (52/93)
remote: Compressing objects: 56% (53/93)
remote: Compressing objects: 58% (54/93)
remote: Compressing objects: 59% (55/93)
remote: Compressing objects: 60% (56/93)
remote: Compressing objects: 61% (57/93)
remote: Compressing objects: 62% (58/93)
remote: Compressing objects: 63% (59/93)
remote: Compressing objects: 64% (60/93)
remote: Compressing objects: 65% (61/93)
remote: Compressing objects: 66% (62/93)
remote: Compressing objects: 67% (63/93)
remote: Compressing objects: 68% (64/93)
remote: Compressing objects: 69% (65/93)
remote: Compressing objects: 70% (66/93)
remote: Compressing objects: 72% (67/93)
remote: Compressing objects: 73% (68/93)
remote: Compressing objects: 74% (69/93)
remote: Compressing objects: 75% (70/93)
remote: Compressing objects: 76% (71/93)
remote: Compressing objects: 77% (72/93)
remote: Compressing objects: 78% (73/93)
remote: Compressing objects: 79% (74/93)
remote: Compressing objects: 80% (75/93)
remote: Compressing objects: 81% (76/93)
remote: Compressing objects: 82% (77/93)
remote: Compressing objects: 83% (78/93)
remote: Compressing objects: 84% (79/93)
remote: Compressing objects: 86% (80/93)
remote: Compressing objects: 87% (81/93)
remote: Compressing objects: 88% (82/93)
remote: Compressing objects: 89% (83/93)
remote: Compressing objects: 90% (84/93)
remote: Compressing objects: 91% (85/93)
remote: Compressing objects: 92% (86/93)
remote: Compressing objects: 93% (87/93)
remote: Compressing objects: 94% (88/93)
remote: Compressing objects: 95% (89/93)
remote: Compressing objects: 96% (90/93)
remote: Compressing objects: 97% (91/93)
remote: Compressing objects: 98% (92/93)
remote: Compressing objects: 100% (93/93)
remote: Compressing objects: 100% (93/93), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
remote: Total 120 (delta 47), reused 72 (delta 26), pack-reused 1
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 664.24 KiB | 7.30 MiB/s, done.
Resolving deltas: 0% (0/47)
Resolving deltas: 2% (1/47)
Resolving deltas: 4% (2/47)
Resolving deltas: 6% (3/47)
Resolving deltas: 8% (4/47)
Resolving deltas: 10% (5/47)
Resolving deltas: 12% (6/47)
Resolving deltas: 14% (7/47)
Resolving deltas: 17% (8/47)
Resolving deltas: 19% (9/47)
Resolving deltas: 21% (10/47)
Resolving deltas: 23% (11/47)
Resolving deltas: 25% (12/47)
Resolving deltas: 27% (13/47)
Resolving deltas: 29% (14/47)
Resolving deltas: 31% (15/47)
Resolving deltas: 34% (16/47)
Resolving deltas: 36% (17/47)
Resolving deltas: 38% (18/47)
Resolving deltas: 40% (19/47)
Resolving deltas: 42% (20/47)
Resolving deltas: 44% (21/47)
Resolving deltas: 46% (22/47)
Resolving deltas: 48% (23/47)
Resolving deltas: 51% (24/47)
Resolving deltas: 53% (25/47)
Resolving deltas: 55% (26/47)
Resolving deltas: 57% (27/47)
Resolving deltas: 59% (28/47)
Resolving deltas: 61% (29/47)
Resolving deltas: 63% (30/47)
Resolving deltas: 65% (31/47)
Resolving deltas: 68% (32/47)
Resolving deltas: 70% (33/47)
Resolving deltas: 72% (34/47)
Resolving deltas: 74% (35/47)
Resolving deltas: 76% (36/47)
Resolving deltas: 78% (37/47)
Resolving deltas: 80% (38/47)
Resolving deltas: 82% (39/47)
Resolving deltas: 85% (40/47)
Resolving deltas: 87% (41/47)
Resolving deltas: 89% (42/47)
Resolving deltas: 91% (43/47)
Resolving deltas: 93% (44/47)
Resolving deltas: 95% (45/47)
Resolving deltas: 97% (46/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), completed with 8 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/205/builds/1194
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 1% (1/98)
remote: Counting objects: 2% (2/98)
remote: Counting objects: 3% (3/98)
remote: Counting objects: 4% (4/98)
remote: Counting objects: 5% (5/98)
remote: Counting objects: 6% (6/98)
remote: Counting objects: 7% (7/98)
remote: Counting objects: 8% (8/98)
remote: Counting objects: 9% (9/98)
remote: Counting objects: 10% (10/98)
remote: Counting objects: 11% (11/98)
remote: Counting objects: 12% (12/98)
remote: Counting objects: 13% (13/98)
remote: Counting objects: 14% (14/98)
remote: Counting objects: 15% (15/98)
remote: Counting objects: 16% (16/98)
remote: Counting objects: 17% (17/98)
remote: Counting objects: 18% (18/98)
remote: Counting objects: 19% (19/98)
remote: Counting objects: 20% (20/98)
remote: Counting objects: 21% (21/98)
remote: Counting objects: 22% (22/98)
remote: Counting objects: 23% (23/98)
remote: Counting objects: 24% (24/98)
remote: Counting objects: 25% (25/98)
remote: Counting objects: 26% (26/98)
remote: Counting objects: 27% (27/98)
remote: Counting objects: 28% (28/98)
remote: Counting objects: 29% (29/98)
remote: Counting objects: 30% (30/98)
remote: Counting objects: 31% (31/98)
remote: Counting objects: 32% (32/98)
remote: Counting objects: 33% (33/98)
remote: Counting objects: 34% (34/98)
remote: Counting objects: 35% (35/98)
remote: Counting objects: 36% (36/98)
remote: Counting objects: 37% (37/98)
remote: Counting objects: 38% (38/98)
remote: Counting objects: 39% (39/98)
remote: Counting objects: 40% (40/98)
remote: Counting objects: 41% (41/98)
remote: Counting objects: 42% (42/98)
remote: Counting objects: 43% (43/98)
remote: Counting objects: 44% (44/98)
remote: Counting objects: 45% (45/98)
remote: Counting objects: 46% (46/98)
remote: Counting objects: 47% (47/98)
remote: Counting objects: 48% (48/98)
remote: Counting objects: 50% (49/98)
remote: Counting objects: 51% (50/98)
remote: Counting objects: 52% (51/98)
remote: Counting objects: 53% (52/98)
remote: Counting objects: 54% (53/98)
remote: Counting objects: 55% (54/98)
remote: Counting objects: 56% (55/98)
remote: Counting objects: 57% (56/98)
remote: Counting objects: 58% (57/98)
remote: Counting objects: 59% (58/98)
remote: Counting objects: 60% (59/98)
remote: Counting objects: 61% (60/98)
remote: Counting objects: 62% (61/98)
remote: Counting objects: 63% (62/98)
remote: Counting objects: 64% (63/98)
remote: Counting objects: 65% (64/98)
remote: Counting objects: 66% (65/98)
remote: Counting objects: 67% (66/98)
remote: Counting objects: 68% (67/98)
remote: Counting objects: 69% (68/98)
remote: Counting objects: 70% (69/98)
remote: Counting objects: 71% (70/98)
remote: Counting objects: 72% (71/98)
remote: Counting objects: 73% (72/98)
remote: Counting objects: 74% (73/98)
remote: Counting objects: 75% (74/98)
remote: Counting objects: 76% (75/98)
remote: Counting objects: 77% (76/98)
remote: Counting objects: 78% (77/98)
remote: Counting objects: 79% (78/98)
remote: Counting objects: 80% (79/98)
remote: Counting objects: 81% (80/98)
remote: Counting objects: 82% (81/98)
remote: Counting objects: 83% (82/98)
remote: Counting objects: 84% (83/98)
remote: Counting objects: 85% (84/98)
remote: Counting objects: 86% (85/98)
remote: Counting objects: 87% (86/98)
remote: Counting objects: 88% (87/98)
remote: Counting objects: 89% (88/98)
remote: Counting objects: 90% (89/98)
remote: Counting objects: 91% (90/98)
remote: Counting objects: 92% (91/98)
remote: Counting objects: 93% (92/98)
remote: Counting objects: 94% (93/98)
remote: Counting objects: 95% (94/98)
remote: Counting objects: 96% (95/98)
remote: Counting objects: 97% (96/98)
remote: Counting objects: 98% (97/98)
remote: Counting objects: 100% (98/98)
remote: Counting objects: 100% (98/98), done.
remote: Compressing objects: 1% (1/57)
remote: Compressing objects: 3% (2/57)
remote: Compressing objects: 5% (3/57)
remote: Compressing objects: 7% (4/57)
remote: Compressing objects: 8% (5/57)
remote: Compressing objects: 10% (6/57)
remote: Compressing objects: 12% (7/57)
remote: Compressing objects: 14% (8/57)
remote: Compressing objects: 15% (9/57)
remote: Compressing objects: 17% (10/57)
remote: Compressing objects: 19% (11/57)
remote: Compressing objects: 21% (12/57)
remote: Compressing objects: 22% (13/57)
remote: Compressing objects: 24% (14/57)
remote: Compressing objects: 26% (15/57)
remote: Compressing objects: 28% (16/57)
remote: Compressing objects: 29% (17/57)
remote: Compressing objects: 31% (18/57)
remote: Compressing objects: 33% (19/57)
remote: Compressing objects: 35% (20/57)
remote: Compressing objects: 36% (21/57)
remote: Compressing objects: 38% (22/57)
remote: Compressing objects: 40% (23/57)
remote: Compressing objects: 42% (24/57)
remote: Compressing objects: 43% (25/57)
remote: Compressing objects: 45% (26/57)
remote: Compressing objects: 47% (27/57)
remote: Compressing objects: 49% (28/57)
remote: Compressing objects: 50% (29/57)
remote: Compressing objects: 52% (30/57)
remote: Compressing objects: 54% (31/57)
remote: Compressing objects: 56% (32/57)
remote: Compressing objects: 57% (33/57)
remote: Compressing objects: 59% (34/57)
remote: Compressing objects: 61% (35/57)
remote: Compressing objects: 63% (36/57)
remote: Compressing objects: 64% (37/57)
remote: Compressing objects: 66% (38/57)
remote: Compressing objects: 68% (39/57)
remote: Compressing objects: 70% (40/57)
remote: Compressing objects: 71% (41/57)
remote: Compressing objects: 73% (42/57)
remote: Compressing objects: 75% (43/57)
remote: Compressing objects: 77% (44/57)
remote: Compressing objects: 78% (45/57)
remote: Compressing objects: 80% (46/57)
remote: Compressing objects: 82% (47/57)
remote: Compressing objects: 84% (48/57)
remote: Compressing objects: 85% (49/57)
remote: Compressing objects: 87% (50/57)
remote: Compressing objects: 89% (51/57)
remote: Compressing objects: 91% (52/57)
remote: Compressing objects: 92% (53/57)
remote: Compressing objects: 94% (54/57)
remote: Compressing objects: 96% (55/57)
remote: Compressing objects: 98% (56/57)
remote: Compressing objects: 100% (57/57)
remote: Compressing objects: 100% (57/57), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
remote: Total 120 (delta 62), reused 47 (delta 41), pack-reused 22
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 571.48 KiB | 0 bytes/s, done.
Resolving deltas: 0% (0/62)
Resolving deltas: 4% (3/62)
Resolving deltas: 20% (13/62)
Resolving deltas: 32% (20/62)
Resolving deltas: 35% (22/62)
Resolving deltas: 38% (24/62)
Resolving deltas: 40% (25/62)
Resolving deltas: 45% (28/62)
Resolving deltas: 46% (29/62)
Resolving deltas: 54% (34/62)
Resolving deltas: 56% (35/62)
Resolving deltas: 58% (36/62)
Resolving deltas: 59% (37/62)
Resolving deltas: 61% (38/62)
Resolving deltas: 62% (39/62)
Resolving deltas: 66% (41/62)
Resolving deltas: 69% (43/62)
Resolving deltas: 70% (44/62)
Resolving deltas: 72% (45/62)
Resolving deltas: 74% (46/62)
Resolving deltas: 75% (47/62)
Resolving deltas: 79% (49/62)
Resolving deltas: 80% (50/62)
Resolving deltas: 82% (51/62)
Resolving deltas: 83% (52/62)
Resolving deltas: 85% (53/62)
Resolving deltas: 87% (54/62)
Resolving deltas: 88% (55/62)
Resolving deltas: 90% (56/62)
Resolving deltas: 91% (57/62)
Resolving deltas: 93% (58/62)
Resolving deltas: 95% (59/62)
Resolving deltas: 96% (60/62)
Resolving deltas: 98% (61/62)
Resolving deltas: 100% (62/62)
Resolving deltas: 100% (62/62), completed with 24 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 2f5c3b0... gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2261: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe 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/#/builders/16/builds/996
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 2% (1/36)
remote: Compressing objects: 5% (2/36)
remote: Compressing objects: 8% (3/36)
remote: Compressing objects: 11% (4/36)
remote: Compressing objects: 13% (5/36)
remote: Compressing objects: 16% (6/36)
remote: Compressing objects: 19% (7/36)
remote: Compressing objects: 22% (8/36)
remote: Compressing objects: 25% (9/36)
remote: Compressing objects: 27% (10/36)
remote: Compressing objects: 30% (11/36)
remote: Compressing objects: 33% (12/36)
remote: Compressing objects: 36% (13/36)
remote: Compressing objects: 38% (14/36)
remote: Compressing objects: 41% (15/36)
remote: Compressing objects: 44% (16/36)
remote: Compressing objects: 47% (17/36)
remote: Compressing objects: 50% (18/36)
remote: Compressing objects: 52% (19/36)
remote: Compressing objects: 55% (20/36)
remote: Compressing objects: 58% (21/36)
remote: Compressing objects: 61% (22/36)
remote: Compressing objects: 63% (23/36)
remote: Compressing objects: 66% (24/36)
remote: Compressing objects: 69% (25/36)
remote: Compressing objects: 72% (26/36)
remote: Compressing objects: 75% (27/36)
remote: Compressing objects: 77% (28/36)
remote: Compressing objects: 80% (29/36)
remote: Compressing objects: 83% (30/36)
remote: Compressing objects: 86% (31/36)
remote: Compressing objects: 88% (32/36)
remote: Compressing objects: 91% (33/36)
remote: Compressing objects: 94% (34/36)
remote: Compressing objects: 97% (35/36)
remote: Compressing objects: 100% (36/36)
remote: Compressing objects: 100% (36/36), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
remote: Total 120 (delta 83), reused 118 (delta 83), pack-reused 1
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 94.95 KiB | 8.63 MiB/s, done.
Resolving deltas: 0% (0/83)
Resolving deltas: 1% (1/83)
Resolving deltas: 2% (2/83)
Resolving deltas: 3% (3/83)
Resolving deltas: 4% (4/83)
Resolving deltas: 6% (5/83)
Resolving deltas: 7% (6/83)
Resolving deltas: 8% (7/83)
Resolving deltas: 9% (8/83)
Resolving deltas: 10% (9/83)
Resolving deltas: 12% (10/83)
Resolving deltas: 13% (11/83)
Resolving deltas: 14% (12/83)
Resolving deltas: 15% (13/83)
Resolving deltas: 16% (14/83)
Resolving deltas: 18% (15/83)
Resolving deltas: 19% (16/83)
Resolving deltas: 20% (17/83)
Resolving deltas: 21% (18/83)
Resolving deltas: 22% (19/83)
Resolving deltas: 24% (20/83)
Resolving deltas: 25% (21/83)
Resolving deltas: 26% (22/83)
Resolving deltas: 27% (23/83)
Resolving deltas: 28% (24/83)
Resolving deltas: 30% (25/83)
Resolving deltas: 31% (26/83)
Resolving deltas: 32% (27/83)
Resolving deltas: 33% (28/83)
Resolving deltas: 34% (29/83)
Resolving deltas: 36% (30/83)
Resolving deltas: 37% (31/83)
Resolving deltas: 38% (32/83)
Resolving deltas: 39% (33/83)
Resolving deltas: 40% (34/83)
Resolving deltas: 42% (35/83)
Resolving deltas: 43% (36/83)
Resolving deltas: 44% (37/83)
Resolving deltas: 45% (38/83)
Resolving deltas: 46% (39/83)
Resolving deltas: 48% (40/83)
Resolving deltas: 49% (41/83)
Resolving deltas: 50% (42/83)
Resolving deltas: 51% (43/83)
Resolving deltas: 53% (44/83)
Resolving deltas: 54% (45/83)
Resolving deltas: 55% (46/83)
Resolving deltas: 56% (47/83)
Resolving deltas: 57% (48/83)
Resolving deltas: 59% (49/83)
Resolving deltas: 60% (50/83)
Resolving deltas: 61% (51/83)
Resolving deltas: 62% (52/83)
Resolving deltas: 63% (53/83)
Resolving deltas: 65% (54/83)
Resolving deltas: 66% (55/83)
Resolving deltas: 67% (56/83)
Resolving deltas: 68% (57/83)
Resolving deltas: 69% (58/83)
Resolving deltas: 71% (59/83)
Resolving deltas: 72% (60/83)
Resolving deltas: 73% (61/83)
Resolving deltas: 74% (62/83)
Resolving deltas: 75% (63/83)
Resolving deltas: 77% (64/83)
Resolving deltas: 78% (65/83)
Resolving deltas: 79% (66/83)
Resolving deltas: 80% (67/83)
Resolving deltas: 81% (68/83)
Resolving deltas: 83% (69/83)
Resolving deltas: 84% (70/83)
Resolving deltas: 85% (71/83)
Resolving deltas: 86% (72/83)
Resolving deltas: 87% (73/83)
Resolving deltas: 89% (74/83)
Resolving deltas: 90% (75/83)
Resolving deltas: 91% (76/83)
Resolving deltas: 92% (77/83)
Resolving deltas: 93% (78/83)
Resolving deltas: 95% (79/83)
Resolving deltas: 96% (80/83)
Resolving deltas: 97% (81/83)
Resolving deltas: 98% (82/83)
Resolving deltas: 100% (83/83)
Resolving deltas: 100% (83/83), completed with 42 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 2f5c3b09e45 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2267: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/853/builds/921
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 2% (1/36)
remote: Compressing objects: 5% (2/36)
remote: Compressing objects: 8% (3/36)
remote: Compressing objects: 11% (4/36)
remote: Compressing objects: 13% (5/36)
remote: Compressing objects: 16% (6/36)
remote: Compressing objects: 19% (7/36)
remote: Compressing objects: 22% (8/36)
remote: Compressing objects: 25% (9/36)
remote: Compressing objects: 27% (10/36)
remote: Compressing objects: 30% (11/36)
remote: Compressing objects: 33% (12/36)
remote: Compressing objects: 36% (13/36)
remote: Compressing objects: 38% (14/36)
remote: Compressing objects: 41% (15/36)
remote: Compressing objects: 44% (16/36)
remote: Compressing objects: 47% (17/36)
remote: Compressing objects: 50% (18/36)
remote: Compressing objects: 52% (19/36)
remote: Compressing objects: 55% (20/36)
remote: Compressing objects: 58% (21/36)
remote: Compressing objects: 61% (22/36)
remote: Compressing objects: 63% (23/36)
remote: Compressing objects: 66% (24/36)
remote: Compressing objects: 69% (25/36)
remote: Compressing objects: 72% (26/36)
remote: Compressing objects: 75% (27/36)
remote: Compressing objects: 77% (28/36)
remote: Compressing objects: 80% (29/36)
remote: Compressing objects: 83% (30/36)
remote: Compressing objects: 86% (31/36)
remote: Compressing objects: 88% (32/36)
remote: Compressing objects: 91% (33/36)
remote: Compressing objects: 94% (34/36)
remote: Compressing objects: 97% (35/36)
remote: Compressing objects: 100% (36/36)
remote: Compressing objects: 100% (36/36), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
remote: Total 120 (delta 83), reused 118 (delta 83), pack-reused 1
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 94.95 KiB | 483.00 KiB/s, done.
Resolving deltas: 0% (0/83)
Resolving deltas: 1% (1/83)
Resolving deltas: 2% (2/83)
Resolving deltas: 3% (3/83)
Resolving deltas: 4% (4/83)
Resolving deltas: 6% (5/83)
Resolving deltas: 7% (6/83)
Resolving deltas: 8% (7/83)
Resolving deltas: 9% (8/83)
Resolving deltas: 10% (9/83)
Resolving deltas: 12% (10/83)
Resolving deltas: 13% (11/83)
Resolving deltas: 14% (12/83)
Resolving deltas: 15% (13/83)
Resolving deltas: 16% (14/83)
Resolving deltas: 18% (15/83)
Resolving deltas: 19% (16/83)
Resolving deltas: 20% (17/83)
Resolving deltas: 21% (18/83)
Resolving deltas: 22% (19/83)
Resolving deltas: 24% (20/83)
Resolving deltas: 25% (21/83)
Resolving deltas: 26% (22/83)
Resolving deltas: 27% (23/83)
Resolving deltas: 28% (24/83)
Resolving deltas: 30% (25/83)
Resolving deltas: 31% (26/83)
Resolving deltas: 32% (27/83)
Resolving deltas: 33% (28/83)
Resolving deltas: 34% (29/83)
Resolving deltas: 36% (30/83)
Resolving deltas: 37% (31/83)
Resolving deltas: 38% (32/83)
Resolving deltas: 39% (33/83)
Resolving deltas: 40% (34/83)
Resolving deltas: 42% (35/83)
Resolving deltas: 43% (36/83)
Resolving deltas: 44% (37/83)
Resolving deltas: 45% (38/83)
Resolving deltas: 46% (39/83)
Resolving deltas: 48% (40/83)
Resolving deltas: 49% (41/83)
Resolving deltas: 50% (42/83)
Resolving deltas: 51% (43/83)
Resolving deltas: 53% (44/83)
Resolving deltas: 54% (45/83)
Resolving deltas: 55% (46/83)
Resolving deltas: 56% (47/83)
Resolving deltas: 57% (48/83)
Resolving deltas: 59% (49/83)
Resolving deltas: 60% (50/83)
Resolving deltas: 61% (51/83)
Resolving deltas: 62% (52/83)
Resolving deltas: 63% (53/83)
Resolving deltas: 65% (54/83)
Resolving deltas: 66% (55/83)
Resolving deltas: 67% (56/83)
Resolving deltas: 68% (57/83)
Resolving deltas: 69% (58/83)
Resolving deltas: 71% (59/83)
Resolving deltas: 72% (60/83)
Resolving deltas: 73% (61/83)
Resolving deltas: 74% (62/83)
Resolving deltas: 75% (63/83)
Resolving deltas: 77% (64/83)
Resolving deltas: 78% (65/83)
Resolving deltas: 79% (66/83)
Resolving deltas: 80% (67/83)
Resolving deltas: 81% (68/83)
Resolving deltas: 83% (69/83)
Resolving deltas: 84% (70/83)
Resolving deltas: 85% (71/83)
Resolving deltas: 86% (72/83)
Resolving deltas: 87% (73/83)
Resolving deltas: 89% (74/83)
Resolving deltas: 90% (75/83)
Resolving deltas: 91% (76/83)
Resolving deltas: 92% (77/83)
Resolving deltas: 93% (78/83)
Resolving deltas: 95% (79/83)
Resolving deltas: 96% (80/83)
Resolving deltas: 97% (81/83)
Resolving deltas: 98% (82/83)
Resolving deltas: 100% (83/83)
Resolving deltas: 100% (83/83), completed with 42 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/320/builds/1166
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 1% (1/93)
remote: Compressing objects: 2% (2/93)
remote: Compressing objects: 3% (3/93)
remote: Compressing objects: 4% (4/93)
remote: Compressing objects: 5% (5/93)
remote: Compressing objects: 6% (6/93)
remote: Compressing objects: 7% (7/93)
remote: Compressing objects: 8% (8/93)
remote: Compressing objects: 9% (9/93)
remote: Compressing objects: 10% (10/93)
remote: Compressing objects: 11% (11/93)
remote: Compressing objects: 12% (12/93)
remote: Compressing objects: 13% (13/93)
remote: Compressing objects: 15% (14/93)
remote: Compressing objects: 16% (15/93)
remote: Compressing objects: 17% (16/93)
remote: Compressing objects: 18% (17/93)
remote: Compressing objects: 19% (18/93)
remote: Compressing objects: 20% (19/93)
remote: Compressing objects: 21% (20/93)
remote: Compressing objects: 22% (21/93)
remote: Compressing objects: 23% (22/93)
remote: Compressing objects: 24% (23/93)
remote: Compressing objects: 25% (24/93)
remote: Compressing objects: 26% (25/93)
remote: Compressing objects: 27% (26/93)
remote: Compressing objects: 29% (27/93)
remote: Compressing objects: 30% (28/93)
remote: Compressing objects: 31% (29/93)
remote: Compressing objects: 32% (30/93)
remote: Compressing objects: 33% (31/93)
remote: Compressing objects: 34% (32/93)
remote: Compressing objects: 35% (33/93)
remote: Compressing objects: 36% (34/93)
remote: Compressing objects: 37% (35/93)
remote: Compressing objects: 38% (36/93)
remote: Compressing objects: 39% (37/93)
remote: Compressing objects: 40% (38/93)
remote: Compressing objects: 41% (39/93)
remote: Compressing objects: 43% (40/93)
remote: Compressing objects: 44% (41/93)
remote: Compressing objects: 45% (42/93)
remote: Compressing objects: 46% (43/93)
remote: Compressing objects: 47% (44/93)
remote: Compressing objects: 48% (45/93)
remote: Compressing objects: 49% (46/93)
remote: Compressing objects: 50% (47/93)
remote: Compressing objects: 51% (48/93)
remote: Compressing objects: 52% (49/93)
remote: Compressing objects: 53% (50/93)
remote: Compressing objects: 54% (51/93)
remote: Compressing objects: 55% (52/93)
remote: Compressing objects: 56% (53/93)
remote: Compressing objects: 58% (54/93)
remote: Compressing objects: 59% (55/93)
remote: Compressing objects: 60% (56/93)
remote: Compressing objects: 61% (57/93)
remote: Compressing objects: 62% (58/93)
remote: Compressing objects: 63% (59/93)
remote: Compressing objects: 64% (60/93)
remote: Compressing objects: 65% (61/93)
remote: Compressing objects: 66% (62/93)
remote: Compressing objects: 67% (63/93)
remote: Compressing objects: 68% (64/93)
remote: Compressing objects: 69% (65/93)
remote: Compressing objects: 70% (66/93)
remote: Compressing objects: 72% (67/93)
remote: Compressing objects: 73% (68/93)
remote: Compressing objects: 74% (69/93)
remote: Compressing objects: 75% (70/93)
remote: Compressing objects: 76% (71/93)
remote: Compressing objects: 77% (72/93)
remote: Compressing objects: 78% (73/93)
remote: Compressing objects: 79% (74/93)
remote: Compressing objects: 80% (75/93)
remote: Compressing objects: 81% (76/93)
remote: Compressing objects: 82% (77/93)
remote: Compressing objects: 83% (78/93)
remote: Compressing objects: 84% (79/93)
remote: Compressing objects: 86% (80/93)
remote: Compressing objects: 87% (81/93)
remote: Compressing objects: 88% (82/93)
remote: Compressing objects: 89% (83/93)
remote: Compressing objects: 90% (84/93)
remote: Compressing objects: 91% (85/93)
remote: Compressing objects: 92% (86/93)
remote: Compressing objects: 93% (87/93)
remote: Compressing objects: 94% (88/93)
remote: Compressing objects: 95% (89/93)
remote: Compressing objects: 96% (90/93)
remote: Compressing objects: 97% (91/93)
remote: Compressing objects: 98% (92/93)
remote: Compressing objects: 100% (93/93)
remote: Compressing objects: 100% (93/93), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
remote: Total 120 (delta 47), reused 72 (delta 26), pack-reused 1
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 664.24 KiB | 3.77 MiB/s, done.
Resolving deltas: 0% (0/47)
Resolving deltas: 2% (1/47)
Resolving deltas: 4% (2/47)
Resolving deltas: 6% (3/47)
Resolving deltas: 8% (4/47)
Resolving deltas: 10% (5/47)
Resolving deltas: 12% (6/47)
Resolving deltas: 14% (7/47)
Resolving deltas: 17% (8/47)
Resolving deltas: 19% (9/47)
Resolving deltas: 21% (10/47)
Resolving deltas: 23% (11/47)
Resolving deltas: 25% (12/47)
Resolving deltas: 27% (13/47)
Resolving deltas: 29% (14/47)
Resolving deltas: 31% (15/47)
Resolving deltas: 34% (16/47)
Resolving deltas: 36% (17/47)
Resolving deltas: 38% (18/47)
Resolving deltas: 40% (19/47)
Resolving deltas: 42% (20/47)
Resolving deltas: 44% (21/47)
Resolving deltas: 46% (22/47)
Resolving deltas: 48% (23/47)
Resolving deltas: 51% (24/47)
Resolving deltas: 53% (25/47)
Resolving deltas: 55% (26/47)
Resolving deltas: 57% (27/47)
Resolving deltas: 59% (28/47)
Resolving deltas: 61% (29/47)
Resolving deltas: 63% (30/47)
Resolving deltas: 65% (31/47)
Resolving deltas: 68% (32/47)
Resolving deltas: 70% (33/47)
Resolving deltas: 72% (34/47)
Resolving deltas: 74% (35/47)
Resolving deltas: 76% (36/47)
Resolving deltas: 78% (37/47)
Resolving deltas: 80% (38/47)
Resolving deltas: 82% (39/47)
Resolving deltas: 85% (40/47)
Resolving deltas: 87% (41/47)
Resolving deltas: 89% (42/47)
Resolving deltas: 91% (43/47)
Resolving deltas: 93% (44/47)
Resolving deltas: 95% (45/47)
Resolving deltas: 97% (46/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), completed with 8 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
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/#/builders/433/builds/1211
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 1% (1/93)
remote: Compressing objects: 2% (2/93)
remote: Compressing objects: 3% (3/93)
remote: Compressing objects: 4% (4/93)
remote: Compressing objects: 5% (5/93)
remote: Compressing objects: 6% (6/93)
remote: Compressing objects: 7% (7/93)
remote: Compressing objects: 8% (8/93)
remote: Compressing objects: 9% (9/93)
remote: Compressing objects: 10% (10/93)
remote: Compressing objects: 11% (11/93)
remote: Compressing objects: 12% (12/93)
remote: Compressing objects: 13% (13/93)
remote: Compressing objects: 15% (14/93)
remote: Compressing objects: 16% (15/93)
remote: Compressing objects: 17% (16/93)
remote: Compressing objects: 18% (17/93)
remote: Compressing objects: 19% (18/93)
remote: Compressing objects: 20% (19/93)
remote: Compressing objects: 21% (20/93)
remote: Compressing objects: 22% (21/93)
remote: Compressing objects: 23% (22/93)
remote: Compressing objects: 24% (23/93)
remote: Compressing objects: 25% (24/93)
remote: Compressing objects: 26% (25/93)
remote: Compressing objects: 27% (26/93)
remote: Compressing objects: 29% (27/93)
remote: Compressing objects: 30% (28/93)
remote: Compressing objects: 31% (29/93)
remote: Compressing objects: 32% (30/93)
remote: Compressing objects: 33% (31/93)
remote: Compressing objects: 34% (32/93)
remote: Compressing objects: 35% (33/93)
remote: Compressing objects: 36% (34/93)
remote: Compressing objects: 37% (35/93)
remote: Compressing objects: 38% (36/93)
remote: Compressing objects: 39% (37/93)
remote: Compressing objects: 40% (38/93)
remote: Compressing objects: 41% (39/93)
remote: Compressing objects: 43% (40/93)
remote: Compressing objects: 44% (41/93)
remote: Compressing objects: 45% (42/93)
remote: Compressing objects: 46% (43/93)
remote: Compressing objects: 47% (44/93)
remote: Compressing objects: 48% (45/93)
remote: Compressing objects: 49% (46/93)
remote: Compressing objects: 50% (47/93)
remote: Compressing objects: 51% (48/93)
remote: Compressing objects: 52% (49/93)
remote: Compressing objects: 53% (50/93)
remote: Compressing objects: 54% (51/93)
remote: Compressing objects: 55% (52/93)
remote: Compressing objects: 56% (53/93)
remote: Compressing objects: 58% (54/93)
remote: Compressing objects: 59% (55/93)
remote: Compressing objects: 60% (56/93)
remote: Compressing objects: 61% (57/93)
remote: Compressing objects: 62% (58/93)
remote: Compressing objects: 63% (59/93)
remote: Compressing objects: 64% (60/93)
remote: Compressing objects: 65% (61/93)
remote: Compressing objects: 66% (62/93)
remote: Compressing objects: 67% (63/93)
remote: Compressing objects: 68% (64/93)
remote: Compressing objects: 69% (65/93)
remote: Compressing objects: 70% (66/93)
remote: Compressing objects: 72% (67/93)
remote: Compressing objects: 73% (68/93)
remote: Compressing objects: 74% (69/93)
remote: Compressing objects: 75% (70/93)
remote: Compressing objects: 76% (71/93)
remote: Compressing objects: 77% (72/93)
remote: Compressing objects: 78% (73/93)
remote: Compressing objects: 79% (74/93)
remote: Compressing objects: 80% (75/93)
remote: Compressing objects: 81% (76/93)
remote: Compressing objects: 82% (77/93)
remote: Compressing objects: 83% (78/93)
remote: Compressing objects: 84% (79/93)
remote: Compressing objects: 86% (80/93)
remote: Compressing objects: 87% (81/93)
remote: Compressing objects: 88% (82/93)
remote: Compressing objects: 89% (83/93)
remote: Compressing objects: 90% (84/93)
remote: Compressing objects: 91% (85/93)
remote: Compressing objects: 92% (86/93)
remote: Compressing objects: 93% (87/93)
remote: Compressing objects: 94% (88/93)
remote: Compressing objects: 95% (89/93)
remote: Compressing objects: 96% (90/93)
remote: Compressing objects: 97% (91/93)
remote: Compressing objects: 98% (92/93)
remote: Compressing objects: 100% (93/93)
remote: Compressing objects: 100% (93/93), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
remote: Total 120 (delta 47), reused 72 (delta 26), pack-reused 1
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 664.24 KiB | 7.46 MiB/s, done.
Resolving deltas: 0% (0/47)
Resolving deltas: 2% (1/47)
Resolving deltas: 4% (2/47)
Resolving deltas: 6% (3/47)
Resolving deltas: 8% (4/47)
Resolving deltas: 10% (5/47)
Resolving deltas: 12% (6/47)
Resolving deltas: 14% (7/47)
Resolving deltas: 17% (8/47)
Resolving deltas: 19% (9/47)
Resolving deltas: 21% (10/47)
Resolving deltas: 23% (11/47)
Resolving deltas: 25% (12/47)
Resolving deltas: 27% (13/47)
Resolving deltas: 29% (14/47)
Resolving deltas: 31% (15/47)
Resolving deltas: 34% (16/47)
Resolving deltas: 36% (17/47)
Resolving deltas: 38% (18/47)
Resolving deltas: 40% (19/47)
Resolving deltas: 42% (20/47)
Resolving deltas: 44% (21/47)
Resolving deltas: 46% (22/47)
Resolving deltas: 48% (23/47)
Resolving deltas: 51% (24/47)
Resolving deltas: 53% (25/47)
Resolving deltas: 55% (26/47)
Resolving deltas: 57% (27/47)
Resolving deltas: 59% (28/47)
Resolving deltas: 61% (29/47)
Resolving deltas: 63% (30/47)
Resolving deltas: 65% (31/47)
Resolving deltas: 68% (32/47)
Resolving deltas: 70% (33/47)
Resolving deltas: 72% (34/47)
Resolving deltas: 74% (35/47)
Resolving deltas: 76% (36/47)
Resolving deltas: 78% (37/47)
Resolving deltas: 80% (38/47)
Resolving deltas: 82% (39/47)
Resolving deltas: 85% (40/47)
Resolving deltas: 87% (41/47)
Resolving deltas: 89% (42/47)
Resolving deltas: 91% (43/47)
Resolving deltas: 93% (44/47)
Resolving deltas: 95% (45/47)
Resolving deltas: 97% (46/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), completed with 8 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2267: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
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/#/builders/75/builds/1214
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 1% (1/93)
remote: Compressing objects: 2% (2/93)
remote: Compressing objects: 3% (3/93)
remote: Compressing objects: 4% (4/93)
remote: Compressing objects: 5% (5/93)
remote: Compressing objects: 6% (6/93)
remote: Compressing objects: 7% (7/93)
remote: Compressing objects: 8% (8/93)
remote: Compressing objects: 9% (9/93)
remote: Compressing objects: 10% (10/93)
remote: Compressing objects: 11% (11/93)
remote: Compressing objects: 12% (12/93)
remote: Compressing objects: 13% (13/93)
remote: Compressing objects: 15% (14/93)
remote: Compressing objects: 16% (15/93)
remote: Compressing objects: 17% (16/93)
remote: Compressing objects: 18% (17/93)
remote: Compressing objects: 19% (18/93)
remote: Compressing objects: 20% (19/93)
remote: Compressing objects: 21% (20/93)
remote: Compressing objects: 22% (21/93)
remote: Compressing objects: 23% (22/93)
remote: Compressing objects: 24% (23/93)
remote: Compressing objects: 25% (24/93)
remote: Compressing objects: 26% (25/93)
remote: Compressing objects: 27% (26/93)
remote: Compressing objects: 29% (27/93)
remote: Compressing objects: 30% (28/93)
remote: Compressing objects: 31% (29/93)
remote: Compressing objects: 32% (30/93)
remote: Compressing objects: 33% (31/93)
remote: Compressing objects: 34% (32/93)
remote: Compressing objects: 35% (33/93)
remote: Compressing objects: 36% (34/93)
remote: Compressing objects: 37% (35/93)
remote: Compressing objects: 38% (36/93)
remote: Compressing objects: 39% (37/93)
remote: Compressing objects: 40% (38/93)
remote: Compressing objects: 41% (39/93)
remote: Compressing objects: 43% (40/93)
remote: Compressing objects: 44% (41/93)
remote: Compressing objects: 45% (42/93)
remote: Compressing objects: 46% (43/93)
remote: Compressing objects: 47% (44/93)
remote: Compressing objects: 48% (45/93)
remote: Compressing objects: 49% (46/93)
remote: Compressing objects: 50% (47/93)
remote: Compressing objects: 51% (48/93)
remote: Compressing objects: 52% (49/93)
remote: Compressing objects: 53% (50/93)
remote: Compressing objects: 54% (51/93)
remote: Compressing objects: 55% (52/93)
remote: Compressing objects: 56% (53/93)
remote: Compressing objects: 58% (54/93)
remote: Compressing objects: 59% (55/93)
remote: Compressing objects: 60% (56/93)
remote: Compressing objects: 61% (57/93)
remote: Compressing objects: 62% (58/93)
remote: Compressing objects: 63% (59/93)
remote: Compressing objects: 64% (60/93)
remote: Compressing objects: 65% (61/93)
remote: Compressing objects: 66% (62/93)
remote: Compressing objects: 67% (63/93)
remote: Compressing objects: 68% (64/93)
remote: Compressing objects: 69% (65/93)
remote: Compressing objects: 70% (66/93)
remote: Compressing objects: 72% (67/93)
remote: Compressing objects: 73% (68/93)
remote: Compressing objects: 74% (69/93)
remote: Compressing objects: 75% (70/93)
remote: Compressing objects: 76% (71/93)
remote: Compressing objects: 77% (72/93)
remote: Compressing objects: 78% (73/93)
remote: Compressing objects: 79% (74/93)
remote: Compressing objects: 80% (75/93)
remote: Compressing objects: 81% (76/93)
remote: Compressing objects: 82% (77/93)
remote: Compressing objects: 83% (78/93)
remote: Compressing objects: 84% (79/93)
remote: Compressing objects: 86% (80/93)
remote: Compressing objects: 87% (81/93)
remote: Compressing objects: 88% (82/93)
remote: Compressing objects: 89% (83/93)
remote: Compressing objects: 90% (84/93)
remote: Compressing objects: 91% (85/93)
remote: Compressing objects: 92% (86/93)
remote: Compressing objects: 93% (87/93)
remote: Compressing objects: 94% (88/93)
remote: Compressing objects: 95% (89/93)
remote: Compressing objects: 96% (90/93)
remote: Compressing objects: 97% (91/93)
remote: Compressing objects: 98% (92/93)
remote: Compressing objects: 100% (93/93)
remote: Compressing objects: 100% (93/93), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
remote: Total 120 (delta 47), reused 72 (delta 26), pack-reused 1
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 664.24 KiB | 14.44 MiB/s, done.
Resolving deltas: 0% (0/47)
Resolving deltas: 2% (1/47)
Resolving deltas: 4% (2/47)
Resolving deltas: 6% (3/47)
Resolving deltas: 8% (4/47)
Resolving deltas: 10% (5/47)
Resolving deltas: 12% (6/47)
Resolving deltas: 14% (7/47)
Resolving deltas: 17% (8/47)
Resolving deltas: 19% (9/47)
Resolving deltas: 21% (10/47)
Resolving deltas: 23% (11/47)
Resolving deltas: 25% (12/47)
Resolving deltas: 27% (13/47)
Resolving deltas: 29% (14/47)
Resolving deltas: 31% (15/47)
Resolving deltas: 34% (16/47)
Resolving deltas: 36% (17/47)
Resolving deltas: 38% (18/47)
Resolving deltas: 42% (20/47)
Resolving deltas: 44% (21/47)
Resolving deltas: 46% (22/47)
Resolving deltas: 48% (23/47)
Resolving deltas: 51% (24/47)
Resolving deltas: 53% (25/47)
Resolving deltas: 55% (26/47)
Resolving deltas: 57% (27/47)
Resolving deltas: 59% (28/47)
Resolving deltas: 61% (29/47)
Resolving deltas: 63% (30/47)
Resolving deltas: 65% (31/47)
Resolving deltas: 68% (32/47)
Resolving deltas: 70% (33/47)
Resolving deltas: 72% (34/47)
Resolving deltas: 74% (35/47)
Resolving deltas: 76% (36/47)
Resolving deltas: 78% (37/47)
Resolving deltas: 80% (38/47)
Resolving deltas: 82% (39/47)
Resolving deltas: 85% (40/47)
Resolving deltas: 87% (41/47)
Resolving deltas: 89% (42/47)
Resolving deltas: 91% (43/47)
Resolving deltas: 93% (44/47)
Resolving deltas: 95% (45/47)
Resolving deltas: 97% (46/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), completed with 8 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 2f5c3b09e45 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL9 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/1589/builds/12
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 1% (1/93)
remote: Compressing objects: 2% (2/93)
remote: Compressing objects: 3% (3/93)
remote: Compressing objects: 4% (4/93)
remote: Compressing objects: 5% (5/93)
remote: Compressing objects: 6% (6/93)
remote: Compressing objects: 7% (7/93)
remote: Compressing objects: 8% (8/93)
remote: Compressing objects: 9% (9/93)
remote: Compressing objects: 10% (10/93)
remote: Compressing objects: 11% (11/93)
remote: Compressing objects: 12% (12/93)
remote: Compressing objects: 13% (13/93)
remote: Compressing objects: 15% (14/93)
remote: Compressing objects: 16% (15/93)
remote: Compressing objects: 17% (16/93)
remote: Compressing objects: 18% (17/93)
remote: Compressing objects: 19% (18/93)
remote: Compressing objects: 20% (19/93)
remote: Compressing objects: 21% (20/93)
remote: Compressing objects: 22% (21/93)
remote: Compressing objects: 23% (22/93)
remote: Compressing objects: 24% (23/93)
remote: Compressing objects: 25% (24/93)
remote: Compressing objects: 26% (25/93)
remote: Compressing objects: 27% (26/93)
remote: Compressing objects: 29% (27/93)
remote: Compressing objects: 30% (28/93)
remote: Compressing objects: 31% (29/93)
remote: Compressing objects: 32% (30/93)
remote: Compressing objects: 33% (31/93)
remote: Compressing objects: 34% (32/93)
remote: Compressing objects: 35% (33/93)
remote: Compressing objects: 36% (34/93)
remote: Compressing objects: 37% (35/93)
remote: Compressing objects: 38% (36/93)
remote: Compressing objects: 39% (37/93)
remote: Compressing objects: 40% (38/93)
remote: Compressing objects: 41% (39/93)
remote: Compressing objects: 43% (40/93)
remote: Compressing objects: 44% (41/93)
remote: Compressing objects: 45% (42/93)
remote: Compressing objects: 46% (43/93)
remote: Compressing objects: 47% (44/93)
remote: Compressing objects: 48% (45/93)
remote: Compressing objects: 49% (46/93)
remote: Compressing objects: 50% (47/93)
remote: Compressing objects: 51% (48/93)
remote: Compressing objects: 52% (49/93)
remote: Compressing objects: 53% (50/93)
remote: Compressing objects: 54% (51/93)
remote: Compressing objects: 55% (52/93)
remote: Compressing objects: 56% (53/93)
remote: Compressing objects: 58% (54/93)
remote: Compressing objects: 59% (55/93)
remote: Compressing objects: 60% (56/93)
remote: Compressing objects: 61% (57/93)
remote: Compressing objects: 62% (58/93)
remote: Compressing objects: 63% (59/93)
remote: Compressing objects: 64% (60/93)
remote: Compressing objects: 65% (61/93)
remote: Compressing objects: 66% (62/93)
remote: Compressing objects: 67% (63/93)
remote: Compressing objects: 68% (64/93)
remote: Compressing objects: 69% (65/93)
remote: Compressing objects: 70% (66/93)
remote: Compressing objects: 72% (67/93)
remote: Compressing objects: 73% (68/93)
remote: Compressing objects: 74% (69/93)
remote: Compressing objects: 75% (70/93)
remote: Compressing objects: 76% (71/93)
remote: Compressing objects: 77% (72/93)
remote: Compressing objects: 78% (73/93)
remote: Compressing objects: 79% (74/93)
remote: Compressing objects: 80% (75/93)
remote: Compressing objects: 81% (76/93)
remote: Compressing objects: 82% (77/93)
remote: Compressing objects: 83% (78/93)
remote: Compressing objects: 84% (79/93)
remote: Compressing objects: 86% (80/93)
remote: Compressing objects: 87% (81/93)
remote: Compressing objects: 88% (82/93)
remote: Compressing objects: 89% (83/93)
remote: Compressing objects: 90% (84/93)
remote: Compressing objects: 91% (85/93)
remote: Compressing objects: 92% (86/93)
remote: Compressing objects: 93% (87/93)
remote: Compressing objects: 94% (88/93)
remote: Compressing objects: 95% (89/93)
remote: Compressing objects: 96% (90/93)
remote: Compressing objects: 97% (91/93)
remote: Compressing objects: 98% (92/93)
remote: Compressing objects: 100% (93/93)
remote: Compressing objects: 100% (93/93), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
remote: Total 120 (delta 47), reused 72 (delta 26), pack-reused 1
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 664.24 KiB | 9.91 MiB/s, done.
Resolving deltas: 0% (0/47)
Resolving deltas: 2% (1/47)
Resolving deltas: 4% (2/47)
Resolving deltas: 6% (3/47)
Resolving deltas: 8% (4/47)
Resolving deltas: 10% (5/47)
Resolving deltas: 12% (6/47)
Resolving deltas: 14% (7/47)
Resolving deltas: 17% (8/47)
Resolving deltas: 19% (9/47)
Resolving deltas: 21% (10/47)
Resolving deltas: 23% (11/47)
Resolving deltas: 25% (12/47)
Resolving deltas: 27% (13/47)
Resolving deltas: 29% (14/47)
Resolving deltas: 31% (15/47)
Resolving deltas: 34% (16/47)
Resolving deltas: 36% (17/47)
Resolving deltas: 38% (18/47)
Resolving deltas: 40% (19/47)
Resolving deltas: 42% (20/47)
Resolving deltas: 44% (21/47)
Resolving deltas: 46% (22/47)
Resolving deltas: 48% (23/47)
Resolving deltas: 51% (24/47)
Resolving deltas: 53% (25/47)
Resolving deltas: 55% (26/47)
Resolving deltas: 57% (27/47)
Resolving deltas: 59% (28/47)
Resolving deltas: 61% (29/47)
Resolving deltas: 63% (30/47)
Resolving deltas: 65% (31/47)
Resolving deltas: 68% (32/47)
Resolving deltas: 70% (33/47)
Resolving deltas: 72% (34/47)
Resolving deltas: 74% (35/47)
Resolving deltas: 76% (36/47)
Resolving deltas: 78% (37/47)
Resolving deltas: 80% (38/47)
Resolving deltas: 82% (39/47)
Resolving deltas: 85% (40/47)
Resolving deltas: 87% (41/47)
Resolving deltas: 89% (42/47)
Resolving deltas: 91% (43/47)
Resolving deltas: 93% (44/47)
Resolving deltas: 95% (45/47)
Resolving deltas: 97% (46/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), completed with 8 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 2f5c3b09e45 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2265: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/259/builds/1211
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 1% (1/98)
remote: Counting objects: 2% (2/98)
remote: Counting objects: 3% (3/98)
remote: Counting objects: 4% (4/98)
remote: Counting objects: 5% (5/98)
remote: Counting objects: 6% (6/98)
remote: Counting objects: 7% (7/98)
remote: Counting objects: 8% (8/98)
remote: Counting objects: 9% (9/98)
remote: Counting objects: 10% (10/98)
remote: Counting objects: 11% (11/98)
remote: Counting objects: 12% (12/98)
remote: Counting objects: 13% (13/98)
remote: Counting objects: 14% (14/98)
remote: Counting objects: 15% (15/98)
remote: Counting objects: 16% (16/98)
remote: Counting objects: 17% (17/98)
remote: Counting objects: 18% (18/98)
remote: Counting objects: 19% (19/98)
remote: Counting objects: 20% (20/98)
remote: Counting objects: 21% (21/98)
remote: Counting objects: 22% (22/98)
remote: Counting objects: 23% (23/98)
remote: Counting objects: 24% (24/98)
remote: Counting objects: 25% (25/98)
remote: Counting objects: 26% (26/98)
remote: Counting objects: 27% (27/98)
remote: Counting objects: 28% (28/98)
remote: Counting objects: 29% (29/98)
remote: Counting objects: 30% (30/98)
remote: Counting objects: 31% (31/98)
remote: Counting objects: 32% (32/98)
remote: Counting objects: 33% (33/98)
remote: Counting objects: 34% (34/98)
remote: Counting objects: 35% (35/98)
remote: Counting objects: 36% (36/98)
remote: Counting objects: 37% (37/98)
remote: Counting objects: 38% (38/98)
remote: Counting objects: 39% (39/98)
remote: Counting objects: 40% (40/98)
remote: Counting objects: 41% (41/98)
remote: Counting objects: 42% (42/98)
remote: Counting objects: 43% (43/98)
remote: Counting objects: 44% (44/98)
remote: Counting objects: 45% (45/98)
remote: Counting objects: 46% (46/98)
remote: Counting objects: 47% (47/98)
remote: Counting objects: 48% (48/98)
remote: Counting objects: 50% (49/98)
remote: Counting objects: 51% (50/98)
remote: Counting objects: 52% (51/98)
remote: Counting objects: 53% (52/98)
remote: Counting objects: 54% (53/98)
remote: Counting objects: 55% (54/98)
remote: Counting objects: 56% (55/98)
remote: Counting objects: 57% (56/98)
remote: Counting objects: 58% (57/98)
remote: Counting objects: 59% (58/98)
remote: Counting objects: 60% (59/98)
remote: Counting objects: 61% (60/98)
remote: Counting objects: 62% (61/98)
remote: Counting objects: 63% (62/98)
remote: Counting objects: 64% (63/98)
remote: Counting objects: 65% (64/98)
remote: Counting objects: 66% (65/98)
remote: Counting objects: 67% (66/98)
remote: Counting objects: 68% (67/98)
remote: Counting objects: 69% (68/98)
remote: Counting objects: 70% (69/98)
remote: Counting objects: 71% (70/98)
remote: Counting objects: 72% (71/98)
remote: Counting objects: 73% (72/98)
remote: Counting objects: 74% (73/98)
remote: Counting objects: 75% (74/98)
remote: Counting objects: 76% (75/98)
remote: Counting objects: 77% (76/98)
remote: Counting objects: 78% (77/98)
remote: Counting objects: 79% (78/98)
remote: Counting objects: 80% (79/98)
remote: Counting objects: 81% (80/98)
remote: Counting objects: 82% (81/98)
remote: Counting objects: 83% (82/98)
remote: Counting objects: 84% (83/98)
remote: Counting objects: 85% (84/98)
remote: Counting objects: 86% (85/98)
remote: Counting objects: 87% (86/98)
remote: Counting objects: 88% (87/98)
remote: Counting objects: 89% (88/98)
remote: Counting objects: 90% (89/98)
remote: Counting objects: 91% (90/98)
remote: Counting objects: 92% (91/98)
remote: Counting objects: 93% (92/98)
remote: Counting objects: 94% (93/98)
remote: Counting objects: 95% (94/98)
remote: Counting objects: 96% (95/98)
remote: Counting objects: 97% (96/98)
remote: Counting objects: 98% (97/98)
remote: Counting objects: 100% (98/98)
remote: Counting objects: 100% (98/98), done.
remote: Compressing objects: 1% (1/57)
remote: Compressing objects: 3% (2/57)
remote: Compressing objects: 5% (3/57)
remote: Compressing objects: 7% (4/57)
remote: Compressing objects: 8% (5/57)
remote: Compressing objects: 10% (6/57)
remote: Compressing objects: 12% (7/57)
remote: Compressing objects: 14% (8/57)
remote: Compressing objects: 15% (9/57)
remote: Compressing objects: 17% (10/57)
remote: Compressing objects: 19% (11/57)
remote: Compressing objects: 21% (12/57)
remote: Compressing objects: 22% (13/57)
remote: Compressing objects: 24% (14/57)
remote: Compressing objects: 26% (15/57)
remote: Compressing objects: 28% (16/57)
remote: Compressing objects: 29% (17/57)
remote: Compressing objects: 31% (18/57)
remote: Compressing objects: 33% (19/57)
remote: Compressing objects: 35% (20/57)
remote: Compressing objects: 36% (21/57)
remote: Compressing objects: 38% (22/57)
remote: Compressing objects: 40% (23/57)
remote: Compressing objects: 42% (24/57)
remote: Compressing objects: 43% (25/57)
remote: Compressing objects: 45% (26/57)
remote: Compressing objects: 47% (27/57)
remote: Compressing objects: 49% (28/57)
remote: Compressing objects: 50% (29/57)
remote: Compressing objects: 52% (30/57)
remote: Compressing objects: 54% (31/57)
remote: Compressing objects: 56% (32/57)
remote: Compressing objects: 57% (33/57)
remote: Compressing objects: 59% (34/57)
remote: Compressing objects: 61% (35/57)
remote: Compressing objects: 63% (36/57)
remote: Compressing objects: 64% (37/57)
remote: Compressing objects: 66% (38/57)
remote: Compressing objects: 68% (39/57)
remote: Compressing objects: 70% (40/57)
remote: Compressing objects: 71% (41/57)
remote: Compressing objects: 73% (42/57)
remote: Compressing objects: 75% (43/57)
remote: Compressing objects: 77% (44/57)
remote: Compressing objects: 78% (45/57)
remote: Compressing objects: 80% (46/57)
remote: Compressing objects: 82% (47/57)
remote: Compressing objects: 84% (48/57)
remote: Compressing objects: 85% (49/57)
remote: Compressing objects: 87% (50/57)
remote: Compressing objects: 89% (51/57)
remote: Compressing objects: 91% (52/57)
remote: Compressing objects: 92% (53/57)
remote: Compressing objects: 94% (54/57)
remote: Compressing objects: 96% (55/57)
remote: Compressing objects: 98% (56/57)
remote: Compressing objects: 100% (57/57)
remote: Compressing objects: 100% (57/57), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
Receiving objects: 90% (108/120)
remote: Total 120 (delta 62), reused 47 (delta 41), pack-reused 22
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 571.48 KiB | 3.21 MiB/s, done.
Resolving deltas: 0% (0/62)
Resolving deltas: 1% (1/62)
Resolving deltas: 3% (2/62)
Resolving deltas: 4% (3/62)
Resolving deltas: 6% (4/62)
Resolving deltas: 8% (5/62)
Resolving deltas: 9% (6/62)
Resolving deltas: 11% (7/62)
Resolving deltas: 12% (8/62)
Resolving deltas: 14% (9/62)
Resolving deltas: 16% (10/62)
Resolving deltas: 17% (11/62)
Resolving deltas: 19% (12/62)
Resolving deltas: 20% (13/62)
Resolving deltas: 22% (14/62)
Resolving deltas: 24% (15/62)
Resolving deltas: 25% (16/62)
Resolving deltas: 27% (17/62)
Resolving deltas: 29% (18/62)
Resolving deltas: 30% (19/62)
Resolving deltas: 32% (20/62)
Resolving deltas: 33% (21/62)
Resolving deltas: 35% (22/62)
Resolving deltas: 37% (23/62)
Resolving deltas: 38% (24/62)
Resolving deltas: 40% (25/62)
Resolving deltas: 41% (26/62)
Resolving deltas: 43% (27/62)
Resolving deltas: 45% (28/62)
Resolving deltas: 46% (29/62)
Resolving deltas: 48% (30/62)
Resolving deltas: 50% (31/62)
Resolving deltas: 51% (32/62)
Resolving deltas: 53% (33/62)
Resolving deltas: 54% (34/62)
Resolving deltas: 56% (35/62)
Resolving deltas: 58% (36/62)
Resolving deltas: 59% (37/62)
Resolving deltas: 61% (38/62)
Resolving deltas: 62% (39/62)
Resolving deltas: 64% (40/62)
Resolving deltas: 66% (41/62)
Resolving deltas: 67% (42/62)
Resolving deltas: 69% (43/62)
Resolving deltas: 70% (44/62)
Resolving deltas: 72% (45/62)
Resolving deltas: 74% (46/62)
Resolving deltas: 75% (47/62)
Resolving deltas: 77% (48/62)
Resolving deltas: 79% (49/62)
Resolving deltas: 80% (50/62)
Resolving deltas: 82% (51/62)
Resolving deltas: 83% (52/62)
Resolving deltas: 85% (53/62)
Resolving deltas: 87% (54/62)
Resolving deltas: 88% (55/62)
Resolving deltas: 90% (56/62)
Resolving deltas: 91% (57/62)
Resolving deltas: 93% (58/62)
Resolving deltas: 95% (59/62)
Resolving deltas: 96% (60/62)
Resolving deltas: 98% (61/62)
Resolving deltas: 100% (62/62)
Resolving deltas: 100% (62/62), completed with 24 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 2f5c3b09e4 gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2269: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/562/builds/1216
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 120, done.
remote: Counting objects: 0% (1/119)
remote: Counting objects: 1% (2/119)
remote: Counting objects: 2% (3/119)
remote: Counting objects: 3% (4/119)
remote: Counting objects: 4% (5/119)
remote: Counting objects: 5% (6/119)
remote: Counting objects: 6% (8/119)
remote: Counting objects: 7% (9/119)
remote: Counting objects: 8% (10/119)
remote: Counting objects: 9% (11/119)
remote: Counting objects: 10% (12/119)
remote: Counting objects: 11% (14/119)
remote: Counting objects: 12% (15/119)
remote: Counting objects: 13% (16/119)
remote: Counting objects: 14% (17/119)
remote: Counting objects: 15% (18/119)
remote: Counting objects: 16% (20/119)
remote: Counting objects: 17% (21/119)
remote: Counting objects: 18% (22/119)
remote: Counting objects: 19% (23/119)
remote: Counting objects: 20% (24/119)
remote: Counting objects: 21% (25/119)
remote: Counting objects: 22% (27/119)
remote: Counting objects: 23% (28/119)
remote: Counting objects: 24% (29/119)
remote: Counting objects: 25% (30/119)
remote: Counting objects: 26% (31/119)
remote: Counting objects: 27% (33/119)
remote: Counting objects: 28% (34/119)
remote: Counting objects: 29% (35/119)
remote: Counting objects: 30% (36/119)
remote: Counting objects: 31% (37/119)
remote: Counting objects: 32% (39/119)
remote: Counting objects: 33% (40/119)
remote: Counting objects: 34% (41/119)
remote: Counting objects: 35% (42/119)
remote: Counting objects: 36% (43/119)
remote: Counting objects: 37% (45/119)
remote: Counting objects: 38% (46/119)
remote: Counting objects: 39% (47/119)
remote: Counting objects: 40% (48/119)
remote: Counting objects: 41% (49/119)
remote: Counting objects: 42% (50/119)
remote: Counting objects: 43% (52/119)
remote: Counting objects: 44% (53/119)
remote: Counting objects: 45% (54/119)
remote: Counting objects: 46% (55/119)
remote: Counting objects: 47% (56/119)
remote: Counting objects: 48% (58/119)
remote: Counting objects: 49% (59/119)
remote: Counting objects: 50% (60/119)
remote: Counting objects: 51% (61/119)
remote: Counting objects: 52% (62/119)
remote: Counting objects: 53% (64/119)
remote: Counting objects: 54% (65/119)
remote: Counting objects: 55% (66/119)
remote: Counting objects: 56% (67/119)
remote: Counting objects: 57% (68/119)
remote: Counting objects: 58% (70/119)
remote: Counting objects: 59% (71/119)
remote: Counting objects: 60% (72/119)
remote: Counting objects: 61% (73/119)
remote: Counting objects: 62% (74/119)
remote: Counting objects: 63% (75/119)
remote: Counting objects: 64% (77/119)
remote: Counting objects: 65% (78/119)
remote: Counting objects: 66% (79/119)
remote: Counting objects: 67% (80/119)
remote: Counting objects: 68% (81/119)
remote: Counting objects: 69% (83/119)
remote: Counting objects: 70% (84/119)
remote: Counting objects: 71% (85/119)
remote: Counting objects: 72% (86/119)
remote: Counting objects: 73% (87/119)
remote: Counting objects: 74% (89/119)
remote: Counting objects: 75% (90/119)
remote: Counting objects: 76% (91/119)
remote: Counting objects: 77% (92/119)
remote: Counting objects: 78% (93/119)
remote: Counting objects: 79% (95/119)
remote: Counting objects: 80% (96/119)
remote: Counting objects: 81% (97/119)
remote: Counting objects: 82% (98/119)
remote: Counting objects: 83% (99/119)
remote: Counting objects: 84% (100/119)
remote: Counting objects: 85% (102/119)
remote: Counting objects: 86% (103/119)
remote: Counting objects: 87% (104/119)
remote: Counting objects: 88% (105/119)
remote: Counting objects: 89% (106/119)
remote: Counting objects: 90% (108/119)
remote: Counting objects: 91% (109/119)
remote: Counting objects: 92% (110/119)
remote: Counting objects: 93% (111/119)
remote: Counting objects: 94% (112/119)
remote: Counting objects: 95% (114/119)
remote: Counting objects: 96% (115/119)
remote: Counting objects: 97% (116/119)
remote: Counting objects: 98% (117/119)
remote: Counting objects: 99% (118/119)
remote: Counting objects: 100% (119/119)
remote: Counting objects: 100% (119/119), done.
remote: Compressing objects: 2% (1/36)
remote: Compressing objects: 5% (2/36)
remote: Compressing objects: 8% (3/36)
remote: Compressing objects: 11% (4/36)
remote: Compressing objects: 13% (5/36)
remote: Compressing objects: 16% (6/36)
remote: Compressing objects: 19% (7/36)
remote: Compressing objects: 22% (8/36)
remote: Compressing objects: 25% (9/36)
remote: Compressing objects: 27% (10/36)
remote: Compressing objects: 30% (11/36)
remote: Compressing objects: 33% (12/36)
remote: Compressing objects: 36% (13/36)
remote: Compressing objects: 38% (14/36)
remote: Compressing objects: 41% (15/36)
remote: Compressing objects: 44% (16/36)
remote: Compressing objects: 47% (17/36)
remote: Compressing objects: 50% (18/36)
remote: Compressing objects: 52% (19/36)
remote: Compressing objects: 55% (20/36)
remote: Compressing objects: 58% (21/36)
remote: Compressing objects: 61% (22/36)
remote: Compressing objects: 63% (23/36)
remote: Compressing objects: 66% (24/36)
remote: Compressing objects: 69% (25/36)
remote: Compressing objects: 72% (26/36)
remote: Compressing objects: 75% (27/36)
remote: Compressing objects: 77% (28/36)
remote: Compressing objects: 80% (29/36)
remote: Compressing objects: 83% (30/36)
remote: Compressing objects: 86% (31/36)
remote: Compressing objects: 88% (32/36)
remote: Compressing objects: 91% (33/36)
remote: Compressing objects: 94% (34/36)
remote: Compressing objects: 97% (35/36)
remote: Compressing objects: 100% (36/36)
remote: Compressing objects: 100% (36/36), done.
Receiving objects: 0% (1/120)
Receiving objects: 1% (2/120)
Receiving objects: 2% (3/120)
Receiving objects: 3% (4/120)
Receiving objects: 4% (5/120)
Receiving objects: 5% (6/120)
Receiving objects: 6% (8/120)
Receiving objects: 7% (9/120)
Receiving objects: 8% (10/120)
Receiving objects: 9% (11/120)
Receiving objects: 10% (12/120)
Receiving objects: 11% (14/120)
Receiving objects: 12% (15/120)
Receiving objects: 13% (16/120)
Receiving objects: 14% (17/120)
Receiving objects: 15% (18/120)
Receiving objects: 16% (20/120)
Receiving objects: 17% (21/120)
Receiving objects: 18% (22/120)
Receiving objects: 19% (23/120)
Receiving objects: 20% (24/120)
Receiving objects: 21% (26/120)
Receiving objects: 22% (27/120)
Receiving objects: 23% (28/120)
Receiving objects: 24% (29/120)
Receiving objects: 25% (30/120)
Receiving objects: 26% (32/120)
Receiving objects: 27% (33/120)
Receiving objects: 28% (34/120)
Receiving objects: 29% (35/120)
Receiving objects: 30% (36/120)
Receiving objects: 31% (38/120)
Receiving objects: 32% (39/120)
Receiving objects: 33% (40/120)
Receiving objects: 34% (41/120)
Receiving objects: 35% (42/120)
Receiving objects: 36% (44/120)
Receiving objects: 37% (45/120)
Receiving objects: 38% (46/120)
Receiving objects: 39% (47/120)
Receiving objects: 40% (48/120)
Receiving objects: 41% (50/120)
Receiving objects: 42% (51/120)
Receiving objects: 43% (52/120)
Receiving objects: 44% (53/120)
Receiving objects: 45% (54/120)
Receiving objects: 46% (56/120)
Receiving objects: 47% (57/120)
Receiving objects: 48% (58/120)
Receiving objects: 49% (59/120)
Receiving objects: 50% (60/120)
Receiving objects: 51% (62/120)
Receiving objects: 52% (63/120)
Receiving objects: 53% (64/120)
Receiving objects: 54% (65/120)
Receiving objects: 55% (66/120)
Receiving objects: 56% (68/120)
Receiving objects: 57% (69/120)
Receiving objects: 58% (70/120)
Receiving objects: 59% (71/120)
Receiving objects: 60% (72/120)
Receiving objects: 61% (74/120)
Receiving objects: 62% (75/120)
Receiving objects: 63% (76/120)
Receiving objects: 64% (77/120)
Receiving objects: 65% (78/120)
Receiving objects: 66% (80/120)
Receiving objects: 67% (81/120)
Receiving objects: 68% (82/120)
Receiving objects: 69% (83/120)
Receiving objects: 70% (84/120)
Receiving objects: 71% (86/120)
Receiving objects: 72% (87/120)
Receiving objects: 73% (88/120)
Receiving objects: 74% (89/120)
Receiving objects: 75% (90/120)
Receiving objects: 76% (92/120)
Receiving objects: 77% (93/120)
Receiving objects: 78% (94/120)
Receiving objects: 79% (95/120)
Receiving objects: 80% (96/120)
Receiving objects: 81% (98/120)
Receiving objects: 82% (99/120)
Receiving objects: 83% (100/120)
Receiving objects: 84% (101/120)
Receiving objects: 85% (102/120)
Receiving objects: 86% (104/120)
Receiving objects: 87% (105/120)
Receiving objects: 88% (106/120)
Receiving objects: 89% (107/120)
remote: Total 120 (delta 83), reused 118 (delta 83), pack-reused 1
Receiving objects: 90% (108/120)
Receiving objects: 91% (110/120)
Receiving objects: 92% (111/120)
Receiving objects: 93% (112/120)
Receiving objects: 94% (113/120)
Receiving objects: 95% (114/120)
Receiving objects: 96% (116/120)
Receiving objects: 97% (117/120)
Receiving objects: 98% (118/120)
Receiving objects: 99% (119/120)
Receiving objects: 100% (120/120)
Receiving objects: 100% (120/120), 94.95 KiB | 0 bytes/s, done.
Resolving deltas: 0% (0/83)
Resolving deltas: 3% (3/83)
Resolving deltas: 7% (6/83)
Resolving deltas: 14% (12/83)
Resolving deltas: 20% (17/83)
Resolving deltas: 22% (19/83)
Resolving deltas: 31% (26/83)
Resolving deltas: 32% (27/83)
Resolving deltas: 40% (34/83)
Resolving deltas: 42% (35/83)
Resolving deltas: 46% (39/83)
Resolving deltas: 51% (43/83)
Resolving deltas: 54% (45/83)
Resolving deltas: 55% (46/83)
Resolving deltas: 56% (47/83)
Resolving deltas: 57% (48/83)
Resolving deltas: 59% (49/83)
Resolving deltas: 60% (50/83)
Resolving deltas: 61% (51/83)
Resolving deltas: 62% (52/83)
Resolving deltas: 63% (53/83)
Resolving deltas: 65% (54/83)
Resolving deltas: 66% (55/83)
Resolving deltas: 67% (56/83)
Resolving deltas: 68% (57/83)
Resolving deltas: 69% (58/83)
Resolving deltas: 71% (59/83)
Resolving deltas: 73% (61/83)
Resolving deltas: 74% (62/83)
Resolving deltas: 75% (63/83)
Resolving deltas: 77% (64/83)
Resolving deltas: 78% (65/83)
Resolving deltas: 79% (66/83)
Resolving deltas: 80% (67/83)
Resolving deltas: 81% (68/83)
Resolving deltas: 83% (69/83)
Resolving deltas: 84% (70/83)
Resolving deltas: 85% (71/83)
Resolving deltas: 86% (72/83)
Resolving deltas: 87% (73/83)
Resolving deltas: 89% (74/83)
Resolving deltas: 90% (75/83)
Resolving deltas: 91% (76/83)
Resolving deltas: 93% (78/83)
Resolving deltas: 95% (79/83)
Resolving deltas: 96% (80/83)
Resolving deltas: 97% (81/83)
Resolving deltas: 98% (82/83)
Resolving deltas: 100% (83/83)
Resolving deltas: 100% (83/83), completed with 42 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 2f5c3b0... gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2261: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Test leaking resources:
- test_capi: memory blocks
- test_capi: references
Sincerely,
-The Buildbot
1
0
The Buildbot worker named ware-alpine went away.
It last disconnected at Fri Aug 9 15:30:49 2024.
The admin on record (as reported by WORKER:info/admin) was Zachary Ware <zachary.ware+bb(a)gmail.com>
.
1
0
Aug. 9, 2024
The Buildbot worker named pablogsal-arch-x86_64 went away.
It last disconnected at Fri Aug 9 13:24:06 2024.
The admin on record (as reported by WORKER:info/admin) was pablogsal
.
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Aug. 9, 2024
by buildbot@python.org Aug. 9, 2024
Aug. 9, 2024
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/1044
Buildbot URL: https://buildbot.python.org/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown>
Blamelist: Sergey B Kirpichev <skirpichev(a)gmail.com>
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/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/test/test_socketserver.py", line 222, in test_UnixDatagramServer
self.run_server(socketserver.UnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/test/test_socketserver.py", line 133, in run_server
testfunc(svrcls.address_family, addr)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/test/test_socketserver.py", line 160, in dgram_examine
buf = data = receive(s, 100)
~~~~~~~^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/test/test_socketserver.py", line 43, in receive
raise RuntimeError("timed out on %r" % (sock,))
RuntimeError: timed out on <socket.socket fd=34, family=1, type=2, proto=0, laddr=./test_python_7aihzq4p.sock>
Traceback (most recent call last):
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/threading.py", line 992, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 240, in serve_forever
self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock
self.process_request(request, client_address)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 349, in process_request
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 763, in __init__
self.finish()
~~~~~~~~~~~^^
File "/Users/buildbot/Library/Developer/XCTestDevices/308B4A23-E523-4924-9000-9F41F1B67884/data/Containers/Bundle/Application/3D26E792-C5B1-443D-B867-3B732664079A/iOSTestbed.app/python/lib/python3.14/socketserver.py", line 858, in finish
self.socket.sendto(self.wfile.getvalue(), self.client_address)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionResetError: [Errno 54] Connection reset by peer
ERROR
Test report
===========
Failed tests:
- test_socketserver
Failed subtests:
- test_UnixDatagramServer - test.test_socketserver.SocketServerTest.test_UnixDatagramServer
Sincerely,
-The Buildbot
1
0
The Buildbot worker named ware-alpine went away.
It last disconnected at Fri Aug 9 08:18:40 2024.
The admin on record (as reported by WORKER:info/admin) was Zachary Ware <zachary.ware+bb(a)gmail.com>
.
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org Aug. 8, 2024
by buildbot@python.org Aug. 8, 2024
Aug. 8, 2024
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1463/builds/309
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 249, in transient_internet
yield
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 364, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 489, in open
response = self._open(req, data)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 466, in _call_chain
result = func(*args)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 1558, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 421 Timeout.>
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 342, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
...<2 lines>...
self.assertIsNone(u.fp.fp.raw._sock.gettimeout())
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 162, in __exit__
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 264, in transient_internet
filter_error(err)
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 237, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_temp' is not iterable
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 261, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 489, in open
response = self._open(req, data)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 466, in _call_chain
result = func(*args)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 1548, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 2414, in retrfile
self.ftp.voidcmd(cmd)
~~~~~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 285, in voidcmd
self.putcmd(cmd)
~~~~~~~~~~~^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 207, in putcmd
self.putline(line)
~~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 202, in putline
self.sock.sendall(line.encode(self.encoding))
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'sendall'
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 1548, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 2443, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
~~~~~~~~~~~~~^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
~~~~~~~~~~~~^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 281, in sendcmd
return self.getresp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\ftplib.py", line 252, in getresp
raise error_temp(resp)
ftplib.error_temp: 421 Timeout.
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 361, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
...<6 lines>...
self.assertIsNone(u.fp.fp.raw._sock.gettimeout())
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 162, in __exit__
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 264, in transient_internet
filter_error(err)
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 237, in filter_error
(("ConnectionRefusedError" in err.reason) or
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'error_temp' is not iterable
Traceback (most recent call last):
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\socket_helper.py", line 249, in transient_internet
yield
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 343, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 489, in open
response = self._open(req, data)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 466, in _call_chain
result = func(*args)
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 1558, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 421 Timeout.>
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest.test_ftp_no_timeout
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
- test_ftp - test.test_urllib2net.OtherNetworkTests.test_ftp
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (31302f5fc24eecd693f0c8aaba7c2840b09b594d)
by buildbot@python.org Aug. 8, 2024
by buildbot@python.org Aug. 8, 2024
Aug. 8, 2024
The Buildbot has detected a new failure on builder s390x Fedora Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/677/builds/1198
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_signal: 31 min 45 sec
- test_pydoc: 30 min 13 sec
- test_concurrent_futures: 14 min 11 sec
- test_multiprocessing_spawn: 10 min 6 sec
- test_asyncio: 10 min 4 sec
- test_multiprocessing_forkserver: 8 min 31 sec
- test_multiprocessing_fork: 6 min 29 sec
- test_peg_generator: 4 min 4 sec
- test_socket: 3 min 49 sec
- test_io: 3 min 22 sec
1 test failed:
test_urllib2net
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_readline test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_urllib2net
Total duration: 45 min 40 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp
self.cache[key] = ftpwrapper(user, passwd, host, port,
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_b3854749'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_b107495a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_7f4fd5d5'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9f581544'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_c9f995c2'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f68a7422'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 263, in _test_urls
with socket_helper.transient_internet(url):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 354, in test_ftp_default_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 369, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 377, in test_ftp_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp
return ftpwrapper(user, passwd, host, port, dirs, timeout,
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/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/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 378, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 357, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 265, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_b37fbad9'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8aad5e49'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_7879b6d7'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9586c829'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_d5843f6b'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_1300e610'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 366, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 347, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f8f7906c'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_fb1e937a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f367f067'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_54a0cac2'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9444d101'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_32897a12'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2net.py", line 346, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_basic - test.test_urllib2net.TimeoutTest
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest
- test_ftp - test.test_urllib2net.OtherNetworkTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/630/builds/989
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_signal: 31 min 44 sec
- test_pydoc: 30 min 13 sec
- test_concurrent_futures: 13 min 58 sec
- test_asyncio: 10 min 42 sec
- test_multiprocessing_spawn: 9 min 27 sec
- test_multiprocessing_forkserver: 7 min 49 sec
- test_multiprocessing_fork: 6 min 38 sec
- test_peg_generator: 3 min 55 sec
- test_socket: 3 min 48 sec
- test_io: 3 min 33 sec
1 test failed:
test_urllib2net
14 tests skipped:
test_devpoll test_gdb 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
1 re-run test:
test_urllib2net
Total duration: 46 min 22 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 347, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 263, in _test_urls
with socket_helper.transient_internet(url):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_20d75092'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_465a2412'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5ba5a54a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5763da88'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_ce9ad2c6'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_260636ae'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 377, in test_ftp_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 265, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 369, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 354, in test_ftp_default_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 378, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp
return ftpwrapper(user, passwd, host, port, dirs, timeout,
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/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/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 357, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_24416a4a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8e52d9f6'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_16548b6a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_a04ddd23'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_198991e1'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_20e380b5'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 366, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_a72379ee'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_3c908a5d'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_fd7983e2'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_b5973b22'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_4a030ee5'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_935faec9'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_urllib2net.py", line 346, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp
self.cache[key] = ftpwrapper(user, passwd, host, port,
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/dje/cpython-buildarea/3.10.edelsohn-fedora-rawhide-z.refleak/build/Lib/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: cannot change directory:/nonexistent
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_basic - test.test_urllib2net.TimeoutTest
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest
- test_ftp - test.test_urllib2net.OtherNetworkTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/693/builds/1201
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_signal: 31 min 44 sec
- test_pydoc: 30 min 17 sec
- test_asyncio: 29 min 58 sec
- test_concurrent_futures: 14 min 31 sec
- test_multiprocessing_spawn: 11 min 33 sec
- test_multiprocessing_forkserver: 8 min 10 sec
- test_multiprocessing_fork: 7 min 4 sec
- test_gdb: 4 min 31 sec
- test_lib2to3: 4 min 13 sec
- test_peg_generator: 3 min 55 sec
1 test failed:
test_urllib2net
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
1 re-run test:
test_urllib2net
Total duration: 42 min 21 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 265, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp
return ftpwrapper(user, passwd, host, port, dirs, timeout,
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 357, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8bac13eb'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_60490a8e'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_fcfab6d3'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_138761d5'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_cc1227a4'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_3b119bfe'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 263, in _test_urls
with socket_helper.transient_internet(url):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 377, in test_ftp_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_360d925d'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_c2746280'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_c8d6ac0c'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_6efd4673'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_d5f1a345'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_28078a9e'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_45580691'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_075a9e8b'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_03c033e5'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_56f01cb6'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_1ef8b051'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9a73d7f0'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1609, in connect_ftp
self.cache[key] = ftpwrapper(user, passwd, host, port,
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/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.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 347, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 346, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 369, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 366, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 354, in test_ftp_default_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 378, in test_ftp_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_basic - test.test_urllib2net.TimeoutTest
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest
- test_ftp - test.test_urllib2net.OtherNetworkTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/673/builds/1200
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
412 tests OK.
10 slowest tests:
- test_signal: 31 min 44 sec
- test_pydoc: 30 min 17 sec
- test_asyncio: 28 min 55 sec
- test_concurrent_futures: 14 min 52 sec
- test_multiprocessing_spawn: 11 min 30 sec
- test_multiprocessing_forkserver: 8 min 16 sec
- test_multiprocessing_fork: 7 min 12 sec
- test_lib2to3: 5 min 8 sec
- test_gdb: 5 min 7 sec
- test_peg_generator: 3 min 57 sec
1 test failed:
test_urllib2net
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_urllib2net
Total duration: 37 min 20 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 346, in test_ftp_basic
with socket_helper.transient_internet(self.FTP_HOST, timeout=None):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 357, in test_ftp_default_timeout
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 1565, in ftp_open
fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 1585, in connect_ftp
return ftpwrapper(user, passwd, host, port, dirs, timeout,
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 2406, in __init__
self.init()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 2416, in init
self.ftp.login(self.user, self.passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/ftplib.py", line 414, in login
resp = self.sendcmd('PASS ' + passwd)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5a69ea65'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_dbcbd5b8'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_ffb25e91'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f634f538'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5d7b043c'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_ee505f44'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 369, in test_ftp_no_timeout
u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 366, in test_ftp_no_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 245, in transient_internet
yield
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 347, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 29, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 25, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 21, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/urllib/request.py", line 1582, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error 500 OOPS: cannot change directory:/nonexistent>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_3be86495'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_241900cd'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_8e81e786'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_0fc04bee'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_5659a8d2'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_4b401ae5'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.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.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_b93efba2'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_0bab89e2'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_ce333a39'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f7c40ce9'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_a18c89f1'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_551a1cc1'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_urllib2net.py", line 354, in test_ftp_default_timeout
with socket_helper.transient_internet(self.FTP_HOST):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 264, in transient_internet
filter_error(err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64.refleak/build/Lib/test/support/socket_helper.py", line 233, in filter_error
(("ConnectionRefusedError" in err.reason) or
TypeError: argument of type 'error_perm' is not iterable
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_no_timeout - test.test_urllib2net.TimeoutTest
- test_ftp_basic - test.test_urllib2net.TimeoutTest
- test_ftp_default_timeout - test.test_urllib2net.TimeoutTest
Sincerely,
-The Buildbot
1
0