[Buildbot-status]Buildbot failure in Python on AMD64 FreeBSD Shared 3.8
The Buildbot has detected a failed build on builder AMD64 FreeBSD Shared 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/374/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
FAIL: test_still_running (test.test__xxsubinterpreters.DestroyTests) FAIL: test_already_running (test.test__xxsubinterpreters.RunStringTests)
=> https://bugs.python.org/issue37224
test_idle_thread_reuse (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 1.05s Warning -- threading_cleanup() failed to cleanup 2 threads (count: 2, dangling: 3) test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 3.80s Warning -- threading_cleanup() failed to cleanup -2 threads (count: 0, dangling: 1)
FAIL: test_idle_thread_reuse (test.test_concurrent_futures.ThreadPoolExecutorTest)
Traceback (most recent call last): File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/test/test_concurrent_futures.py", line 782, in test_idle_thread_reuse self.assertEqual(len(executor._threads), 1) AssertionError: 2 != 1
=> *NEW* https://bugs.python.org/issue38578
ERROR: test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL)
I didn't report this issue, it looks like a network issue.
This test failed once, but passed when run again:
ERROR: test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL)
Traceback (most recent call last): File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/test/support/__init__.py", line 2258, in decorator return func(*args) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/test/test_imaplib.py", line 870, in test_with_statement with self.imap_class(*server.server_address) as imap: File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1297, in __init__ IMAP4.__init__(self, host, port) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 201, in __init__ self._connect() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 251, in _connect self._get_capabilities() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1035, in _get_capabilities typ, dat = self.capability() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 445, in capability typ, dat = self._simple_command(name) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1205, in _simple_command return self._command_complete(name, self._command(name, *args)) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1022, in _command_complete typ, data = self._get_tagged_response(tag, expect_bye=logout) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1148, in _get_tagged_response self._get_response() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1050, in _get_response resp = self._get_line() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 1158, in _get_line line = self.readline() File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/imaplib.py", line 314, in readline line = self.file.readline(_MAXLINE + 1) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/socket.py", line 669, in readinto return self._sock.recv_into(b) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/ssl.py", line 1241, in recv_into return self.read(nbytes, buffer) File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/ssl.py", line 1099, in read return self._sslobj.read(len, buffer) ConnectionResetError: [Errno 54] Connection reset by peer
1:14:49 load avg: 9.64 Re-running failed tests in verbose mode 1:14:49 load avg: 9.64 Re-running test__xxsubinterpreters in verbose mode FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests) 1:15:08 load avg: 9.24 Re-running test_concurrent_futures in verbose mode
FAIL: test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest)
Traceback (most recent call last): File "/usr/home/buildbot/python/3.8.koobs-freebsd-564d/build/Lib/test/test_concurrent_futures.py", line 745, in test_free_reference self.assertIsNone(wr()) AssertionError: <test.test_concurrent_futures.MyObject object at 0x8031cc780> is not None
1:20:38 load avg: 9.68 Re-running test_imaplib in verbose mode
Le mer. 23 oct. 2019 à 20:35, <buildbot@python.org> a écrit :
The Buildbot has detected a failed build on builder AMD64 FreeBSD Shared 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/374/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
buildbot@python.org
-
Victor Stinner