Buildbot failure in Python on PPC64LE Fedora Rawhide LTO 3.x

The Buildbot has detected a failed build on builder PPC64LE Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/351/builds/217
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Furkan Önder <furkantahaonder@gmail.com>, Miro Hrončok <miro@hroncok.cz>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
406 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 1 min 38 sec
- test_gdb: 1 min 30 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_nntplib: 1 min 2 sec
- test_tokenize: 53.8 sec
- test_asyncio: 51.4 sec
- test_signal: 47.2 sec
- test_io: 39.3 sec
1 test altered the execution environment: test_multiprocessing_spawn
13 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 3 min 37 sec
Captured traceback
remote: Enumerating objects: 8, done.
remote: Counting objects: 12% (1/8)
remote: Counting objects: 25% (2/8)
remote: Counting objects: 37% (3/8)
remote: Counting objects: 50% (4/8)
remote: Counting objects: 62% (5/8)
remote: Counting objects: 75% (6/8)
remote: Counting objects: 87% (7/8)
remote: Counting objects: 100% (8/8)
remote: Counting objects: 100% (8/8), 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 10 (delta 3), reused 4 (delta 3), pack-reused 2
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
Objects/longobject.c: In function ‘_PyLong_Frexp’:
Objects/longobject.c:2927:33: warning: ‘x_digits[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2927 | x_digits[0] |= 1;
| ^~
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5614:25,
inlined from ‘assemble’ at Python/compile.c:5953:18:
Python/compile.c:5568:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5568 | *lnotab++ = k;
| ~~~~~~~~~~^~~
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:602:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
602 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Python/compile.c: In function ‘compiler_comprehension’:
Python/compile.c:859:27: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
859 | (c)->u->u_lineno = (x)->lineno;
| ~~~^~~~~~~~
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:602:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
602 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:602:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
602 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5614:0,
inlined from ‘assemble’ at Python/compile.c:5953:0:
Python/compile.c:5568: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5568 | *lnotab++ = k;
|
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5614:0,
inlined from ‘assemble’ at Python/compile.c:5953:0:
Python/compile.c:5568: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5568 | *lnotab++ = k;
|
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_datetimemodule.c: In function ‘PyInit__datetime’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_datetimemodule.c:6378:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
6378 | PyInit__datetime(void)
| ^~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_datetimemodule.c: In function ‘PyInit__datetime’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_datetimemodule.c:6378:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
6378 | PyInit__datetime(void)
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_testcapimodule.c:6810:15: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
6810 | PyObject *res;
| ^~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha256module.c: In function ‘SHA256Type_copy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha256module.c:78:22: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
78 | dest->local = src->local;
| ~~~^~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/socketmodule.c: In function ‘sock_sendmsg’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/socketmodule.c:4410:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
4410 | sock_sendmsg(PySocketSockObject *s, PyObject *args)
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha512module.c: In function ‘SHA512Type_copy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha512module.c:87:22: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
87 | dest->local = src->local;
| ~~~^~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha256module.c: In function ‘SHA256Type_copy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha256module.c:78:22: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
78 | dest->local = src->local;
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha512module.c: In function ‘SHA512Type_copy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/sha512module.c:87:22: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
87 | dest->local = src->local;
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/socketmodule.c: In function ‘sock_sendmsg’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/socketmodule.c:4410:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
4410 | sock_sendmsg(PySocketSockObject *s, PyObject *args)
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/expat/xmlparse.c: In function ‘build_node.isra.0’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/expat/xmlparse.c:6803:39: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
6803 | dest->type = dtd->scaffold[src_node].type;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_ctypes/_ctypes.c: In function ‘PyCSimpleType_new’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_ctypes/_ctypes.c:2133:21: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
2133 | stgdict->length = 0;
| ~~~~~~~~~~~~~~~~^~~
In file included from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/pyexpat.c:72:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/clinic/pyexpat.c.h: In function ‘pyexpat_ParserCreate’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/clinic/pyexpat.c.h:297:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
297 | pyexpat_ParserCreate(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_ctypes/_ctypes.c: In function ‘PyCSimpleType_new’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_ctypes/_ctypes.c:2133:21: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
2133 | stgdict->length = 0;
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/expat/xmlparse.c: In function ‘build_node.isra’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/expat/xmlparse.c:6803:39: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
6803 | dest->type = dtd->scaffold[src_node].type;
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qcopy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_decimal/libmpdec/mpdecimal.c:1934:17: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1934 | result->len = a->len;
| ~~~~~~~~~~~~^~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_decimal/libmpdec/mpdecimal.c: In function ‘mpd_qcopy’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Modules/_decimal/libmpdec/mpdecimal.c:1934:17: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
1934 | result->len = a->len;
| ^
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_devpoll skipped -- test works only on Solaris OS family test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' stty: 'standard input': Inappropriate ioctl for device test_kqueue skipped -- test works only on BSD test_ioctl skipped -- Unable to open /dev/tty test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 6.370s
OK (skipped=2) test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_winsound skipped -- No module named 'winsound' test_winreg skipped -- No module named 'winreg' test_winconsoleio skipped -- test only relevant on win32 test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_msilib skipped -- No module named '_msi' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/os.py'> has no attribute 'startfile' test__all__ (test.test_multiprocessing_spawn.MiscTestCase) ... ok test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) ... ok test_closefd (test.test_multiprocessing_spawn.TestCloseFds) ... ok test_flags (test.test_multiprocessing_spawn.TestFlags) ... ok test_lock (test.test_multiprocessing_spawn.TestForkAwareThreadLock) ... ok test_ignore (test.test_multiprocessing_spawn.TestIgnoreEINTR) ... ok test_ignore_listener (test.test_multiprocessing_spawn.TestIgnoreEINTR) ... ok test_manager_initializer (test.test_multiprocessing_spawn.TestInitializers) ... ok test_pool_initializer (test.test_multiprocessing_spawn.TestInitializers) ... ok test_invalid_family (test.test_multiprocessing_spawn.TestInvalidFamily) ... ok test_invalid_family_win32 (test.test_multiprocessing_spawn.TestInvalidFamily) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_spawn.TestInvalidHandle) ... ok test_noforkbomb (test.test_multiprocessing_spawn.TestNoForkBomb) ... ok test_release_unused_processes (test.test_multiprocessing_spawn.TestPoolNotLeakOnFailure) ... ok test_resource_tracker (test.test_multiprocessing_spawn.TestResourceTracker) ... ok test_resource_tracker_reused (test.test_multiprocessing_spawn.TestResourceTracker) ... ok test_resource_tracker_sigint (test.test_multiprocessing_spawn.TestResourceTracker) ... ok test_resource_tracker_sigkill (test.test_multiprocessing_spawn.TestResourceTracker) ... ok test_resource_tracker_sigterm (test.test_multiprocessing_spawn.TestResourceTracker) ... ok test_empty (test.test_multiprocessing_spawn.TestSimpleQueue) ... ok test_context (test.test_multiprocessing_spawn.TestStartMethod) ... ok test_get_all (test.test_multiprocessing_spawn.TestStartMethod) ... ok test_preload_resources (test.test_multiprocessing_spawn.TestStartMethod) ... skipped "test only relevant for 'forkserver' method" test_set_get (test.test_multiprocessing_spawn.TestStartMethod) ... ok test_flushing (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) ... ok test_pool_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) ... ok test_queue_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) ... ok test_array (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_barrier (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_condition (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_dict (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_event (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_joinable_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_list (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_lock (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_namespace (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_pool (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_rlock (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_value (test.test_multiprocessing_spawn.TestSyncManagerTypes) ... ok test_timeout (test.test_multiprocessing_spawn.TestTimeouts) ... ok test_neg_timeout (test.test_multiprocessing_spawn.TestWait) ... ok test_wait (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_integer (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_slow (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_socket (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_socket_slow (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_timeout (test.test_multiprocessing_spawn.TestWait) ... ok test_abort (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithManagerTestBarrier) ... ok test_thousand (test.test_multiprocessing_spawn.WithManagerTestBarrier) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithManagerTestBarrier) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_notify_all (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_notify_n (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_wait_result (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_waitfor (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) ... ok test_dict (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_dict_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_dict_proxy_nested (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_list (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_list_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_list_proxy_in_list (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_namespace (test.test_multiprocessing_spawn.WithManagerTestContainers) ... ok test_event (test.test_multiprocessing_spawn.WithManagerTestEvent) ... ok test_lock (test.test_multiprocessing_spawn.WithManagerTestLock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithManagerTestLock) ... ok test_rlock (test.test_multiprocessing_spawn.WithManagerTestLock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithManagerTestManagerRestart) ... ok test_mymanager (test.test_multiprocessing_spawn.WithManagerTestMyManager) ... ok test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_spawn.WithManagerTestMyManager) ... ok test_apply (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_async (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_context (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_enter (test.test_multiprocessing_spawn.WithManagerTestPool) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map_async (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_release_task_refs (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithManagerTestPool) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_terminate (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_traceback (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithManagerTestPool) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_fork (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_get (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_put (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_qsize (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithManagerTestQueue) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithManagerTestQueue) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue) ... ok test_remote (test.test_multiprocessing_spawn.WithManagerTestRemoteManager) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestSemaphore) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_spawn.WithProcessesTestArray) ... ok test_array_from_size (test.test_multiprocessing_spawn.WithProcessesTestArray) ... ok test_getobj_getlock_obj (test.test_multiprocessing_spawn.WithProcessesTestArray) ... ok test_rawarray (test.test_multiprocessing_spawn.WithProcessesTestArray) ... ok test_abort (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithProcessesTestBarrier) ... ok test_thousand (test.test_multiprocessing_spawn.WithProcessesTestBarrier) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithProcessesTestBarrier) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_notify_all (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_notify_n (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_wait_result (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_waitfor (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) ... ok test_connection (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_duplex_false (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_large_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_missing_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_sendbytes (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_spawn_close (test.test_multiprocessing_spawn.WithProcessesTestConnection) ... ok test_event (test.test_multiprocessing_spawn.WithProcessesTestEvent) ... ok test_finalize (test.test_multiprocessing_spawn.WithProcessesTestFinalize) ... ok test_thread_safety (test.test_multiprocessing_spawn.WithProcessesTestFinalize) ... ok test_free_from_gc (test.test_multiprocessing_spawn.WithProcessesTestHeap) ... ok test_heap (test.test_multiprocessing_spawn.WithProcessesTestHeap) ... ok test_abstract_socket (test.test_multiprocessing_spawn.WithProcessesTestListener) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestListener) ... ok test_multiple_bind (test.test_multiprocessing_spawn.WithProcessesTestListener) ... ok test_issue14725 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) ... ok test_issue16955 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) ... ok test_listener_client (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) ... ok test_lock (test.test_multiprocessing_spawn.WithProcessesTestLock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithProcessesTestLock) ... ok test_rlock (test.test_multiprocessing_spawn.WithProcessesTestLock) ... ok test_enable_logging (test.test_multiprocessing_spawn.WithProcessesTestLogging) ... ok test_level (test.test_multiprocessing_spawn.WithProcessesTestLogging) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithProcessesTestManagerRestart) ... ok test_access (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) ... ok test_pickling (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) ... ok test_boundaries (test.test_multiprocessing_spawn.WithProcessesTestPoll) ... ok test_dont_merge (test.test_multiprocessing_spawn.WithProcessesTestPoll) ... ok test_empty_string (test.test_multiprocessing_spawn.WithProcessesTestPoll) ... ok test_strings (test.test_multiprocessing_spawn.WithProcessesTestPoll) ... ok test_poll_eintr (test.test_multiprocessing_spawn.WithProcessesTestPollEintr) ... ok test_apply (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_async (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_enter (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_imap (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_imap_unordered (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_make_pool (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_async (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_release_task_refs (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_starmap (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_terminate (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_traceback (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) ... ok test_async_error_callback (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) ... ok test_unpickleable_result (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) ... ok test_pool_worker_lifetime (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) ... ok test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) ... ok test_active_children (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_child_fd_inflation (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_close (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_cpu_count (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_current (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_daemon_argument (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... skipped 'test not appropriate for spawn' test_forkserver_sigkill (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... skipped 'test not appropriate for spawn' test_kill (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_lose_target_ref (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_many_processes (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_parent_process (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_parent_process_attributes (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_process (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_recursion (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_sentinel (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_terminate (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_wait_for_threads (test.test_multiprocessing_spawn.WithProcessesTestProcess) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_fork (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_get (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_put (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_qsize (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_task_done (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) ... ok test_copy (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) ... ok test_sharedctypes (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) ... ok test_synchronize (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) ... ok test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_across_processes (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) ... ok test_stderr_flush (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) ... ok test_subclassing (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) ... ok test_sys_exit (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) ... ok test_getobj_getlock (test.test_multiprocessing_spawn.WithProcessesTestValue) ... ok test_rawvalue (test.test_multiprocessing_spawn.WithProcessesTestValue) ... ok test_value (test.test_multiprocessing_spawn.WithProcessesTestValue) ... ok test_abort (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithThreadsTestBarrier) ... ok test_thousand (test.test_multiprocessing_spawn.WithThreadsTestBarrier) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithThreadsTestBarrier) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_notify_all (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_notify_n (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_wait_result (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_waitfor (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) ... ok test_connection (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... ok test_context (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... ok test_duplex_false (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... ok test_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_missing_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... skipped 'only makes sense with processes' test_sendbytes (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_spawn.WithThreadsTestConnection) ... ok test_event (test.test_multiprocessing_spawn.WithThreadsTestEvent) ... ok test_issue14725 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) ... ok test_issue16955 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) ... ok test_listener_client (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) ... ok test_lock (test.test_multiprocessing_spawn.WithThreadsTestLock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithThreadsTestLock) ... ok test_rlock (test.test_multiprocessing_spawn.WithThreadsTestLock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithThreadsTestManagerRestart) ... ok test_boundaries (test.test_multiprocessing_spawn.WithThreadsTestPoll) ... ok test_dont_merge (test.test_multiprocessing_spawn.WithThreadsTestPoll) ... ok test_empty_string (test.test_multiprocessing_spawn.WithThreadsTestPoll) ... ok test_strings (test.test_multiprocessing_spawn.WithThreadsTestPoll) ... ok test_apply (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_async (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_context (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_enter (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_imap (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_imap_unordered (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_make_pool (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_async (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithThreadsTestPool) ... skipped 'test not appropriate for threads' test_release_task_refs (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_starmap (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_terminate (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_traceback (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) ... ok test_active_children (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_child_fd_inflation (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_close (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_cpu_count (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_current (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_forkserver_sigkill (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_kill (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_lose_target_ref (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_many_processes (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_parent_process (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_parent_process_attributes (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_recursion (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... ok test_sentinel (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_wait_for_threads (test.test_multiprocessing_spawn.WithThreadsTestProcess) ... skipped 'test not appropriate for threads' test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_fork (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_get (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_put (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_qsize (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... skipped 'test not appropriate for threads' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... skipped 'test not appropriate for threads' test_task_done (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestQueue) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) ... ok 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) ... ok
Ran 356 tests in 98.227s
OK (skipped=35) make: *** [Makefile:1173: buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org