*** This log is abridged to its last 1000 lines: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_pty.py", line 308, in test_spawn_doesnt_hang pty.spawn([sys.executable, '-c', 'print("hi there")'], File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 193, in spawn pid, master_fd = fork() ^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 107, in fork master_fd, slave_fd = openpty() ^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ---------------------------------------------------------------------- Ran 3 tests in 0.008s FAILED (errors=3) test test_pty failed 0:08:38 load avg: 13.97 [ 2/10/2] test_signal failed (1 error) Re-running test_signal in verbose mode (matching: test_pidfd_send_signal) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_signal.py", line 1469, in test_pidfd_send_signal my_pidfd = os.open(f'/proc/{os.getpid()}', os.O_DIRECTORY) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/proc/1690376' ---------------------------------------------------------------------- Ran 1 test in 0.003s FAILED (errors=1) test test_signal failed 0:08:38 load avg: 13.97 [ 3/10/3] test_openpty failed (1 error) Re-running test_openpty in verbose mode (matching: test) test (test.test_openpty.OpenptyTest.test) ... ERROR ====================================================================== ERROR: test (test.test_openpty.OpenptyTest.test) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_openpty.py", line 11, in test master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 1 test in 0.003s FAILED (errors=1) test test_openpty failed 0:08:38 load avg: 13.97 [ 4/10/4] 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcflow (test.test_termios.TestFunctions.test_tcflow) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcflush (test.test_termios.TestFunctions.test_tcflush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_termios.py", line 15, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 16 tests in 0.018s FAILED (errors=16) test test_termios failed 0:08:38 load avg: 13.97 [ 5/10/5] test_readline failed (6 errors) Re-running test_readline in verbose mode (matching: test_auto_history_disabled, test_auto_history_enabled, test_gh123321_threadsafe, test_history_size, test_nonascii, test_set_complete_delims) readline version: 0x802 readline runtime version: 0x802 readline library version: '8.2' use libedit emulation? False 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 test_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 197, in test_auto_history_disabled output = run_pty(self.auto_history_script.format(False)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ====================================================================== ERROR: test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 191, in test_auto_history_enabled output = run_pty(self.auto_history_script.format(True)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ====================================================================== ERROR: test_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe) gh-123321: readline should be thread-safe and not crash ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 377, in test_gh123321_threadsafe output = run_pty(script, input=b"input1\rinput2\r") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ====================================================================== ERROR: test_history_size (test.test_readline.TestReadline.test_history_size) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 351, in test_history_size run_pty(script, input=b"last input\r", env=env) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ====================================================================== ERROR: test_nonascii (test.test_readline.TestReadline.test_nonascii) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 291, in test_nonascii output = run_pty(script, input) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ====================================================================== ERROR: test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_readline.py", line 218, in test_set_complete_delims output = run_pty(script, input=b"$\t\n") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ---------------------------------------------------------------------- Ran 6 tests in 0.031s FAILED (errors=6) test test_readline failed 0:08:38 load avg: 13.97 [ 6/10/6] test_tty failed (4 errors) Re-running test_tty in verbose mode (matching: test_cfmakecbreak, test_cfmakeraw, test_setcbreak, test_setraw) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_tty.py", line 13, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_tty.py", line 13, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_setcbreak (test.test_tty.TestTty.test_setcbreak) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_tty.py", line 13, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_setraw (test.test_tty.TestTty.test_setraw) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_tty.py", line 13, in setUp master_fd, self.fd = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 4 tests in 0.008s FAILED (errors=4) test test_tty failed 0:08:39 load avg: 13.97 [ 7/10/7] test_pdb failed (1 error) Re-running test_pdb in verbose mode (matching: test_basic_completion) test_basic_completion (test.test_pdb.PdbTestReadline.test_basic_completion) ... ERROR ====================================================================== ERROR: test_basic_completion (test.test_pdb.PdbTestReadline.test_basic_completion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_pdb.py", line 2948, in test_basic_completion output = run_pty(script, input) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/pty_helper.py", line 16, in run_pty [master, slave] = pty.openpty() ^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices ---------------------------------------------------------------------- Ran 1 test in 0.005s FAILED (errors=1) test test_pdb failed 0:08:39 load avg: 13.97 [ 8/10/8] test_logging failed (2 errors) Re-running test_logging in verbose mode (matching: test_111615, test_multiprocessing_queues) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink 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) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_logging.py", line 4096, in test_111615 'queue': mp.get_context('spawn').Queue(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 103, in Queue return Queue(maxsize, ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 40, in __init__ from .synchronize import SEM_VALUE_MAX as maxsize File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 30, in 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink 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) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_logging.py", line 4034, in test_multiprocessing_queues q1 = MQ() # this can't be pickled ^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 103, in Queue return Queue(maxsize, ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 40, in __init__ from .synchronize import SEM_VALUE_MAX as maxsize File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 30, in 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. ---------------------------------------------------------------------- Ran 2 tests in 0.029s FAILED (errors=2) test test_logging failed 0:08:39 load avg: 13.97 [ 9/10/9] test.test_asyncio.test_events failed (9 errors) Re-running test.test_asyncio.test_events in verbose mode (matching: test_bidirectional_pty, test_read_pty_output, test_write_pty, test_bidirectional_pty, test_read_pty_output, test_write_pty, test_bidirectional_pty, test_read_pty_output, test_write_pty) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1686, in test_bidirectional_pty master, read_slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1542, in test_read_pty_output master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1641, in test_write_pty master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1686, in test_bidirectional_pty master, read_slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1542, in test_read_pty_output master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1641, in test_write_pty master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1686, in test_bidirectional_pty master, read_slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1542, in test_read_pty_output master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ====================================================================== ERROR: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/__init__.py", line 371, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_asyncio/test_events.py", line 1641, in test_write_pty master, slave = os.openpty() ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 9 tests in 0.176s FAILED (errors=9) test test.test_asyncio.test_events failed 0:08:39 load avg: 13.97 [10/10/10] test_importlib failed (1 failure) Re-running test_importlib in verbose mode (matching: test_multiprocessing_pool_circular_import) 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) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/test_threaded_import.py", line 255, in test_multiprocessing_pool_circular_import script_helper.assert_python_ok(fn) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/support/script_helper.py", line 151, in _assert_python 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 command line: ['/home/udu/aports/main/python3/src/Python-3.12.11/python', '-X', 'faulthandler', '-I', '/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py'] stdout: --- --- stderr: --- Traceback (most recent call last): Traceback (most recent call last): Traceback (most recent call last): Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink Traceback (most recent call last): 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink During handling of the above exception, another exception occurred: 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) 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) Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink 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) Traceback (most recent call last): 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) Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): 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) Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink Traceback (most recent call last): 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) Traceback (most recent call last): Traceback (most recent call last): Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() Traceback (most recent call last): 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) Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): 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) 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_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) Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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) Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink 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) 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ 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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(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) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 67, in Lock from .synchronize import Lock During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 67, in Lock from .synchronize import Lock File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 67, in Lock from .synchronize import Lock Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_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) File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ Traceback (most recent call last): 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) Traceback (most recent call last): File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/context.py", line 67, in Lock from .synchronize import Lock File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 30, in raise ImportError("This platform lacks a functioning sem_open" + File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/synchronize.py", line 30, in raise ImportError("This platform lacks a functioning sem_open" + File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 191, in __init__ self._setup_queues() File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/udu/aports/main/python3/src/Python-3.12.11/Lib/multiprocessing/pool.py", line 346, in _setup_queues self._inqueue = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. --- ---------------------------------------------------------------------- Ran 1 test in 0.143s FAILED (failures=1) test test_importlib failed 10 tests failed again: test.test_asyncio.test_events test_importlib test_logging test_openpty test_pdb test_pty test_readline test_signal test_termios test_tty == Tests result: FAILURE then FAILURE == 27 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full test.test_gdb.test_misc test.test_gdb.test_pretty_print test_devpoll test_idle test_ioctl test_kqueue test_launcher test_msilib test_multiprocessing_main_handling test_nis test_perf_profiler test_startfile test_tcl test_tix test_tkinter test_ttk test_ttk_textonly test_turtle test_winapi test_winconsoleio test_winreg test_wmi 3 tests skipped (resource denied): test_ossaudiodev test_winsound test_zipfile64 10 re-run tests: test.test_asyncio.test_events test_importlib test_logging test_openpty test_pdb test_pty test_readline test_signal test_termios test_tty 10 tests failed: test.test_asyncio.test_events test_importlib test_logging test_openpty test_pdb test_pty test_readline test_signal test_termios test_tty 411 tests OK. Total duration: 8 min 39 sec 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