opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

python3.9 EOFError: Ran out of input #152

Closed Martinfx closed 1 year ago

Martinfx commented 2 years ago

Hi, when i compiled with sudo env ROOTDIR=/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ make -j4 packages DEVICE=ARM64 , FreeBSD 13.1 have problem with this

Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sunau.py'...
Process ForkProcess-5:
Process ForkProcess-11:
Process ForkProcess-1:
Traceback (most recent call last):
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 240, in _process_worker
    call_item = call_queue.get(block=True)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/queues.py", line 122, in get
    return _ForkingPickler.loads(res)
EOFError: Ran out of input
Traceback (most recent call last):
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/_bootlocale.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/_sysconfigdata__freebsd13_.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/asyncio/base_tasks.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/asyncio/format_helpers.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/asyncio/futures.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/asyncio/runners.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/asyncio/selector_events.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/cgi.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/copyreg.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/ctypes/__init__.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/ctypes/test/test_frombuffer.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/ctypes/test/test_prototypes.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/ctypes/test/test_varsize_struct.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/curses/textpad.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/cmd.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/command/build.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/command/build_scripts.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/command/install_lib.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/msvc9compiler.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/tests/test_file_util.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/distutils/tests/test_unixccompiler.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/doctest.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/cp862.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/iso2022_jp.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/iso8859_11.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/iso8859_6.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/mac_cyrillic.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/palmos.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/encodings/unicode_escape.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/ensurepip/__init__.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/getpass.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/gzip.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/autocomplete_w.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/delegator.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/help_about.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/idle_test/test_calltip.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/idle_test/test_history.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/idle_test/test_pyshell.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/idle_test/test_query.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/macosx.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/idlelib/rpc.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/imaplib.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_imports.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_operator.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_types.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/main.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/tests/pytree_idempotency.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/linecache.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/logging/config.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/managers.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/pipes.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/poplib.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/pstats.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/site.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sre_compile.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/telnetlib.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/dataclass_module_1_str.py'...
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 240, in _process_worker
    call_item = call_queue.get(block=True)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/queues.py", line 122, in get
    return _ForkingPickler.loads(res)
_pickle.UnpicklingError: invalid load key, '\x02'.
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/tests/support.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/tests/test_util.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/__init__.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/dummy/connection.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/pool.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/nturl2path.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/opcode.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/pickle.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/shlex.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/socket.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/struct.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/subprocess.py'...
Traceback (most recent call last):
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 240, in _process_worker
    call_item = call_queue.get(block=True)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/queues.py", line 103, in get
    res = self._recv_bytes()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/synchronize.py", line 98, in __exit__
    return self._semlock.__exit__(*args)
ValueError: semaphore or lock released too many times
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_dict.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_idioms.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_next.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_standarderror.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/fixes/fix_urllib.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/lib2to3/pgen2/tokenize.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/logging/handlers.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/popen_forkserver.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/popen_spawn_win32.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/resource_tracker.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/multiprocessing/sharedctypes.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/numbers.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/pdb.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sched.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/shutil.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sqlite3/dump.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sqlite3/test/dump.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sqlite3/test/userfunctions.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/ann_module2.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/ann_module5.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/ann_module7.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/audit-tests.py'...
Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/test/curses_tests.py'...
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner
    self.run()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 323, in run
    self.terminate_broken(cause)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 458, in terminate_broken
    work_item.future.set_exception(bpe)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/_base.py", line 549, in set_exception
    raise InvalidStateError('{}: {!r}'.format(self._state, self))
concurrent.futures._base.InvalidStateError: CANCELLED: <Future at 0x40052065e0 state=cancelled>
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/tkinter'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/tkinter/test'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/tkinter/test/test_tkinter'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/tkinter/test/test_ttk'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/turtledemo'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/unittest'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/unittest/test'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/unittest/test/testmock'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/urllib'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/venv'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/venv/scripts'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/venv/scripts/common'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/venv/scripts/posix'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/wsgiref'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xml'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xml/dom'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xml/etree'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xml/parsers'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xml/sax'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/xmlrpc'...
Listing '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/zoneinfo'...
Traceback (most recent call last):
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/compileall.py", line 459, in <module>
    exit_status = int(not main())
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/compileall.py", line 436, in main
    if not compile_dir(dest, maxlevels, args.ddir,
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/compileall.py", line 112, in compile_dir
    success = min(results, default=True)
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/process.py", line 562, in _chain_from_iterable_of_lists
    for element in iterable:
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/_base.py", line 609, in result_iterator
    yield fs.pop().result()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/_base.py", line 446, in result
    return self.__get_result()
  File "/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result
    raise self._exception
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.