buildbot failure in Python on AMD64 Windows8.1 Refleaks 3.5
The Buildbot has detected a new failure on builder AMD64 Windows8.1 Refleaks 3.5 while building Python. Full details are available at: http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.5/...
Buildbot URL: http://buildbot.python.org/all/
Buildslave for this Build: ware-win81-release
Build Reason: The Nightly scheduler named '3.5-daily' triggered this build Build Source Stamp: [branch 3.5] HEAD Blamelist:
BUILD FAILED: failed test
Sincerely, -The Buildbot
Python 3.5 is entering security fixes only stage, so slowly I will stop reporting 3.5 buildbot failures since we will not be able to fix failing tests anymore.
test_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) ... skipped 'test not appropriate for threads' test_import (test.test_multiprocessing_spawn._TestImportStar) ... Dangling processes: {<SpawnProcess(SyncManager-812, stopped)>} Warning -- multiprocessing.process._dangling was modified by test_multiprocessing_spawn Before: <_weakrefset.WeakSet object at 0x000000B1A67DD6D8> After: <_weakrefset.WeakSet object at 0x000000B1A67DD5A0> test test_multiprocessing_spawn failed ok
====================================================================== ERROR: tearDownClass (test.test_multiprocessing_spawn.WithManagerTestQueue)
Traceback (most recent call last): File "D:\buildarea\3.5.ware-win81-release.refleak\build\lib\test\_test_multiprocessing.py", line 4086, in tearDownClass cls.manager.shutdown() File "D:\buildarea\3.5.ware-win81-release.refleak\build\lib\multiprocessing\util.py", line 186, in __call__ res = self._callback(*self._args, **self._kwargs) File "D:\buildarea\3.5.ware-win81-release.refleak\build\lib\multiprocessing\managers.py", line 586, in _finalize_manager process.terminate() File "D:\buildarea\3.5.ware-win81-release.refleak\build\lib\multiprocessing\process.py", line 116, in terminate self._popen.terminate() File "D:\buildarea\3.5.ware-win81-release.refleak\build\lib\multiprocessing\popen_spawn_win32.py", line 96, in terminate _winapi.TerminateProcess(int(self._handle), TERMINATE) PermissionError: [WinError 5] Access is denied
Ran 279 tests in 346.092s
FAILED (errors=1, skipped=26)
1 test failed again: test_multiprocessing_spawn
2017-08-02 7:45 GMT+02:00 <buildbot@python.org>:
The Buildbot has detected a new failure on builder AMD64 Windows8.1 Refleaks 3.5 while building Python. Full details are available at: http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.5/...
Buildbot URL: http://buildbot.python.org/all/
Buildslave for this Build: ware-win81-release
Build Reason: The Nightly scheduler named '3.5-daily' triggered this build Build Source Stamp: [branch 3.5] HEAD Blamelist:
BUILD FAILED: failed test
Sincerely, -The Buildbot
Buildbot-status mailing list buildbot-status@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
participants (2)
-
buildbot@python.org -
Victor Stinner