Buildbot-status
Threads by month
- ----- 2024 -----
- 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
December 2022
- 2 participants
- 151 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 31 Dec '22
by buildbot@python.org 31 Dec '22
31 Dec '22
The Buildbot has detected a new failure on builder PPC64LE CentOS9 LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/885/builds/2258
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist: Paolo Lammens <lammenspaolo(a)gmail.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, mathieui <mathieui(a)users.noreply.github.com>, tqxia <44689929+tqxia(a)users.noreply.github.com>, Éric <earaujo(a)caravan.coop>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
413 tests OK.
10 slowest tests:
- test_nntplib: 5 min 39 sec
- test_concurrent_futures: 2 min 22 sec
- test_multiprocessing_spawn: 1 min 43 sec
- test_asyncio: 1 min 20 sec
- test_hashlib: 1 min 19 sec
- test_multiprocessing_forkserver: 1 min 12 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_tokenize: 1 min
- test_signal: 47.7 sec
- test_io: 43.4 sec
1 test failed:
test_nntplib
19 tests skipped:
test_check_c_globals test_devpoll test_gdb test_ioctl test_kqueue
test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
1 re-run test:
test_nntplib
Total duration: 9 min 40 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 105, in test_group
result = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 74, in test_newgroups
resp, groups = self.server.newgroups(dt)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 609, in newgroups
resp, lines = self._longcmdstring(cmd, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 286, in test_with_statement
server = self.NNTP_CLASS(self.NNTP_HOST, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 341, in __init__
self._base_init(readermode)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 359, in _base_init
self.getcapabilities()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 421, in getcapabilities
resp, caps = self.capabilities()
^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 590, in capabilities
resp, lines = self._longcmdstring("CAPABILITIES")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 469, in _getline
if not line: raise EOFError
^^^^^^^^^^^^^^
EOFError
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 47, in test_help
resp, lines = self.server.help()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 717, in help
return self._longcmdstring('HELP', file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 59, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 933, in quit
resp = self._shortcmd('QUIT')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 164, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 766, in assertRaises
return context.handle('assertRaises', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 960, in login
resp = self._shortcmd('authinfo user ' + user)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_nntplib.py", line 53, in test_list
resp, groups = self.server.list()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests.test_unknown_command
- test_zlogin - test.test_nntplib.NetworkedNNTPTests.test_zlogin
- test_with_statement - test.test_nntplib.NetworkedNNTPTests.test_with_statement
- test_xhdr - test.test_nntplib.NetworkedNNTPTests.test_xhdr
- test_list - test.test_nntplib.NetworkedNNTPTests.test_list
- test_zzquit - test.test_nntplib.NetworkedNNTPTests.test_zzquit
- test_newgroups - test.test_nntplib.NetworkedNNTPTests.test_newgroups
- test_list_active - test.test_nntplib.NetworkedNNTPTests.test_list_active
- test_xover - test.test_nntplib.NetworkedNNTPTests.test_xover
- test_group - test.test_nntplib.NetworkedNNTPTests.test_group
- test_help - test.test_nntplib.NetworkedNNTPTests.test_help
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/852/builds/1969
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist: Paolo Lammens <lammenspaolo(a)gmail.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, tqxia <44689929+tqxia(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_gdb: 7 min 2 sec
- test_multiprocessing_spawn: 4 min
- test_tokenize: 3 min 18 sec
- test_concurrent_futures: 3 min 8 sec
- test_nntplib: 2 min 43 sec
- test_asyncio: 2 min 29 sec
- test_unparse: 2 min 13 sec
- test_lib2to3: 2 min 12 sec
- test_capi: 2 min 4 sec
- test_multiprocessing_forkserver: 2 min 1 sec
1 test failed:
test_nntplib
18 tests skipped:
test_check_c_globals test_devpoll test_ioctl test_kqueue
test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
1 re-run test:
test_nntplib
Total duration: 10 min 58 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 59, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 74, in test_newgroups
resp, groups = self.server.newgroups(dt)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 609, in newgroups
resp, lines = self._longcmdstring(cmd, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/unittest/case.py", line 766, in assertRaises
return context.handle('assertRaises', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/unittest/case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 960, in login
resp = self._shortcmd('authinfo user ' + user)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 164, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 933, in quit
resp = self._shortcmd('QUIT')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/socket.py", line 704, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests.test_unknown_command
- test_zlogin - test.test_nntplib.NetworkedNNTPTests.test_zlogin
- test_zzquit - test.test_nntplib.NetworkedNNTPTests.test_zzquit
- test_xhdr - test.test_nntplib.NetworkedNNTPTests.test_xhdr
- test_newgroups - test.test_nntplib.NetworkedNNTPTests.test_newgroups
- test_list_active - test.test_nntplib.NetworkedNNTPTests.test_list_active
- test_xover - test.test_nntplib.NetworkedNNTPTests.test_xover
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (504aa92b70d3902f373dc5a6ca0b3ddc1ad233d5)
by buildbot@python.org 31 Dec '22
by buildbot@python.org 31 Dec '22
31 Dec '22
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/603/builds/596
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
412 tests OK.
10 slowest tests:
- test_signal: 31 min 29 sec
- test_pydoc: 30 min
- test_asyncio: 27 min 45 sec
- test_multiprocessing_spawn: 19 min 38 sec
- test_concurrent_futures: 18 min 48 sec
- test_gdb: 15 min 26 sec
- test_peg_generator: 12 min 52 sec
- test_pickle: 11 min 6 sec
- test_multiprocessing_forkserver: 10 min 29 sec
- test_multiprocessing_fork: 8 min 57 sec
1 test failed:
test_nntplib
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
3 re-run tests:
test_httplib test_nntplib test_socket
Total duration: 55 min 19 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 286, in test_with_statement
server = self.NNTP_CLASS(self.NNTP_HOST, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 338, in __init__
self._base_init(readermode)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 356, in _base_init
self.getcapabilities()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 418, in getcapabilities
resp, caps = self.capabilities()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 587, in capabilities
resp, lines = self._longcmdstring("CAPABILITIES")
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 466, in _getline
if not line: raise EOFError
EOFError
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_socket.py", line 6575, in test_dual_stack_client_v4
with socket.create_server(("", port), family=socket.AF_INET6,
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 927, in create_server
raise error(err.errno, msg) from None
OSError: [Errno 98] Address already in use (while attempting to bind on address ('', 39033))
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 292, in test_with_statement
server = self.NNTP_CLASS(self.NNTP_HOST, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 338, in __init__
self._base_init(readermode)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 356, in _base_init
self.getcapabilities()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 418, in getcapabilities
resp, caps = self.capabilities()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 587, in capabilities
resp, lines = self._longcmdstring("CAPABILITIES")
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 466, in _getline
if not line: raise EOFError
EOFError
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_httplib.py", line 1552, in testHTTPConnectionSourceAddress
self.conn.connect()
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/http/client.py", line 941, in connect
self.sock = self._create_connection(
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 845, in create_connection
raise err
File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 832, in create_connection
sock.bind(source_address)
OSError: [Errno 98] Address already in use
Test report
===========
Failed tests:
- test_nntplib
- test_socket
- test_httplib
Failed subtests:
- test_with_statement - test.test_nntplib.NetworkedNNTPTests
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (46521826cb1883e29e4640f94089dd92c57efc5b)
by buildbot@python.org 30 Dec '22
by buildbot@python.org 30 Dec '22
30 Dec '22
The 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/all/#builders/867/builds/346
Buildbot URL: https://buildbot.python.org/all/
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 ==
413 tests OK.
10 slowest tests:
- test_asyncio: 34 min 11 sec
- test_signal: 31 min 17 sec
- test_concurrent_futures: 18 min 31 sec
- test_venv: 18 min 18 sec
- test_dbm_ndbm: 16 min 43 sec
- test_multiprocessing_spawn: 15 min 31 sec
- test_largefile: 14 min 59 sec
- test_dbm_gnu: 14 min 5 sec
- test_gdb: 12 min 48 sec
- test_multiprocessing_forkserver: 9 min 15 sec
2 tests altered the execution environment:
test_asyncio test_concurrent_futures
18 tests skipped:
test_check_c_globals test_devpoll test_ioctl test_kqueue
test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64
Total duration: 50 min 27 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=3629163) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
/home/buildbot/buildarea/3.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=3629163) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
/home/buildbot/buildarea/3.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=3629163) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
/home/buildbot/buildarea/3.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=3629163) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
/home/buildbot/buildarea/3.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=3629163) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
/home/buildbot/buildarea/3.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.x.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.x.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
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 30 Dec '22
by buildbot@python.org 30 Dec '22
30 Dec '22
The Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/914/builds/1480
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist: Nikita Sobolev <mail(a)sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
398 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 2 min 11 sec
- test_mmap: 2 min 2 sec
- test_concurrent_futures: 1 min 23 sec
- test_largefile: 1 min 19 sec
- test_io: 1 min 15 sec
- test_asyncio: 1 min 12 sec
- test_socket: 1 min 5 sec
- test_urllib2_localnet: 47.4 sec
- test_tokenize: 43.2 sec
- test_venv: 40.7 sec
1 test failed:
test_int
34 tests skipped:
test_check_c_globals test_clinic test_curses test_dbm_gnu
test_dbm_ndbm test_devpoll test_epoll test_fcntl test_fork1
test_gdb test_grp test_ioctl test_kqueue test_multiprocessing_fork
test_multiprocessing_forkserver test_nis test_openpty
test_ossaudiodev test_peg_generator test_perf_profiler test_pipes
test_poll test_posix test_pty test_pwd test_readline test_resource
test_spwd test_syslog test_threadsignals test_wait3 test_wait4
test_xxtestfuzz test_zipfile64
1 re-run test:
test_int
Total duration: 13 min 35 sec
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\test\test_int.py", line 723, in test_denial_of_service_prevented_str_to_int
self.assertLessEqual(seconds_to_fail_extra_huge, seconds_to_convert/2)
AssertionError: 0.015625 not less than or equal to 0.0078125
Test report
===========
Failed tests:
- test_int
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (e8f61ede93ecbda3b2055a2e1d8c0b43b2049737)
by buildbot@python.org 30 Dec '22
by buildbot@python.org 30 Dec '22
30 Dec '22
The Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/84/builds/609
Buildbot URL: https://buildbot.python.org/all/
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):
===================================================
== Tests result: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
- test_asyncio: 33 min
- test_signal: 31 min 14 sec
- test_pydoc: 30 min 19 sec
- test_multiprocessing_spawn: 23 min 46 sec
- test_concurrent_futures: 19 min 12 sec
- test_multiprocessing_forkserver: 13 min 18 sec
- test_gdb: 12 min 51 sec
- test_peg_generator: 10 min 5 sec
- test_multiprocessing_fork: 9 min 23 sec
- test_pickle: 9 min 4 sec
1 test failed:
test_nntplib
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
2 re-run tests:
test_nntplib test_socket
1 test run no tests:
test_socket
Total duration: 3 hour 51 min
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-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.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 238, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 930, in quit
resp = self._shortcmd('QUIT')
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
- test_socket
Failed subtests:
- test_zzquit - test.test_nntplib.NetworkedNNTPTests
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (2b1cc33db0b413c42393ea3a9b9cdf2c585d804a)
by buildbot@python.org 30 Dec '22
by buildbot@python.org 30 Dec '22
30 Dec '22
The Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/665/builds/595
Buildbot URL: https://buildbot.python.org/all/
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):
===================================================
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_signal: 31 min 22 sec
- test_pydoc: 29 min 48 sec
- test_asyncio: 23 min 41 sec
- test_multiprocessing_spawn: 18 min 8 sec
- test_gdb: 16 min 58 sec
- test_concurrent_futures: 16 min 45 sec
- test_peg_generator: 13 min 42 sec
- test_multiprocessing_forkserver: 11 min 31 sec
- test_pickle: 9 min 27 sec
- test_multiprocessing_fork: 8 min 27 sec
1 test failed:
test_nntplib
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_nntplib
Total duration: 57 min 57 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/unittest/case.py", line 738, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 957, in login
resp = self._shortcmd('authinfo user ' + user)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 930, in quit
resp = self._shortcmd('QUIT')
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_d40e4c81'
.....
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_zlogin - test.test_nntplib.NetworkedNNTPTests
- test_zzquit - test.test_nntplib.NetworkedNNTPTests
- test_xover - test.test_nntplib.NetworkedNNTPTests
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (dd520e7bae18549971b900b6dadc69bfc35d4b3f)
by buildbot@python.org 30 Dec '22
by buildbot@python.org 30 Dec '22
30 Dec '22
The Buildbot has detected a new failure on builder PPC64LE RHEL7 Refleaks 3.11 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/935/builds/238
Buildbot URL: https://buildbot.python.org/all/
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):
===================================================
== Tests result: FAILURE then FAILURE ==
413 tests OK.
10 slowest tests:
- test_signal: 31 min 10 sec
- test_asyncio: 17 min 27 sec
- test_concurrent_futures: 15 min 10 sec
- test_multiprocessing_forkserver: 9 min 40 sec
- test_multiprocessing_fork: 7 min 42 sec
- test_multiprocessing_spawn: 5 min 38 sec
- test_venv: 4 min 3 sec
- test_compileall: 4 min 3 sec
- test_io: 4 min
- test_subprocess: 3 min 57 sec
1 test failed:
test_nntplib
20 tests skipped:
test_devpoll test_gdb test_idle test_ioctl test_kqueue
test_launcher test_msilib test_smtpnet test_ssl test_startfile
test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly
test_turtle test_winconsoleio test_winreg test_winsound
test_zipfile64
2 re-run tests:
test_multiprocessing_spawn test_nntplib
Total duration: 47 min 29 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_cfbbc352'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_def34fb8'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_4d4b66c9'
....
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 47, in test_help
resp, lines = self.server.help()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 717, in help
return self._longcmdstring('HELP', file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/unittest/case.py", line 766, in assertRaises
return context.handle('assertRaises', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/unittest/case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 960, in login
resp = self._shortcmd('authinfo user ' + user)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 105, in test_group
result = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 53, in test_list
resp, groups = self.server.list()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 59, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 164, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 507, in test_kill
exitcode = self._kill_process(multiprocessing.Process.kill)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 485, in _kill_process
self.assertEqual(join(), None)
^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 186, in __call__
return self.func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 149, in join
res = self._popen.wait(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py", line 43, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/popen_fork.py", line 27, in poll
pid, sts = os.waitpid(self.pid, flag)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 481, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-629' pid=18830 parent=25916 started daemon>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 933, in quit
resp = self._shortcmd('QUIT')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-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.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_e593513b'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_bb00649b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 74, in test_newgroups
resp, groups = self.server.newgroups(dt)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 609, in newgroups
resp, lines = self._longcmdstring(cmd, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 96, in test_descriptions
resp, descs = self.server.descriptions(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 681, in descriptions
return self._getdescriptions(group_pattern, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 646, in _getdescriptions
resp, lines = self._longcmdstring('LIST NEWSGROUPS ' + group_pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_f602fce2'
..Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_c8672bef'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_38b99e5a'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_9db89f8d'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-RHEL7-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_19cab011'
.
Test report
===========
Failed tests:
- test_nntplib
- test_multiprocessing_spawn
Failed subtests:
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests.test_unknown_command
- test_descriptions - test.test_nntplib.NetworkedNNTPTests.test_descriptions
- test_zlogin - test.test_nntplib.NetworkedNNTPTests.test_zlogin
- test_zzquit - test.test_nntplib.NetworkedNNTPTests.test_zzquit
- test_xhdr - test.test_nntplib.NetworkedNNTPTests.test_xhdr
- test_list - test.test_nntplib.NetworkedNNTPTests.test_list
- test_list_active - test.test_nntplib.NetworkedNNTPTests.test_list_active
- test_newgroups - test.test_nntplib.NetworkedNNTPTests.test_newgroups
- test_xover - test.test_nntplib.NetworkedNNTPTests.test_xover
- test_group - test.test_nntplib.NetworkedNNTPTests.test_group
- test_help - test.test_nntplib.NetworkedNNTPTests.test_help
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.11 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/973/builds/238
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_signal: 31 min 16 sec
- test_asyncio: 28 min 51 sec
- test_multiprocessing_spawn: 19 min 50 sec
- test_concurrent_futures: 17 min 44 sec
- test_multiprocessing_forkserver: 10 min 15 sec
- test_mailbox: 10 min 8 sec
- test_gdb: 9 min 14 sec
- test_shelve: 8 min 21 sec
- test_multiprocessing_fork: 7 min 44 sec
- test_urllib2net: 7 min
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
3 re-run tests:
test_nntplib test_socket test_threading
Total duration: 50 min 13 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/threading.py", line 995, in _bootstrap
self._bootstrap_inner()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/threading.py", line 1033, 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.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 286, in test_with_statement
server = self.NNTP_CLASS(self.NNTP_HOST, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 341, in __init__
self._base_init(readermode)
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 359, in _base_init
self.getcapabilities()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 421, in getcapabilities
resp, caps = self.capabilities()
^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 590, in capabilities
resp, lines = self._longcmdstring("CAPABILITIES")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 469, in _getline
if not line: raise EOFError
^^^^^^^^^^^^^^
EOFError
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_threading.py", line 818, in test_BoundedSemaphore_limit
self.assertRaises(ValueError, bs.release)
AssertionError: ValueError not raised by release
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_socket.py", line 6658, in test_dual_stack_client_v6
with socket.create_server(("", port), family=socket.AF_INET6,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 934, in create_server
raise error(err.errno, msg) from None
OSError: [Errno 98] Address already in use (while attempting to bind on address ('', 50931))
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_with_statement - test.test_nntplib.NetworkedNNTPTests.test_with_statement
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.11 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/955/builds/238
Buildbot URL: https://buildbot.python.org/all/
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: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_signal: 31 min 18 sec
- test_asyncio: 26 min 30 sec
- test_multiprocessing_spawn: 18 min 30 sec
- test_concurrent_futures: 16 min 46 sec
- test_gdb: 8 min 49 sec
- test_multiprocessing_forkserver: 8 min 46 sec
- test_multiprocessing_fork: 7 min 57 sec
- test_shelve: 6 min 49 sec
- test_compileall: 6 min 36 sec
- test_venv: 5 min 53 sec
1 test failed:
test_nntplib
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher 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_nntplib
Total duration: 38 min 34 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 164, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 105, in test_group
result = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 53, in test_list
resp, groups = self.server.list()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 59, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 640, in list
resp, lines = self._longcmdstring(command, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 693, in group
resp = self._shortcmd('GROUP ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.11.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.11.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.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/unittest/case.py", line 766, in assertRaises
return context.handle('assertRaises', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/unittest/case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 960, in login
resp = self._shortcmd('authinfo user ' + user)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 96, in test_descriptions
resp, descs = self.server.descriptions(self.GROUP_PAT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 681, in descriptions
return self._getdescriptions(group_pattern, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 646, in _getdescriptions
resp, lines = self._longcmdstring('LIST NEWSGROUPS ' + group_pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 74, in test_newgroups
resp, groups = self.server.newgroups(dt)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 609, in newgroups
resp, lines = self._longcmdstring(cmd, file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_28ffaea0'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_d7037b0a'
......
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 933, in quit
resp = self._shortcmd('QUIT')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 543, in _shortcmd
return self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 47, in test_help
resp, lines = self.server.help()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 717, in help
return self._longcmdstring('HELP', file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 557, in _longcmdstring
resp, list = self._getlongresp(file)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 508, in _getlongresp
resp = self._getresp()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 481, in _getresp
resp = self._getline()
^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 464, in _getline
line = self.file.readline(_MAXLINE +1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 703, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests.test_unknown_command
- test_descriptions - test.test_nntplib.NetworkedNNTPTests.test_descriptions
- test_zlogin - test.test_nntplib.NetworkedNNTPTests.test_zlogin
- test_zzquit - test.test_nntplib.NetworkedNNTPTests.test_zzquit
- test_xhdr - test.test_nntplib.NetworkedNNTPTests.test_xhdr
- test_list - test.test_nntplib.NetworkedNNTPTests.test_list
- test_list_active - test.test_nntplib.NetworkedNNTPTests.test_list_active
- test_newgroups - test.test_nntplib.NetworkedNNTPTests.test_newgroups
- test_xover - test.test_nntplib.NetworkedNNTPTests.test_xover
- test_group - test.test_nntplib.NetworkedNNTPTests.test_group
- test_help - test.test_nntplib.NetworkedNNTPTests.test_help
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (e8f61ede93ecbda3b2055a2e1d8c0b43b2049737)
by buildbot@python.org 29 Dec '22
by buildbot@python.org 29 Dec '22
29 Dec '22
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/147/builds/613
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
412 tests OK.
10 slowest tests:
- test_signal: 31 min 8 sec
- test_pydoc: 29 min 47 sec
- test_asyncio: 28 min 48 sec
- test_multiprocessing_spawn: 21 min 34 sec
- test_concurrent_futures: 18 min 50 sec
- test_gdb: 13 min 44 sec
- test_multiprocessing_forkserver: 12 min 29 sec
- test_peg_generator: 10 min 27 sec
- test_multiprocessing_fork: 9 min 6 sec
- test_pickle: 9 min 3 sec
1 test failed:
test_nntplib
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_nntplib
Total duration: 59 min 46 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: 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.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 72, in test_newgroups
resp, groups = self.server.newgroups(dt)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 606, in newgroups
resp, lines = self._longcmdstring(cmd, file)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 57, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 637, in list
resp, lines = self._longcmdstring(command, file)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 132, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 64, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 238, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 930, in quit
resp = self._shortcmd('QUIT')
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 162, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 227, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/unittest/case.py", line 739, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 957, in login
resp = self._shortcmd('authinfo user ' + user)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/socket.py", line 701, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_zlogin - test.test_nntplib.NetworkedNNTPTests
- test_xhdr - test.test_nntplib.NetworkedNNTPTests
- test_zzquit - test.test_nntplib.NetworkedNNTPTests
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests
- test_list_active - test.test_nntplib.NetworkedNNTPTests
- test_newgroups - test.test_nntplib.NetworkedNNTPTests
- test_xover - test.test_nntplib.NetworkedNNTPTests
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (4217fafeac87d31ad7eb40ca0ec2bb9309333211)
by buildbot@python.org 29 Dec '22
by buildbot@python.org 29 Dec '22
29 Dec '22
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/915/builds/264
Buildbot URL: https://buildbot.python.org/all/
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
==================
remote: Enumerating objects: 5, done.
remote: Counting objects: 20% (1/5)
remote: Counting objects: 40% (2/5)
remote: Counting objects: 60% (3/5)
remote: Counting objects: 80% (4/5)
remote: Counting objects: 100% (5/5)
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 3 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch 3.10 -> 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 4217fafeac GH-100101: Clarify documentation of zip's strict option (GH-100103)
Switched to and reset branch '3.10'
Could Not Find b:\uildarea\3.10.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.10.ware-win11.refleak\build\PCbuild\python*.zip
WARNING: Disable --verbose3 because it's incompatible with --huntrleaks: see http://bugs.python.org/issue27103
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.<frozen importlib._bootstrap>:671: ImportWarning: TestImporter.exec_module() not found; falling back to load_module()
.
beginning 6 repetitions
123456
Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.10.ware-win11.refleak\build\lib\test\support\__init__.py:1743: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils import ccompiler, sysconfig, spawn, errors
b:\uildarea\3.10.ware-win11.refleak\build\lib\test\support\__init__.py:1743: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
from distutils import ccompiler, sysconfig, spawn, errors
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\command\bdist_dumb.py:12: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
from distutils.sysconfig import get_python_version
b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
b:\uildarea\3.10.ware-win11.refleak\build\Tools\c-analyzer\c_parser\preprocessor\__init__.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
import distutils.ccompiler
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.b:\uildarea\3.10.ware-win11.refleak\build\lib\test\test_asyncio\test_windows_events.py:48: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.10.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
.Timeout (3:15:00)!
Thread 0x00006b50 (most recent call first):
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 320 in wait
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\_test_multiprocessing.py", line 1323 in f
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 953 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 1016 in _bootstrap_inner
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 973 in _bootstrap
Thread 0x00005f4c (most recent call first):
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 1116 in _wait_for_tstate_lock
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\threading.py", line 1096 in join
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\case.py", line 555 in _callCleanup
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\case.py", line 631 in doCleanups
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\case.py", line 596 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\case.py", line 650 in __call__
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 122 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 122 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 122 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\support\testresult.py", line 140 in run
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\support\__init__.py", line 1019 in _run_suite
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\support\__init__.py", line 1144 in run_unittest
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest.py", line 261 in _test_module
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\refleak.py", line 90 in dash_R
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest.py", line 295 in _runtest_inner2
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest.py", line 335 in _runtest_inner
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest.py", line 215 in _runtest
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest.py", line 245 in runtest
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\runtest_mp.py", line 83 in run_tests_worker
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\main.py", line 695 in _main
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\main.py", line 675 in main
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\libregrtest\main.py", line 736 in main
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\regrtest.py", line 43 in _main
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\test\regrtest.py", line 47 in <module>
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\runpy.py", line 86 in _run_code
File "b:\uildarea\3.10.ware-win11.refleak\build\lib\runpy.py", line 196 in _run_module_as_main
beginning 6 repetitions
123456
....
Could Not Find b:\uildarea\3.10.ware-win11.refleak\build\PCbuild\python*.zip
Test report
===========
Failed tests:
- test_multiprocessing_spawn
Sincerely,
-The BuildbotThe 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/all/#builders/857/builds/338
Buildbot URL: https://buildbot.python.org/all/
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: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
- test_asyncio: 31 min 31 sec
- test_signal: 31 min 22 sec
- test_pydoc: 29 min 57 sec
- test_multiprocessing_spawn: 21 min 44 sec
- test_concurrent_futures: 17 min 2 sec
- test_gdb: 11 min 39 sec
- test_multiprocessing_forkserver: 10 min 45 sec
- test_peg_generator: 9 min 59 sec
- test_pickle: 9 min 54 sec
- test_mailbox: 8 min 39 sec
1 test failed:
test_nntplib
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
2 re-run tests:
test_multiprocessing_fork test_nntplib
Total duration: 3 hour 45 min
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 47, in test_help
resp, lines = self.server.help()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 714, in help
return self._longcmdstring('HELP', file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 134, in test_xover
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 53, in test_list
resp, groups = self.server.list()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 637, in list
resp, lines = self._longcmdstring(command, file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 74, in test_newgroups
resp, groups = self.server.newgroups(dt)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 606, in newgroups
resp, lines = self._longcmdstring(cmd, file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 164, in test_xhdr
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
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
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 229, in test_zlogin
self.assertRaises(nntplib.NNTPError, self.server.login,
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/unittest/case.py", line 738, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 957, in login
resp = self._shortcmd('authinfo user ' + user)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 105, in test_group
result = self.server.group(self.GROUP_NAME)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 690, in group
resp = self._shortcmd('GROUP ' + name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 66, in test_unknown_command
self.server._shortcmd("XYZZY")
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 240, in test_zzquit
self.server.quit()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 930, in quit
resp = self._shortcmd('QUIT')
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 540, in _shortcmd
return self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 252, in wrapped
meth(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_nntplib.py", line 59, in test_list_active
resp, groups = self.server.list(self.GROUP_PAT)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 637, in list
resp, lines = self._longcmdstring(command, file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 554, in _longcmdstring
resp, list = self._getlongresp(file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 505, in _getlongresp
resp = self._getresp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 478, in _getresp
resp = self._getline()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/nntplib.py", line 461, in _getline
line = self.file.readline(_MAXLINE +1)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-ppc64le.refleak/build/Lib/socket.py", line 702, in readinto
raise OSError("cannot read from timed out object")
OSError: cannot read from timed out object
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_zlogin - test.test_nntplib.NetworkedNNTPTests
- test_list - test.test_nntplib.NetworkedNNTPTests
- test_xhdr - test.test_nntplib.NetworkedNNTPTests
- test_zzquit - test.test_nntplib.NetworkedNNTPTests
- test_unknown_command - test.test_nntplib.NetworkedNNTPTests
- test_list_active - test.test_nntplib.NetworkedNNTPTests
- test_help - test.test_nntplib.NetworkedNNTPTests
- test_group - test.test_nntplib.NetworkedNNTPTests
- test_newgroups - test.test_nntplib.NetworkedNNTPTests
- test_xover - test.test_nntplib.NetworkedNNTPTests
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (f10f503b24a35a43910a632ee50c7568bedd6664)
by buildbot@python.org 28 Dec '22
by buildbot@python.org 28 Dec '22
28 Dec '22
The 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/all/#builders/920/builds/260
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
397 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 23 min 42 sec
- test_asyncio: 22 min 18 sec
- test_mmap: 11 min 57 sec
- test_concurrent_futures: 10 min 32 sec
- test_compileall: 8 min 46 sec
- test_largefile: 7 min 40 sec
- test_venv: 7 min 15 sec
- test_socket: 6 min 48 sec
- test_io: 6 min 44 sec
- test_pickle: 6 min 24 sec
1 test failed:
test_tkinter
35 tests skipped:
test_check_c_globals test_clinic test_curses test_dbm_gnu
test_dbm_ndbm test_devpoll test_epoll test_fcntl test_fork1
test_gdb test_grp test_ioctl test_kqueue test_multiprocessing_fork
test_multiprocessing_forkserver test_nis test_openpty
test_ossaudiodev test_peg_generator test_perf_profiler test_pipes
test_poll test_posix test_pty test_pwd test_readline test_resource
test_spwd test_syslog test_threadsignals test_wait3 test_wait4
test_xxlimited test_xxtestfuzz test_zipfile64
1 re-run test:
test_tkinter
Total duration: 2 hour 11 min
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\libregrtest\runtest.py", line 360, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\libregrtest\runtest.py", line 315, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\libregrtest\refleak.py", line 89, in dash_R
test_func()
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\libregrtest\runtest.py", line 280, in _test_module
raise Exception("errors while loading tests")
Exception: errors while loading tests
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\unittest\loader.py", line 106, in loadTestsFromModule
return load_tests(self, tests, pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_tkinter\__init__.py", line 18, in load_tests
return support.load_package_tests(os.path.dirname(__file__), *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'test.test_tkinter.support' has no attribute 'load_package_tests'
Test report
===========
Failed tests:
- test_tkinter
Sincerely,
-The Buildbot
1
0