Buildbot failure in Python on PPC64 AIX 3.x
The Buildbot has detected a failed build on builder PPC64 AIX 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/438/builds/607
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-aix-ppc64
Build Reason: <unknown> Blamelist: Andre Delfino <adelfino@gmail.com>, Irit Katriel <iritkatriel@yahoo.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
407 tests OK.
10 slowest tests:
- test_venv: 4 min 23 sec
- test_concurrent_futures: 3 min 43 sec
- test_subprocess: 3 min 20 sec
- test_multiprocessing_spawn: 2 min 45 sec
- test_compileall: 2 min 39 sec
- test_distutils: 2 min 37 sec
- test_tokenize: 2 min 32 sec
- test_unparse: 2 min 23 sec
- test_bufio: 1 min 58 sec
- test_pathlib: 1 min 58 sec
1 test altered the execution environment: test_threading
18 tests skipped: test_devpoll test_epoll test_gdb test_ioctl test_kqueue test_msilib test_ossaudiodev test_spwd test_startfile test_tix test_tk test_ttk_guionly test_unicode_file test_unicode_file_functions test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 10 min 6 sec
Captured traceback
remote: Enumerating objects: 1
remote: Enumerating objects: 21, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 22 (delta 13), reused 13 (delta 12), pack-reused 1
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
In file included from Python/thread.c:80:0: Python/thread_pthread.h: In function 'PyThread_exit_thread': Python/thread_pthread.h:366:1: warning: 'noreturn' function does return } ^ ldd: /lib/libreadline.a: File is an archive. /home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Modules/_posixsubprocess.c: In function 'child_exec': /home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Modules/_posixsubprocess.c:599:43: warning: passing argument 2 of 'setgroups' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] POSIX_CALL(setgroups(groups_size, groups)); ^ /home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Modules/_posixsubprocess.c:70:38: note: in definition of macro 'POSIX_CALL' #define POSIX_CALL(call) do { if ((call) == -1) goto error; } while (0) ^~~~ In file included from ./Include/Python.h:36:0, from /home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Modules/_posixsubprocess.c:2: /opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/7.2.0/include-fixed/unistd.h:1080:14: note: expected 'gid_t * {aka unsigned int *}' but argument is of type 'const gid_t * {aka const unsigned int *}' extern int setgroups(int, gid_t []); ^~~~~~~~~ ld: 0711-327 WARNING: Entry point not found: PyInit__bisect.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__contextvars.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__queue.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_grp.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testimportmultiple.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_select.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__heapq.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testmultiphase.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_audioop.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__opcode.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__json.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_fcntl.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testinternalcapi.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testbuffer.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_syslog.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_mmap.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__posixsubprocess.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__struct.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_select.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__random.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__zoneinfo.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__contextvars.cpython-310d ldld: :0711 -0711327- 327WARNING :WARNING :Entry Entrypoint pointnot notfound :found : PyInit__testcapi.cpythonPyInit__asyncio.-cpython310d- 310d ld: 0711-327 WARNING: Entry point not found: PyInit__statistics.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__csv.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__xxsubinterpreters.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_array.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__pickle.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__heapq.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__bisect.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__datetime.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__queue.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_unicodedata.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_math.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__lsprof.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_cmath.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testimportmultiple.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_grp.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__posixsubprocess.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testinternalcapi.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testmultiphase.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testbuffer.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__opcode.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__json.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_audioop.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_fcntl.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_syslog.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__testcapi.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_mmap.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__struct.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__statistics.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__zoneinfo.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__asyncio.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_array.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__random.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_cmath.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_math.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__pickle.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__lsprof.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__xxsubinterpreters.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__csv.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__datetime.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_unicodedata.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__crypt.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__gdbm.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_termios.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__md5.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha1.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__dbm.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha256.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_zlib.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_resource.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_iso2022.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_readline.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_binascii.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__bz2.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_tw.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__hashlib.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_nis.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_kr.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha512.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__lzma.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_cn.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__curses.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__multibytecodec.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_termios.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha3.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__socket.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__elementtree.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_jp.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ssl.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_hk.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__xxtestfuzz.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha1.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__dbm.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__md5.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_iso2022.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__gdbm.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__crypt.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_zlib.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_readline.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__bz2.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_binascii.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_nis.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha256.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha512.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_resource.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_tw.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__hashlib.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__socket.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_kr.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__lzma.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_cn.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__multibytecodec.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sha3.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__curses.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_hk.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__codecs_jp.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__blake2.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__elementtree.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ssl.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__xxtestfuzz.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__blake2.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_pyexpat.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_xxlimited.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__posixshmem.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_pyexpat.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ctypes_test.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__uuid.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_xxlimited_35.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit_xxlimited.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__posixshmem.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__uuid.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ctypes_test.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__multiprocessing.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__tkinter.cpython-310d ld: 0711-224 WARNING: Duplicate symbol: .strcmp ld: 0711-224 WARNING: Duplicate symbol: strcmp ld: 0711-224 WARNING: Duplicate symbol: .strcpy ld: 0711-224 WARNING: Duplicate symbol: strcpy ld: 0711-224 WARNING: Duplicate symbol: .strcat ld: 0711-224 WARNING: Duplicate symbol: strcat ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-327 WARNING: Entry point not found: PyInit_xxlimited_35.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__multiprocessing.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__sqlite3.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__tkinter.cpython-310d ld: 0711-224 WARNING: Duplicate symbol: .strcmp ld: 0711-224 WARNING: Duplicate symbol: strcmp ld: 0711-224 WARNING: Duplicate symbol: .strcpy ld: 0711-224 WARNING: Duplicate symbol: strcpy ld: 0711-224 WARNING: Duplicate symbol: .strcat ld: 0711-224 WARNING: Duplicate symbol: strcat ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-327 WARNING: Entry point not found: PyInit__sqlite3.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ctypes.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__ctypes.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__decimal.cpython-310d ld: 0711-327 WARNING: Entry point not found: PyInit__decimal.cpython-310d
ldd: /lib/libreadline.a: File is an archive.
ldd: /lib/libreadline.a: File is an archive. test_msilib skipped -- No module named '_msi' test_epoll skipped -- test works only on Linux 2.6 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] Warning -- files was modified by test_threading test_atexit_after_shutdown (test.test_threading.AtexitTests) ... ok test_atexit_called_once (test.test_threading.AtexitTests) ... ok test_atexit_output (test.test_threading.AtexitTests) ... ok test_abort (test.test_threading.BarrierTests) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_threading.BarrierTests) Test that a barrier can be reset after being broken. ... ok test_action (test.test_threading.BarrierTests) Test the 'action' callback ... ok test_barrier (test.test_threading.BarrierTests) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_threading.BarrierTests) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_threading.BarrierTests) Test the barrier's default timeout ... ok test_reset (test.test_threading.BarrierTests) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_threading.BarrierTests) ... ok test_timeout (test.test_threading.BarrierTests) Test wait(timeout) ... ok test_wait_return (test.test_threading.BarrierTests) test the return value from barrier.wait ... ok test_acquire (test.test_threading.BoundedSemaphoreTests) ... ok test_acquire_contended (test.test_threading.BoundedSemaphoreTests) ... ok test_acquire_destroy (test.test_threading.BoundedSemaphoreTests) ... ok test_acquire_timeout (test.test_threading.BoundedSemaphoreTests) ... ok test_constructor (test.test_threading.BoundedSemaphoreTests) ... ok test_default_value (test.test_threading.BoundedSemaphoreTests) ... ok test_multirelease (test.test_threading.BoundedSemaphoreTests) ... ok test_release_unacquired (test.test_threading.BoundedSemaphoreTests) ... ok test_try_acquire (test.test_threading.BoundedSemaphoreTests) ... ok test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests) ... ok test_with (test.test_threading.BoundedSemaphoreTests) ... ok test__is_owned (test.test_threading.CRLockTests) ... ok test_acquire_contended (test.test_threading.CRLockTests) ... ok test_acquire_destroy (test.test_threading.CRLockTests) ... ok test_acquire_release (test.test_threading.CRLockTests) ... ok test_constructor (test.test_threading.CRLockTests) ... ok test_different_thread (test.test_threading.CRLockTests) ... ok test_locked_repr (test.test_threading.CRLockTests) ... ok test_reacquire (test.test_threading.CRLockTests) ... ok test_release_save_unacquired (test.test_threading.CRLockTests) ... ok test_release_unacquired (test.test_threading.CRLockTests) ... ok test_repr (test.test_threading.CRLockTests) ... ok test_thread_leak (test.test_threading.CRLockTests) ... ok test_timeout (test.test_threading.CRLockTests) ... ok test_try_acquire (test.test_threading.CRLockTests) ... ok test_try_acquire_contended (test.test_threading.CRLockTests) ... ok test_weakref_deleted (test.test_threading.CRLockTests) ... ok test_weakref_exists (test.test_threading.CRLockTests) ... ok test_with (test.test_threading.CRLockTests) ... ok test__is_owned (test.test_threading.ConditionAsRLockTests) ... ok test_acquire_contended (test.test_threading.ConditionAsRLockTests) ... ok test_acquire_destroy (test.test_threading.ConditionAsRLockTests) ... ok test_acquire_release (test.test_threading.ConditionAsRLockTests) ... ok test_constructor (test.test_threading.ConditionAsRLockTests) ... ok test_different_thread (test.test_threading.ConditionAsRLockTests) ... ok test_locked_repr (test.test_threading.ConditionAsRLockTests) ... ok test_reacquire (test.test_threading.ConditionAsRLockTests) ... ok test_release_save_unacquired (test.test_threading.ConditionAsRLockTests) ... ok test_release_unacquired (test.test_threading.ConditionAsRLockTests) ... ok test_repr (test.test_threading.ConditionAsRLockTests) ... ok test_thread_leak (test.test_threading.ConditionAsRLockTests) ... ok test_timeout (test.test_threading.ConditionAsRLockTests) ... ok test_try_acquire (test.test_threading.ConditionAsRLockTests) ... ok test_try_acquire_contended (test.test_threading.ConditionAsRLockTests) ... ok test_weakref_deleted (test.test_threading.ConditionAsRLockTests) ... ok test_weakref_exists (test.test_threading.ConditionAsRLockTests) ... ok test_with (test.test_threading.ConditionAsRLockTests) ... ok test_acquire (test.test_threading.ConditionTests) ... ok test_notify (test.test_threading.ConditionTests) ... ok test_timeout (test.test_threading.ConditionTests) ... ok test_unacquired_notify (test.test_threading.ConditionTests) ... ok test_unacquired_wait (test.test_threading.ConditionTests) ... ok test_waitfor (test.test_threading.ConditionTests) ... ok test_waitfor_timeout (test.test_threading.ConditionTests) ... ok test_at_fork_reinit (test.test_threading.EventTests) ... ok test_is_set (test.test_threading.EventTests) ... ok test_notify (test.test_threading.EventTests) ... ok test_set_and_clear (test.test_threading.EventTests) ... ok test_timeout (test.test_threading.EventTests) ... ok test_custom_excepthook (test.test_threading.ExceptHookTests) ... ok test_custom_excepthook_fail (test.test_threading.ExceptHookTests) ... ok test_excepthook (test.test_threading.ExceptHookTests) ... ok test_excepthook_thread_None (test.test_threading.ExceptHookTests) ... ok test_original_excepthook (test.test_threading.ExceptHookTests) ... ok test_system_exit (test.test_threading.ExceptHookTests) ... ok test_interrupt_main_mainthread (test.test_threading.InterruptMainTests) ... ok test_interrupt_main_noerror (test.test_threading.InterruptMainTests) ... ok test_interrupt_main_subthread (test.test_threading.InterruptMainTests) ... ok test_acquire_contended (test.test_threading.LockTests) ... ok test_acquire_destroy (test.test_threading.LockTests) ... ok test_acquire_release (test.test_threading.LockTests) ... ok test_at_fork_reinit (test.test_threading.LockTests) ... ok test_constructor (test.test_threading.LockTests) ... ok test_different_thread (test.test_threading.LockTests) ... ok test_locked_repr (test.test_threading.LockTests) ... ok test_reacquire (test.test_threading.LockTests) ... ok test_repr (test.test_threading.LockTests) ... ok test_state_after_timeout (test.test_threading.LockTests) ... ok test_thread_leak (test.test_threading.LockTests) ... ok test_timeout (test.test_threading.LockTests) ... ok test_try_acquire (test.test_threading.LockTests) ... ok test_try_acquire_contended (test.test_threading.LockTests) ... ok test_weakref_deleted (test.test_threading.LockTests) ... ok test_weakref_exists (test.test_threading.LockTests) ... ok test_with (test.test_threading.LockTests) ... ok test__all__ (test.test_threading.MiscTestCase) ... ok test__is_owned (test.test_threading.PyRLockTests) ... ok test_acquire_contended (test.test_threading.PyRLockTests) ... ok test_acquire_destroy (test.test_threading.PyRLockTests) ... ok test_acquire_release (test.test_threading.PyRLockTests) ... ok test_constructor (test.test_threading.PyRLockTests) ... ok test_different_thread (test.test_threading.PyRLockTests) ... ok test_locked_repr (test.test_threading.PyRLockTests) ... ok test_reacquire (test.test_threading.PyRLockTests) ... ok test_release_save_unacquired (test.test_threading.PyRLockTests) ... ok test_release_unacquired (test.test_threading.PyRLockTests) ... ok test_repr (test.test_threading.PyRLockTests) ... ok test_thread_leak (test.test_threading.PyRLockTests) ... ok test_timeout (test.test_threading.PyRLockTests) ... ok test_try_acquire (test.test_threading.PyRLockTests) ... ok test_try_acquire_contended (test.test_threading.PyRLockTests) ... ok test_weakref_deleted (test.test_threading.PyRLockTests) ... ok test_weakref_exists (test.test_threading.PyRLockTests) ... ok test_with (test.test_threading.PyRLockTests) ... ok test_acquire (test.test_threading.SemaphoreTests) ... ok test_acquire_contended (test.test_threading.SemaphoreTests) ... ok test_acquire_destroy (test.test_threading.SemaphoreTests) ... ok test_acquire_timeout (test.test_threading.SemaphoreTests) ... ok test_constructor (test.test_threading.SemaphoreTests) ... ok test_default_value (test.test_threading.SemaphoreTests) ... ok test_multirelease (test.test_threading.SemaphoreTests) ... ok test_release_unacquired (test.test_threading.SemaphoreTests) ... ok test_try_acquire (test.test_threading.SemaphoreTests) ... ok test_try_acquire_contended (test.test_threading.SemaphoreTests) ... ok test_with (test.test_threading.SemaphoreTests) ... ok test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests) ... ok test_threads_join (test.test_threading.SubinterpThreadingTests) ... ok test_threads_join_2 (test.test_threading.SubinterpThreadingTests) ... ok test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown) ... ok test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown) ... ok test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown) ... ok test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown) ... ok test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown) ... ok test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown) ... ok test_BoundedSemaphore_limit (test.test_threading.ThreadTests) ... ok test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests) ... ok test_daemon_param (test.test_threading.ThreadTests) ... ok test_dummy_thread_after_fork (test.test_threading.ThreadTests) ... ok test_enumerate_after_join (test.test_threading.ThreadTests) ... ok test_finalization_shutdown (test.test_threading.ThreadTests) ... ok test_finalize_running_thread (test.test_threading.ThreadTests) ... ok test_finalize_with_trace (test.test_threading.ThreadTests) ... ok test_foreign_thread (test.test_threading.ThreadTests) ... ok test_fork_at_exit (test.test_threading.ThreadTests) ... ok test_frame_tstate_tracing (test.test_threading.ThreadTests) ... ok test_getprofile (test.test_threading.ThreadTests) ... ok test_gettrace (test.test_threading.ThreadTests) ... ok test_ident_of_no_threading_threads (test.test_threading.ThreadTests) ... ok test_is_alive_after_fork (test.test_threading.ThreadTests) ... ok test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests) ... ok test_limbo_cleanup (test.test_threading.ThreadTests) ... ok test_locals_at_exit (test.test_threading.ThreadTests) ... ok test_main_thread (test.test_threading.ThreadTests) ... ok test_main_thread_after_fork (test.test_threading.ThreadTests) ... ok test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests) ... ok test_main_thread_during_shutdown (test.test_threading.ThreadTests) ... ok test_name (test.test_threading.ThreadTests) ... ok test_no_refcycle_through_target (test.test_threading.ThreadTests) ... ok test_old_threading_api (test.test_threading.ThreadTests) ... ok test_repr_daemon (test.test_threading.ThreadTests) ... ok test_repr_stopped (test.test_threading.ThreadTests) ... ok test_shutdown_locks (test.test_threading.ThreadTests) ... ok test_tstate_lock (test.test_threading.ThreadTests) ... ok test_various_ops (test.test_threading.ThreadTests) ... ok test_various_ops_large_stack (test.test_threading.ThreadTests) ... ok test_various_ops_small_stack (test.test_threading.ThreadTests) ... ok test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests) ... ok test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests) ... ok test_joining_current_thread (test.test_threading.ThreadingExceptionTests) ... ok test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests) ... ok test_print_exception (test.test_threading.ThreadingExceptionTests) ... ok test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests) ... ok test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests) ... ok test_recursion_limit (test.test_threading.ThreadingExceptionTests) ... ok test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests) ... ok test_start_thread_again (test.test_threading.ThreadingExceptionTests) ... ok test_init_immutable_default_args (test.test_threading.TimerTests) ... ok
Ran 180 tests in 14.665s
OK Before: [] After: ['core'] test_unicode_file_functions skipped -- only NT+ and systems with Unicode-friendly filesystem encoding test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... skipped 'AIX returns PermissionError' 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) ... skipped 'need select.epoll' 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 8.575s
OK (skipped=4) test_winconsoleio skipped -- test only relevant on win32 setgroups: Not owner test_ioctl skipped -- Unable to open /dev/tty test_gdb skipped -- gdb not built with embedded python support test_kqueue skipped -- test works only on BSD test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_unicode_file skipped -- No Unicode filesystem semantics on this platform. test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok
Ran 9 tests in 0.003s
OK test_winsound skipped -- No module named 'winsound' test_winreg skipped -- No module named 'winreg' test_ossaudiodev skipped -- No module named 'ossaudiodev' <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_spwd skipped -- No module named 'spwd' test_devpoll skipped -- test works only on Solaris OS family test_startfile skipped -- object <module 'os' from '/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/os.py'> has no attribute 'startfile' test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] make: *** [buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org