FileNotFoundError: [Errno 2] No such file or directory: '/proc/3450290' == Tests result: FAILURE == 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_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) 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_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_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_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_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/3564855' FAILED (errors=1) 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_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_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) 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) == Tests result: FAILURE then FAILURE == Result: FAILURE then FAILURE make: *** [Makefile:2037: quicktest] Error 2