dwww Home | Show directory contents | Find package

make[1]: Entering directory '/build/python3.10-XUx9Be/python3.10-3.10.12/build-static'
Makefile:2067: warning: overriding recipe for target 'Modules/_math.o'
Makefile:636: warning: ignoring old recipe for target 'Modules/_math.o'
Makefile:2070: warning: overriding recipe for target 'Modules/_math.o'
Makefile:2067: warning: ignoring old recipe for target 'Modules/_math.o'
 CC='x86_64-linux-gnu-gcc' LDSHARED='x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -g -fwrapv -O3 -flto -fuse-linker-plugin -ffat-lto-objects   ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall'     _TCLTK_INCLUDES='-I/usr/include/tcl8.6' _TCLTK_LIBS='-ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6'         ./python -E ../setup.py  build
running build
running build_ext

The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  _bisect               _blake2            
_csv                  _datetime             _elementtree       
_heapq                _md5                  _pickle            
_posixsubprocess      _random               _sha1              
_sha256               _sha3                 _sha512            
_socket               _statistics           _struct            
array                 binascii              cmath              
fcntl                 grp                   math               
pwd                   pyexpat               select             
spwd                  syslog                time               
unicodedata           zlib                                     

running build_scripts
copying and adjusting /build/python3.10-XUx9Be/python3.10-3.10.12/Tools/scripts/pydoc3 -> build/scripts-3.10
copying and adjusting /build/python3.10-XUx9Be/python3.10-3.10.12/Tools/scripts/idle3 -> build/scripts-3.10
copying and adjusting /build/python3.10-XUx9Be/python3.10-3.10.12/Tools/scripts/2to3 -> build/scripts-3.10
changing mode of build/scripts-3.10/pydoc3 from 644 to 755
changing mode of build/scripts-3.10/idle3 from 644 to 755
changing mode of build/scripts-3.10/2to3 from 644 to 755
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
./python  ../Tools/scripts/run_tests.py -j 1 -w -uall,-network,-urlfetch --timeout=3600 -x test_asyncio test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ensurepip test_ftplib test_gdb test_httplib test_imaplib test_linuxaudiodev test_nntplib test_normalization test_ossaudiodev test_poplib test_socket test_ssl test_tcl test_ttk_guionly test_venv
/build/python3.10-XUx9Be/python3.10-3.10.12/build-static/python -u -W default -bb -E -m test -w -j 1 -w -uall,-network,-urlfetch --timeout=3600 -x test_asyncio test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ensurepip test_ftplib test_gdb test_httplib test_imaplib test_linuxaudiodev test_nntplib test_normalization test_ossaudiodev test_poplib test_socket test_ssl test_tcl test_ttk_guionly test_venv
== CPython 3.10.12 (main, Aug 15 2025, 14:32:43) [GCC 11.4.0]
== Linux-6.8.0-71-generic-x86_64-with-glibc2.35 little-endian
== cwd: /build/python3.10-XUx9Be/python3.10-3.10.12/build-static/build/test_python_112953æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
0:00:00 load avg: 0.78 Run tests in parallel using 1 child processes (timeout: 1 hour, worker timeout: 1 hour 5 min)
0:00:00 load avg: 0.78 [  1/406] test_grammar passed
0:00:00 load avg: 0.78 [  2/406] test_opcodes passed
0:00:00 load avg: 0.78 [  3/406] test_dict passed
0:00:01 load avg: 0.78 [  4/406] test_builtin passed
0:00:02 load avg: 0.78 [  5/406] test_exceptions passed
0:00:02 load avg: 0.78 [  6/406] test_types passed
0:00:04 load avg: 0.80 [  7/406] test_unittest passed
0:00:05 load avg: 0.80 [  8/406] test_doctest passed
0:00:05 load avg: 0.80 [  9/406] test_doctest2 passed
0:00:07 load avg: 0.80 [ 10/406] test_support passed
0:00:07 load avg: 0.80 [ 11/406] test___all__ passed
0:00:07 load avg: 0.80 [ 12/406] test___future__ passed
0:00:08 load avg: 0.80 [ 13/406] test__locale passed
0:00:08 load avg: 0.80 [ 14/406] test__opcode passed
0:00:08 load avg: 0.80 [ 15/406] test__osx_support passed
0:00:09 load avg: 0.80 [ 16/406] test__xxsubinterpreters passed
0:00:09 load avg: 0.80 [ 17/406] test_abc passed
0:00:09 load avg: 0.80 [ 18/406] test_abstract_numbers passed
0:00:09 load avg: 0.82 [ 19/406] test_aifc passed
0:00:10 load avg: 0.82 [ 20/406] test_argparse passed
0:00:10 load avg: 0.82 [ 21/406] test_array passed
0:00:11 load avg: 0.82 [ 22/406] test_asdl_parser passed
0:00:12 load avg: 0.82 [ 23/406] test_ast passed
0:00:13 load avg: 0.82 [ 24/406] test_asyncgen passed
0:00:14 load avg: 0.75 [ 25/406] test_asynchat passed
0:00:16 load avg: 0.75 [ 26/406] test_asyncore passed
0:00:16 load avg: 0.75 [ 27/406] test_atexit passed
0:00:16 load avg: 0.75 [ 28/406] test_audioop passed
0:00:17 load avg: 0.75 [ 29/406] test_audit passed
0:00:17 load avg: 0.75 [ 30/406] test_augassign passed
0:00:17 load avg: 0.75 [ 31/406] test_base64 passed
0:00:18 load avg: 0.75 [ 32/406] test_baseexception passed
0:00:18 load avg: 0.75 [ 33/406] test_bdb passed
0:00:18 load avg: 0.75 [ 34/406] test_bigaddrspace passed
0:00:18 load avg: 0.75 [ 35/406] test_bigmem passed
0:00:18 load avg: 0.75 [ 36/406] test_binascii passed
0:00:18 load avg: 0.75 [ 37/406] test_binhex passed
0:00:18 load avg: 0.75 [ 38/406] test_binop passed
0:00:18 load avg: 0.75 [ 39/406] test_bisect passed
0:00:18 load avg: 0.75 [ 40/406] test_bool passed
0:00:23 load avg: 0.77 [ 41/406] test_buffer passed
0:00:23 load avg: 0.77 [ 42/406] test_bufio passed
0:00:25 load avg: 0.79 [ 43/406] test_bytes passed
0:00:28 load avg: 0.79 [ 44/406] test_bz2 passed
0:00:29 load avg: 0.81 [ 45/406] test_c_locale_coercion passed
0:00:30 load avg: 0.81 [ 46/406] test_calendar passed
0:00:30 load avg: 0.81 [ 47/406] test_call passed
0:00:42 load avg: 0.84 [ 48/406] test_capi passed
0:00:42 load avg: 0.84 [ 49/406] test_cgi passed
0:00:43 load avg: 0.84 [ 50/406] test_cgitb passed
0:00:43 load avg: 0.84 [ 51/406] test_charmapcodec passed
0:00:43 load avg: 0.84 [ 52/406] test_check_c_globals passed
/build/python3.10-XUx9Be/python3.10-3.10.12/Tools/c-analyzer/c_parser/preprocessor/__init__.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  import distutils.ccompiler
0:00:43 load avg: 0.84 [ 53/406] test_class passed
0:00:43 load avg: 0.84 [ 54/406] test_clinic passed
0:00:43 load avg: 0.84 [ 55/406] test_cmath passed
0:00:43 load avg: 0.84 [ 56/406] test_cmd passed
0:00:45 load avg: 0.85 [ 57/406] test_cmd_line passed
0:00:47 load avg: 0.85 [ 58/406] test_cmd_line_script passed
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/subprocess.py:794: RuntimeWarning: pass_fds overriding close_fds.
  warnings.warn("pass_fds overriding close_fds.", RuntimeWarning)
0:00:47 load avg: 0.85 [ 59/406] test_code passed
0:00:47 load avg: 0.85 [ 60/406] test_code_module passed
0:00:47 load avg: 0.85 [ 61/406] test_codeccallbacks passed
0:00:48 load avg: 0.85 [ 62/406] test_codecencodings_cn passed
0:00:48 load avg: 0.85 [ 63/406] test_codecencodings_hk passed
0:00:48 load avg: 0.85 [ 64/406] test_codecencodings_iso2022 passed
0:00:48 load avg: 0.85 [ 65/406] test_codecencodings_jp passed
0:00:49 load avg: 0.85 [ 66/406] test_codecencodings_kr passed
0:00:49 load avg: 0.85 [ 67/406] test_codecencodings_tw passed
0:00:49 load avg: 0.86 [ 68/406] test_codecs passed
0:00:49 load avg: 0.86 [ 69/406] test_codeop passed
0:00:50 load avg: 0.86 [ 70/406] test_collections passed
0:00:50 load avg: 0.86 [ 71/406] test_colorsys passed
0:00:50 load avg: 0.86 [ 72/406] test_compare passed
0:00:53 load avg: 0.86 [ 73/406] test_compile passed
0:01:02 load avg: 0.88 [ 74/406] test_compileall passed
0:01:02 load avg: 0.88 [ 75/406] test_complex passed
0:01:32 load avg: 0.53 running: test_concurrent_futures (30.0 sec)
0:02:02 load avg: 0.39 running: test_concurrent_futures (1 min)
0:02:32 load avg: 0.30 running: test_concurrent_futures (1 min 30 sec)
0:03:02 load avg: 0.25 running: test_concurrent_futures (2 min)
0:03:18 load avg: 0.19 [ 76/406] test_concurrent_futures passed (2 min 15 sec)
0:03:18 load avg: 0.19 [ 77/406] test_configparser passed
0:03:18 load avg: 0.19 [ 78/406] test_contains passed
0:03:19 load avg: 0.19 [ 79/406] test_context passed
0:03:19 load avg: 0.26 [ 80/406] test_contextlib passed
0:03:19 load avg: 0.26 [ 81/406] test_contextlib_async passed
0:03:19 load avg: 0.26 [ 82/406] test_copy passed
0:03:19 load avg: 0.26 [ 83/406] test_copyreg passed
0:03:20 load avg: 0.26 [ 84/406] test_coroutines passed
0:03:20 load avg: 0.26 [ 85/406] test_cprofile passed
0:03:20 load avg: 0.26 [ 86/406] test_crashers passed
0:03:21 load avg: 0.26 [ 87/406] test_crypt passed
0:03:22 load avg: 0.26 [ 88/406] test_csv passed
0:03:22 load avg: 0.26 [ 89/406] test_ctypes passed
0:03:22 load avg: 0.26 [ 90/406] test_curses passed
0:03:23 load avg: 0.26 [ 91/406] test_dataclasses passed
0:03:26 load avg: 0.24 [ 92/406] test_datetime passed
0:03:26 load avg: 0.24 [ 93/406] test_dbm passed
BDB0004 fop_read_meta: @test_115147_tmpæ/@test_115147_tmpæ.db: unexpected file type or format
0:03:26 load avg: 0.24 [ 94/406] test_dbm_dumb passed
0:03:26 load avg: 0.24 [ 95/406] test_dbm_gnu passed
0:03:27 load avg: 0.24 [ 96/406] test_dbm_ndbm passed
BDB0111 DB->del: attempt to modify a read-only database
BDB0111 DB->del: attempt to modify a read-only database
BDB0111 DB->put: attempt to modify a read-only database
0:03:32 load avg: 0.30 [ 97/406] test_decimal passed
0:03:32 load avg: 0.30 [ 98/406] test_decorators passed
0:03:32 load avg: 0.30 [ 99/406] test_defaultdict passed
0:03:33 load avg: 0.30 [100/406] test_deque passed
0:03:34 load avg: 0.30 [101/406] test_descr passed
0:03:34 load avg: 0.30 [102/406] test_descrtut passed
0:03:34 load avg: 0.30 [103/406] test_devpoll skipped
test_devpoll skipped -- test works only on Solaris OS family
0:03:34 load avg: 0.30 [104/406] test_dict_version passed
0:03:34 load avg: 0.35 [105/406] test_dictcomps passed
0:03:34 load avg: 0.35 [106/406] test_dictviews passed
0:03:35 load avg: 0.35 [107/406] test_difflib passed
0:03:35 load avg: 0.35 [108/406] test_dis passed
0:03:37 load avg: 0.35 [109/406/1] test_distutils failed (1 failure)
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/distutils/command/bdist_rpm.py:11: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils.sysconfig import get_python_version
test test_distutils failed -- Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/distutils/tests/test_sysconfig.py", line 141, in test_customize_compiler
    self.assertEqual(comp.exes['linker_so'],
AssertionError: 'env_ldshared --env-ldflags --env-cflags --env-cppflags --sc-ccshared' != 'env_ldshared --env-ldflags --env-cflags --env-cppflags'
- env_ldshared --env-ldflags --env-cflags --env-cppflags --sc-ccshared
?                                                       --------------
+ env_ldshared --env-ldflags --env-cflags --env-cppflags
0:03:39 load avg: 0.33 [110/406/1] test_docxmlrpc passed
0:03:39 load avg: 0.33 [111/406/1] test_dtrace passed
0:03:39 load avg: 0.33 [112/406/1] test_dynamic passed
0:03:39 load avg: 0.33 [113/406/1] test_dynamicclassattribute passed
0:03:46 load avg: 0.30 [114/406/1] test_eintr passed
0:03:51 load avg: 0.35 [115/406/1] test_email passed
0:03:51 load avg: 0.35 [116/406/1] test_embed passed
0:03:52 load avg: 0.35 [117/406/1] test_enum passed
0:03:52 load avg: 0.35 [118/406/1] test_enumerate passed
0:03:52 load avg: 0.35 [119/406/1] test_eof passed
0:03:52 load avg: 0.35 [120/406/1] test_epoll passed
0:03:52 load avg: 0.35 [121/406/1] test_errno passed
0:03:52 load avg: 0.35 [122/406/1] test_exception_hierarchy passed
0:03:52 load avg: 0.35 [123/406/1] test_exception_variations passed
0:03:52 load avg: 0.35 [124/406/1] test_extcall passed
0:04:13 load avg: 0.25 [125/406/1] test_faulthandler passed
0:04:13 load avg: 0.25 [126/406/1] test_fcntl passed
0:04:13 load avg: 0.25 [127/406/1] test_file passed
0:04:14 load avg: 0.23 [128/406/1] test_file_eintr passed
0:04:15 load avg: 0.23 [129/406/1] test_filecmp passed
0:04:15 load avg: 0.23 [130/406/1] test_fileinput passed
0:04:15 load avg: 0.23 [131/406/1] test_fileio passed
0:04:15 load avg: 0.23 [132/406/1] test_finalization passed
0:04:15 load avg: 0.23 [133/406/1] test_float passed
0:04:15 load avg: 0.23 [134/406/1] test_flufl passed
0:04:15 load avg: 0.23 [135/406/1] test_fnmatch passed
0:04:21 load avg: 0.21 [136/406/1] test_fork1 passed
0:04:21 load avg: 0.21 [137/406/1] test_format passed
0:04:21 load avg: 0.21 [138/406/1] test_fractions passed
0:04:21 load avg: 0.21 [139/406/1] test_frame passed
0:04:21 load avg: 0.21 [140/406/1] test_frozen passed
0:04:21 load avg: 0.21 [141/406/1] test_fstring passed
0:04:21 load avg: 0.21 [142/406/1] test_funcattrs passed
0:04:22 load avg: 0.21 [143/406/1] test_functools passed
0:04:22 load avg: 0.21 [144/406/1] test_future passed
0:04:22 load avg: 0.21 [145/406/1] test_future3 passed
0:04:22 load avg: 0.21 [146/406/1] test_future4 passed
0:04:22 load avg: 0.21 [147/406/1] test_future5 passed
0:04:24 load avg: 0.21 [148/406/1] test_gc passed
0:04:24 load avg: 0.21 [149/406/1] test_generator_stop passed
0:04:24 load avg: 0.21 [150/406/1] test_generators passed
0:04:24 load avg: 0.28 [151/406/1] test_genericalias passed
0:04:24 load avg: 0.28 [152/406/1] test_genericclass passed
0:04:24 load avg: 0.28 [153/406/1] test_genericpath passed
0:04:24 load avg: 0.28 [154/406/1] test_genexps passed
0:04:24 load avg: 0.28 [155/406/1] test_getopt passed
0:04:25 load avg: 0.28 [156/406/1] test_getpass passed
0:04:25 load avg: 0.28 [157/406/1] test_gettext passed
0:04:25 load avg: 0.28 [158/406/1] test_glob passed
0:04:25 load avg: 0.28 [159/406/1] test_global passed
0:04:25 load avg: 0.28 [160/406/1] test_graphlib passed
0:04:25 load avg: 0.28 [161/406/1] test_grp passed
0:04:26 load avg: 0.28 [162/406/1] test_gzip passed
0:04:26 load avg: 0.28 [163/406/1] test_hash passed
0:04:27 load avg: 0.28 [164/406/1] test_hashlib passed
0:04:27 load avg: 0.28 [165/406/1] test_heapq passed
0:04:27 load avg: 0.28 [166/406/1] test_hmac passed
0:04:28 load avg: 0.28 [167/406/1] test_html passed
0:04:28 load avg: 0.28 [168/406/1] test_htmlparser passed
0:04:29 load avg: 0.28 [169/406/1] test_http_cookiejar passed
0:04:30 load avg: 0.33 [170/406/1] test_http_cookies passed
0:04:33 load avg: 0.33 [171/406/1] test_httpservers passed
0:04:37 load avg: 0.39 [172/406/1] test_idle passed
0:04:37 load avg: 0.39 [173/406/1] test_imghdr passed
0:04:37 load avg: 0.39 [174/406/1] test_imp passed
0:04:38 load avg: 0.39 [175/406/1] test_import passed
0:04:41 load avg: 0.36 [176/406/1] test_importlib passed
0:04:41 load avg: 0.36 [177/406/1] test_index passed
0:04:41 load avg: 0.36 [178/406/1] test_inspect passed
0:04:42 load avg: 0.36 [179/406/1] test_int passed
0:04:42 load avg: 0.36 [180/406/1] test_int_literal passed
0:04:44 load avg: 0.33 [181/406/1] test_interpreters passed
0:05:14 load avg: 0.25 running: test_io (30.0 sec)
0:05:20 load avg: 0.23 [182/406/1] test_io passed (35.5 sec)
0:05:20 load avg: 0.23 [183/406/1] test_ioctl skipped
test_ioctl skipped -- Unable to open /dev/tty
0:05:20 load avg: 0.23 [184/406/1] test_ipaddress passed
0:05:20 load avg: 0.23 [185/406/1] test_isinstance passed
0:05:20 load avg: 0.23 [186/406/1] test_iter passed
0:05:20 load avg: 0.23 [187/406/1] test_iterlen passed
0:05:23 load avg: 0.23 [188/406/1] test_itertools passed
0:05:24 load avg: 0.23 [189/406/1] test_json passed
0:05:24 load avg: 0.37 [190/406/1] test_keyword passed
0:05:24 load avg: 0.37 [191/406/1] test_keywordonlyarg passed
0:05:24 load avg: 0.37 [192/406/1] test_kqueue skipped
test_kqueue skipped -- test works only on BSD
0:05:33 load avg: 0.42 [193/406/1] test_largefile passed
0:05:52 load avg: 0.59 [194/406/1] test_lib2to3 passed
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/unittest/loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
  __import__(name)
0:05:52 load avg: 0.59 [195/406/1] test_linecache passed
0:05:52 load avg: 0.59 [196/406/1] test_list passed
0:05:52 load avg: 0.59 [197/406/1] test_listcomps passed
0:05:53 load avg: 0.59 [198/406/1] test_lltrace passed
0:05:53 load avg: 0.59 [199/406/1] test_locale passed
0:06:15 load avg: 0.39 [200/406/1] test_logging passed
0:06:17 load avg: 0.39 [201/406/1] test_long passed
0:06:17 load avg: 0.39 [202/406/1] test_longexp passed
0:06:22 load avg: 0.44 [203/406/1] test_lzma passed
0:06:23 load avg: 0.44 [204/406/1] test_mailbox passed
0:06:23 load avg: 0.44 [205/406/1] test_mailcap passed
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
  warnings.warn(msg, UnsafeMailcapInput)
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
  warnings.warn(msg, UnsafeMailcapInput)
0:06:23 load avg: 0.44 [206/406/1] test_marshal passed
0:06:25 load avg: 0.48 [207/406/1] test_math passed
0:06:25 load avg: 0.48 [208/406/1] test_memoryio passed
0:06:25 load avg: 0.48 [209/406/1] test_memoryview passed
0:06:25 load avg: 0.48 [210/406/1] test_metaclass passed
0:06:25 load avg: 0.48 [211/406/1] test_mimetypes passed
0:06:26 load avg: 0.48 [212/406/1] test_minidom passed
0:06:26 load avg: 0.48 [213/406/1] test_mmap passed
0:06:26 load avg: 0.48 [214/406/1] test_module passed
0:06:26 load avg: 0.48 [215/406/1] test_modulefinder passed
0:06:26 load avg: 0.48 [216/406/1] test_msilib skipped
test_msilib skipped -- No module named '_msi'
0:06:27 load avg: 0.48 [217/406/1] test_multibytecodec passed
0:06:57 load avg: 0.29 running: test_multiprocessing_fork (30.0 sec)
0:07:27 load avg: 0.50 running: test_multiprocessing_fork (1 min)
0:07:31 load avg: 0.46 [218/406/1] test_multiprocessing_fork passed (1 min 4 sec)
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_2fe83ae0'
0:08:01 load avg: 0.27 running: test_multiprocessing_forkserver (30.0 sec)
0:08:31 load avg: 0.22 running: test_multiprocessing_forkserver (1 min)
0:08:40 load avg: 0.19 [219/406/1] test_multiprocessing_forkserver passed (1 min 9 sec)
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_e483af20'
0:08:46 load avg: 0.25 [220/406/1] test_multiprocessing_main_handling passed
0:09:16 load avg: 0.36 running: test_multiprocessing_spawn (30.0 sec)
0:09:46 load avg: 0.34 running: test_multiprocessing_spawn (1 min)
0:10:09 load avg: 0.42 [221/406/1] test_multiprocessing_spawn passed (1 min 23 sec)
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_75d6daf1'
0:10:09 load avg: 0.42 [222/406/1] test_named_expressions passed
0:10:09 load avg: 0.42 [223/406/1] test_netrc passed
0:10:09 load avg: 0.42 [224/406/1] test_nis passed
0:10:10 load avg: 0.42 [225/406/1] test_ntpath passed
0:10:10 load avg: 0.42 [226/406/1] test_numeric_tower passed
0:10:10 load avg: 0.42 [227/406/1] test_opcache passed
0:10:10 load avg: 0.42 [228/406/1] test_openpty passed
0:10:10 load avg: 0.42 [229/406/1] test_operator passed
0:10:10 load avg: 0.42 [230/406/1] test_optparse passed
0:10:10 load avg: 0.42 [231/406/1] test_ordered_dict passed
0:10:11 load avg: 0.42 [232/406/1] test_os passed
0:10:12 load avg: 0.42 [233/406/1] test_osx_env passed
0:10:12 load avg: 0.42 [234/406/1] test_pathlib passed
0:10:12 load avg: 0.42 [235/406/1] test_patma passed
0:10:13 load avg: 0.42 [236/406/1] test_pdb passed
0:10:14 load avg: 0.42 [237/406/1] test_peepholer passed
0:10:14 load avg: 0.42 [238/406/1] test_peg_generator passed
0:10:21 load avg: 0.51 [239/406/1] test_pickle passed
0:10:21 load avg: 0.51 [240/406/1] test_picklebuffer passed
0:10:23 load avg: 0.51 [241/406/1] test_pickletools passed
0:10:23 load avg: 0.51 [242/406/1] test_pipes passed
0:10:23 load avg: 0.51 [243/406/1] test_pkg passed
0:10:23 load avg: 0.51 [244/406/1] test_pkgutil passed
0:10:23 load avg: 0.51 [245/406/1] test_platform passed
0:10:24 load avg: 0.51 [246/406/1] test_plistlib passed
0:10:35 load avg: 0.40 [247/406/1] test_poll passed
0:10:35 load avg: 0.40 [248/406/1] test_popen passed
0:10:35 load avg: 0.40 [249/406/1] test_positional_only_arg passed
0:10:36 load avg: 0.40 [250/406/1] test_posix passed
0:10:36 load avg: 0.40 [251/406/1] test_posixpath passed
0:10:36 load avg: 0.40 [252/406/1] test_pow passed
0:10:36 load avg: 0.40 [253/406/1] test_pprint passed
0:10:36 load avg: 0.40 [254/406/1] test_print passed
0:10:37 load avg: 0.40 [255/406/1] test_profile passed
0:10:37 load avg: 0.40 [256/406/1] test_property passed
0:10:37 load avg: 0.40 [257/406/1] test_pstats passed
0:10:37 load avg: 0.40 [258/406/1] test_pty passed
hi there
0:10:37 load avg: 0.40 [259/406/1] test_pulldom passed
0:10:37 load avg: 0.40 [260/406/1] test_pwd passed
0:10:38 load avg: 0.40 [261/406/1] test_py_compile passed
0:10:38 load avg: 0.40 [262/406/1] test_pyclbr passed
0:11:08 load avg: 0.29 running: test_pydoc (30.0 sec)
0:11:38 load avg: 0.18 running: test_pydoc (1 min)
0:12:08 load avg: 0.17 running: test_pydoc (1 min 30 sec)
0:12:10 load avg: 0.16 [263/406/1] test_pydoc passed (1 min 31 sec)
0:12:10 load avg: 0.16 [264/406/1] test_pyexpat passed
0:12:17 load avg: 0.15 [265/406/1] test_queue passed
0:12:17 load avg: 0.15 [266/406/1] test_quopri passed
0:12:18 load avg: 0.15 [267/406/1] test_raise passed
0:12:18 load avg: 0.15 [268/406/1] test_random passed
0:12:19 load avg: 0.15 [269/406/1] test_range passed
0:12:19 load avg: 0.21 [270/406/1] test_re passed
0:12:19 load avg: 0.21 [271/406/1] test_readline passed
0:12:26 load avg: 0.28 [272/406/1] test_regrtest passed
0:12:26 load avg: 0.28 [273/406/1] test_repl passed
0:12:26 load avg: 0.28 [274/406/1] test_reprlib passed
0:12:26 load avg: 0.28 [275/406/1] test_resource passed
0:12:26 load avg: 0.28 [276/406/1] test_richcmp passed
0:12:27 load avg: 0.28 [277/406/1] test_rlcompleter passed
0:12:27 load avg: 0.28 [278/406/1] test_robotparser passed
0:12:27 load avg: 0.28 [279/406/1] test_runpy passed
0:12:28 load avg: 0.28 [280/406/1] test_sax passed
0:12:28 load avg: 0.28 [281/406/1] test_sched passed
0:12:28 load avg: 0.28 [282/406/1] test_scope passed
0:12:28 load avg: 0.28 [283/406/1] test_script_helper passed
0:12:29 load avg: 0.28 [284/406/1] test_secrets passed
0:12:30 load avg: 0.26 [285/406/1] test_select passed
0:12:47 load avg: 0.34 [286/406/1] test_selectors passed
0:12:49 load avg: 0.39 [287/406/1] test_set passed
0:12:50 load avg: 0.39 [288/406/1] test_setcomps passed
0:12:50 load avg: 0.39 [289/406/1] test_shelve passed
0:12:50 load avg: 0.39 [290/406/1] test_shlex passed
0:12:51 load avg: 0.39 [291/406/1] test_shutil passed
0:13:21 load avg: 0.24 running: test_signal (30.0 sec)
0:13:51 load avg: 0.14 running: test_signal (1 min)
0:14:21 load avg: 0.09 running: test_signal (1 min 30 sec)
0:14:38 load avg: 0.07 [292/406/1] test_signal passed (1 min 46 sec)
0:14:38 load avg: 0.07 [293/406/1] test_site passed
0:14:38 load avg: 0.07 [294/406/1] test_slice passed
0:14:38 load avg: 0.07 [295/406/1] test_smtpd passed
0:14:40 load avg: 0.06 [296/406/1] test_smtplib passed
0:14:40 load avg: 0.06 [297/406/1] test_smtpnet skipped (resource denied)
test_smtpnet skipped -- Use of the 'network' resource not enabled
0:14:40 load avg: 0.06 [298/406/1] test_sndhdr passed
0:14:40 load avg: 0.06 [299/406/1] test_socketserver skipped (resource denied)
test_socketserver skipped -- Use of the 'network' resource not enabled
0:14:40 load avg: 0.06 [300/406/1] test_sort passed
0:14:40 load avg: 0.06 [301/406/1] test_source_encoding passed
0:14:40 load avg: 0.06 [302/406/1] test_spwd passed
0:14:42 load avg: 0.06 [303/406/1] test_sqlite passed
0:14:42 load avg: 0.06 [304/406/1] test_startfile skipped
test_startfile skipped -- object <module 'os' from '/build/python3.10-XUx9Be/python3.10-3.10.12/build-static/../Lib/os.py'> has no attribute 'startfile'
0:14:42 load avg: 0.06 [305/406/1] test_stat passed
0:14:46 load avg: 0.14 [306/406/1] test_statistics passed
0:14:46 load avg: 0.14 [307/406/1] test_strftime passed
0:14:46 load avg: 0.14 [308/406/1] test_string passed
0:14:46 load avg: 0.14 [309/406/1] test_string_literals passed
0:14:46 load avg: 0.14 [310/406/1] test_stringprep passed
0:14:47 load avg: 0.14 [311/406/1] test_strptime passed
0:14:47 load avg: 0.14 [312/406/1] test_strtod passed
0:14:47 load avg: 0.14 [313/406/1] test_struct passed
0:14:47 load avg: 0.14 [314/406/1] test_structseq passed
0:14:48 load avg: 0.14 [315/406/1] test_subclassinit passed
0:15:13 load avg: 0.09 [316/406/1] test_subprocess passed
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/subprocess.py:1072: ResourceWarning: subprocess 127837 is still running
  _warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=5>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=7>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=5>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=7>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
0:15:13 load avg: 0.09 [317/406/1] test_sunau passed
0:15:13 load avg: 0.09 [318/406/1] test_sundry passed
0:15:13 load avg: 0.09 [319/406/1] test_super passed
0:15:13 load avg: 0.09 [320/406/1] test_symtable passed
0:15:13 load avg: 0.09 [321/406/1] test_syntax passed
0:15:14 load avg: 0.09 [322/406/1] test_sys passed
0:15:14 load avg: 0.09 [323/406/1] test_sys_setprofile passed
0:15:14 load avg: 0.16 [324/406/1] test_sys_settrace passed
0:15:14 load avg: 0.16 [325/406/1] test_sysconfig passed
0:15:15 load avg: 0.16 [326/406/1] test_syslog passed
0:15:15 load avg: 0.16 [327/406/1] test_tabnanny passed
0:15:21 load avg: 0.23 [328/406/1] test_tarfile passed
0:15:21 load avg: 0.23 [329/406/1] test_telnetlib passed
0:15:22 load avg: 0.23 [330/406/1] test_tempfile passed
0:15:22 load avg: 0.23 [331/406/1] test_textwrap passed
0:15:23 load avg: 0.23 [332/406/1] test_thread passed
0:15:23 load avg: 0.23 [333/406/1] test_threadedtempfile passed
0:15:33 load avg: 0.19 [334/406/1] test_threading passed
0:15:33 load avg: 0.19 [335/406/1] test_threading_local passed
0:15:38 load avg: 0.18 [336/406/1] test_threadsignals passed
0:15:40 load avg: 0.16 [337/406/1] test_time passed
0:15:40 load avg: 0.16 [338/406/1] test_timeit passed
0:15:40 load avg: 0.16 [339/406/1] test_timeout passed
0:15:41 load avg: 0.16 [340/406/1] test_tix passed
0:15:43 load avg: 0.16 [341/406/1] test_tk passed
0:16:07 load avg: 0.45 [342/406/1] test_tokenize passed
0:16:10 load avg: 0.49 [343/406/1] test_tools passed
0:16:13 load avg: 0.49 [344/406/1] test_trace passed
0:16:14 load avg: 0.49 [345/406/1] test_traceback passed
0:16:14 load avg: 0.54 [346/406/1] test_tracemalloc passed
0:16:14 load avg: 0.54 [347/406/1] test_ttk_textonly passed
0:16:15 load avg: 0.54 [348/406/1] test_tuple passed
0:16:15 load avg: 0.54 [349/406/1] test_turtle passed
0:16:15 load avg: 0.54 [350/406/1] test_type_annotations passed
0:16:15 load avg: 0.54 [351/406/1] test_type_comments passed
0:16:15 load avg: 0.54 [352/406/1] test_typechecks passed
0:16:15 load avg: 0.54 [353/406/1] test_typing passed
0:16:16 load avg: 0.54 [354/406/1] test_ucn passed
0:16:16 load avg: 0.54 [355/406/1] test_unary passed
0:16:18 load avg: 0.54 [356/406/1] test_unicode passed
0:16:18 load avg: 0.54 [357/406/1] test_unicode_file passed
0:16:18 load avg: 0.54 [358/406/1] test_unicode_file_functions passed
0:16:18 load avg: 0.54 [359/406/1] test_unicode_identifiers passed
0:16:26 load avg: 0.61 [360/406/1] test_unicodedata passed
0:16:26 load avg: 0.61 [361/406/1] test_univnewlines passed
0:16:26 load avg: 0.61 [362/406/1] test_unpack passed
0:16:26 load avg: 0.61 [363/406/1] test_unpack_ex passed
0:16:50 load avg: 0.74 [364/406/1] test_unparse passed
<unknown>:423: DeprecationWarning: invalid escape sequence '\?'
<unknown>:426: DeprecationWarning: invalid escape sequence '\?'
0:16:50 load avg: 0.74 [365/406/1] test_urllib passed
0:16:50 load avg: 0.74 [366/406/1] test_urllib2 passed
0:16:52 load avg: 0.74 [367/406/1] test_urllib2_localnet passed
0:16:52 load avg: 0.74 [368/406/1] test_urllib2net skipped (resource denied)
test_urllib2net skipped -- Use of the 'network' resource not enabled
0:16:52 load avg: 0.74 [369/406/1] test_urllib_response passed
0:16:52 load avg: 0.74 [370/406/1] test_urllibnet skipped (resource denied)
test_urllibnet skipped -- Use of the 'network' resource not enabled
0:16:53 load avg: 0.74 [371/406/1] test_urlparse passed
0:16:53 load avg: 0.74 [372/406/1] test_userdict passed
0:16:53 load avg: 0.74 [373/406/1] test_userlist passed
0:16:54 load avg: 0.74 [374/406/1] test_userstring passed
0:16:54 load avg: 0.76 [375/406/1] test_utf8_mode passed
0:16:54 load avg: 0.76 [376/406/1] test_utf8source passed
0:16:55 load avg: 0.76 [377/406/1] test_uu passed
0:16:55 load avg: 0.76 [378/406/1] test_uuid passed
0:17:00 load avg: 0.70 [379/406/1] test_wait3 passed
0:17:05 load avg: 0.65 [380/406/1] test_wait4 passed
0:17:05 load avg: 0.65 [381/406/1] test_warnings passed
0:17:06 load avg: 0.65 [382/406/1] test_wave passed
0:17:11 load avg: 0.67 [383/406/1] test_weakref passed
0:17:11 load avg: 0.67 [384/406/1] test_weakset passed
0:17:11 load avg: 0.67 [385/406/1] test_webbrowser passed
0:17:11 load avg: 0.67 [386/406/1] test_winconsoleio skipped
test_winconsoleio skipped -- test only relevant on win32
0:17:11 load avg: 0.67 [387/406/1] test_winreg skipped
test_winreg skipped -- No module named 'winreg'
0:17:11 load avg: 0.67 [388/406/1] test_winsound skipped
test_winsound skipped -- No module named 'winsound'
0:17:12 load avg: 0.67 [389/406/1] test_with passed
0:17:12 load avg: 0.67 [390/406/1] test_wsgiref passed
0:17:12 load avg: 0.67 [391/406/1] test_xdrlib passed
0:17:12 load avg: 0.67 [392/406/1] test_xml_dom_minicompat passed
0:17:12 load avg: 0.67 [393/406/2] test_xml_etree failed (2 failures)
test test_xml_etree failed -- multiple errors occurred; run in verbose mode for details
0:17:13 load avg: 0.67 [394/406/3] test_xml_etree_c failed (2 failures)
test test_xml_etree_c failed -- multiple errors occurred; run in verbose mode for details
0:17:40 load avg: 0.41 [395/406/3] test_xmlrpc passed
0:17:40 load avg: 0.41 [396/406/3] test_xmlrpc_net skipped (resource denied)
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
0:17:40 load avg: 0.41 [397/406/3] test_xxlimited passed
0:17:40 load avg: 0.41 [398/406/3] test_xxtestfuzz passed
0:17:41 load avg: 0.41 [399/406/3] test_yield_from passed
0:17:41 load avg: 0.41 [400/406/3] test_zipapp passed
0:17:47 load avg: 0.46 [401/406/3] test_zipfile passed
0:17:47 load avg: 0.46 [402/406/3] test_zipfile64 skipped (resource denied)
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:17:47 load avg: 0.46 [403/406/3] test_zipimport passed
0:17:48 load avg: 0.46 [404/406/3] test_zipimport_support passed
0:17:49 load avg: 0.46 [405/406/3] test_zlib passed
0:17:49 load avg: 0.50 [406/406/3] test_zoneinfo passed

== Tests result: FAILURE ==

389 tests OK.

3 tests failed:
    test_distutils test_xml_etree test_xml_etree_c

14 tests skipped:
    test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
    test_socketserver test_startfile test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_xmlrpc_net
    test_zipfile64
0:17:49 load avg: 0.50
0:17:49 load avg: 0.50 Re-running failed tests in verbose mode
0:17:49 load avg: 0.50 Re-running test_distutils in verbose mode (matching: test_customize_compiler)
/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/distutils/command/bdist_rpm.py:11: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils.sysconfig import get_python_version
test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase) ... FAIL

======================================================================
FAIL: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/distutils/tests/test_sysconfig.py", line 141, in test_customize_compiler
    self.assertEqual(comp.exes['linker_so'],
AssertionError: 'env_ldshared --env-ldflags --env-cflags --env-cppflags --sc-ccshared' != 'env_ldshared --env-ldflags --env-cflags --env-cppflags'
- env_ldshared --env-ldflags --env-cflags --env-cppflags --sc-ccshared
?                                                       --------------
+ env_ldshared --env-ldflags --env-cflags --env-cppflags


----------------------------------------------------------------------
Ran 1 test in 0.002s

FAILED (failures=1)
test test_distutils failed
0:17:49 load avg: 0.50 Re-running test_xml_etree in verbose mode (matching: test_simple_xml, test_simple_xml)
test_simple_xml (test.test_xml_etree.XMLPullParserTest) ... 
======================================================================
FAIL: test_simple_xml (test.test_xml_etree.XMLPullParserTest) (chunk_size=1)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/test/test_xml_etree.py", line 1411, in test_simple_xml
    self.assert_event_tags(parser, [('end', 'element')])
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/test/test_xml_etree.py", line 1396, in assert_event_tags
    self.assertEqual([(action, elem.tag) for action, elem in events],
AssertionError: Lists differ: [] != [('end', 'element')]

Second list contains 1 additional elements.
First extra element 0:
('end', 'element')

- []
+ [('end', 'element')]

======================================================================
FAIL: test_simple_xml (test.test_xml_etree.XMLPullParserTest) (chunk_size=5)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/test/test_xml_etree.py", line 1414, in test_simple_xml
    self.assert_event_tags(parser, [
  File "/build/python3.10-XUx9Be/python3.10-3.10.12/Lib/test/test_xml_etree.py", line 1396, in assert_event_tags
    self.assertEqual([(action, elem.tag) for action, elem in events],
AssertionError: Lists differ: [('end', 'element')] != [('end', 'element'), ('end', 'empty-element')]

Second list contains 1 additional elements.
First extra element 1:
('end', 'empty-element')

- [('end', 'element')]
+ [('end', 'element'), ('end', 'empty-element')]

----------------------------------------------------------------------
Ran 1 test in 0.002s

FAILED (failures=2)
test test_xml_etree failed
0:17:49 load avg: 0.50 Re-running test_xml_etree_c in verbose mode (matching: test_simple_xml, test_simple_xml)

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
2 tests failed again:
    test_distutils test_xml_etree

== Tests result: FAILURE then FAILURE ==

389 tests OK.

2 tests failed:
    test_distutils test_xml_etree

14 tests skipped:
    test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
    test_socketserver test_startfile test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_xmlrpc_net
    test_zipfile64

3 re-run tests:
    test_distutils test_xml_etree test_xml_etree_c

1 test run no tests:
    test_xml_etree_c

Total duration: 17 min 50 sec
Tests result: FAILURE then FAILURE
make[1]: *** [Makefile:1239: test] Error 2
make[1]: Leaving directory '/build/python3.10-XUx9Be/python3.10-3.10.12/build-static'

Generated by dwww version 1.14 on Sat Sep 6 02:52:11 CEST 2025.