0:00:42 load avg: 13.68 [367/451/8] test_tty failed (4 errors) -- running (2): test_cppext (34.3 sec), test_cext (38.2 sec) test test_tty failed -- multiple errors occurred; run in verbose mode for details 0:00:43 load avg: 13.86 [379/451/9] test_logging failed (2 errors) -- running (2): test_cppext (35.5 sec), test_cext (39.4 sec) test test_logging failed -- multiple errors occurred; run in verbose mode for details 0:01:04 load avg: 13.59 [446/451/10] test_signal failed (1 error) (35.8 sec) -- running (3): test_smtpnet (34.6 sec), test_math (45.5 sec), test_json (46.7 sec) test test_signal failed -- Traceback (most recent call last): FileNotFoundError: [Errno 2] No such file or directory: '/proc/1817649' == Tests result: FAILURE == 10 tests failed: 0:08:32 load avg: 3.71 Re-running 10 failed tests in verbose mode in subprocesses 0:08:32 load avg: 3.71 [ 1/10/1] test_openpty failed (1 error) test (test.test_openpty.OpenptyTest.test) ... ERROR ERROR: test (test.test_openpty.OpenptyTest.test) FileNotFoundError: [Errno 2] No such file or directory FAILED (errors=1) test test_openpty failed 0:08:32 load avg: 3.71 [ 2/10/2] test_tty failed (4 errors) test_cfmakecbreak (test.test_tty.TestTty.test_cfmakecbreak) ... ERROR test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw) ... ERROR test_setcbreak (test.test_tty.TestTty.test_setcbreak) ... ERROR test_setraw (test.test_tty.TestTty.test_setraw) ... ERROR ERROR: test_cfmakecbreak (test.test_tty.TestTty.test_cfmakecbreak) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_setcbreak (test.test_tty.TestTty.test_setcbreak) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_setraw (test.test_tty.TestTty.test_setraw) FileNotFoundError: [Errno 2] No such file or directory FAILED (errors=4) test test_tty failed 0:08:32 load avg: 3.71 [ 3/10/3] test_signal failed (1 error) test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal) ... ERROR ERROR: test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal) FileNotFoundError: [Errno 2] No such file or directory: '/proc/1933093' FAILED (errors=1) test test_signal failed 0:08:32 load avg: 3.71 [ 4/10/4] test_pty failed (3 errors) ERROR ERROR test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang) ... ERROR ERROR: test_fork (test.test_pty.PtyTest.test_fork) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_master_read (test.test_pty.PtyTest.test_master_read) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang) raise OSError('out of pty devices') OSError: out of pty devices FAILED (errors=3) test test_pty failed 0:08:32 load avg: 3.71 [ 5/10/5] test_termios failed (16 errors) Re-running test_termios in verbose mode (matching: test_tcdrain, test_tcdrain_errors, test_tcflow, test_tcflow_errors, test_tcflush, test_tcflush_errors, test_tcgetattr, test_tcgetattr_errors, test_tcgetwinsize, test_tcgetwinsize_errors, test_tcsendbreak, test_tcsendbreak_errors, test_tcsetattr, test_tcsetattr_errors, test_tcsetwinsize, test_tcsetwinsize_errors) test_tcdrain (test.test_termios.TestFunctions.test_tcdrain) ... ERROR test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors) ... ERROR test_tcflow (test.test_termios.TestFunctions.test_tcflow) ... ERROR test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors) ... ERROR test_tcflush (test.test_termios.TestFunctions.test_tcflush) ... ERROR test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors) ... ERROR test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr) ... ERROR test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors) ... ERROR test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize) ... ERROR test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors) ... ERROR test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak) ... ERROR test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors) ... ERROR test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr) ... ERROR test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors) ... ERROR test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize) ... ERROR test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors) ... ERROR ERROR: test_tcdrain (test.test_termios.TestFunctions.test_tcdrain) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcflow (test.test_termios.TestFunctions.test_tcflow) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcflush (test.test_termios.TestFunctions.test_tcflush) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors) FileNotFoundError: [Errno 2] No such file or directory FAILED (errors=16) test test_termios failed 0:08:32 load avg: 3.71 [ 6/10/6] test_logging failed (2 errors) test_111615 (test.test_logging.ConfigDictTest.test_111615) ... ERROR test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues) ... ERROR ERROR: test_111615 (test.test_logging.ConfigDictTest.test_111615) ImportError: cannot import name 'SemLock' from '_multiprocessing' (/home/udu/aports/main/python3/src/Python-3.12.11/build/lib.linux-x86_64-3.12/_multiprocessing.cpython-312-x86_64-linux-musl.so) raise ImportError("This platform lacks a functioning sem_open" + ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. ERROR: test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues) ImportError: cannot import name 'SemLock' from '_multiprocessing' (/home/udu/aports/main/python3/src/Python-3.12.11/build/lib.linux-x86_64-3.12/_multiprocessing.cpython-312-x86_64-linux-musl.so) raise ImportError("This platform lacks a functioning sem_open" + ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. FAILED (errors=2) test test_logging failed 0:08:32 load avg: 3.71 [ 7/10/7] test_pdb failed (1 error) test_basic_completion (test.test_pdb.PdbTestReadline.test_basic_completion) ... ERROR ERROR: test_basic_completion (test.test_pdb.PdbTestReadline.test_basic_completion) raise OSError('out of pty devices') OSError: out of pty devices FAILED (errors=1) test test_pdb failed 0:08:32 load avg: 3.71 [ 8/10/8] test_readline failed (6 errors) test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) ... ERROR test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ... ERROR gh-123321: readline should be thread-safe and not crash ... ERROR test_history_size (test.test_readline.TestReadline.test_history_size) ... ERROR test_nonascii (test.test_readline.TestReadline.test_nonascii) ... ERROR test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) ... ERROR ERROR: test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_history_size (test.test_readline.TestReadline.test_history_size) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_nonascii (test.test_readline.TestReadline.test_nonascii) raise OSError('out of pty devices') OSError: out of pty devices ERROR: test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) raise OSError('out of pty devices') OSError: out of pty devices FAILED (errors=6) test test_readline failed 0:08:32 load avg: 3.71 [ 9/10/9] test.test_asyncio.test_events failed (9 errors) test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty) ... ERROR test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output) ... ERROR test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty) ... ERROR test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty) ... ERROR test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output) ... ERROR test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty) ... ERROR test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ... ERROR test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ... ERROR test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ... ERROR ERROR: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) FileNotFoundError: [Errno 2] No such file or directory ERROR: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) FileNotFoundError: [Errno 2] No such file or directory FAILED (errors=9) test test.test_asyncio.test_events failed 0:08:32 load avg: 3.71 [10/10/10] test_importlib failed (1 failure) test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) ... FAIL FAIL: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) res.fail(cmd_line) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 ImportError: cannot import name 'SemLock' from '_multiprocessing' (/home/udu/aports/main/python3/src/Python-3.12.11/build/lib.linux-x86_64-3.12/_multiprocessing.cpython-312-x86_64-linux-musl.so) raise ImportError("This platform lacks a functioning sem_open" + ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. FAILED (failures=1) test test_importlib failed 10 tests failed again: == Tests result: FAILURE then FAILURE == 10 tests failed: Total tests: run=35,636 (filtered) failures=2 skipped=860 Total test files: run=458/451 (filtered) failed=10 skipped=27 resource_denied=3 rerun=10 Result: FAILURE then FAILURE make: *** [Makefile:2037: quicktest] Error 2