Skip to content

test_zlib unit is failing with zlib-ng #98567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kloczek opened this issue Oct 23, 2022 · 10 comments
Closed

test_zlib unit is failing with zlib-ng #98567

kloczek opened this issue Oct 23, 2022 · 10 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@kloczek
Copy link

kloczek commented Oct 23, 2022

Looks like just released 3.9.15 and 3.8.15 and still have not merged zlib fixes which are causing that test_zlib unit is failing.
Here is example with 3.9.15

+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu-debug test 'TESTOPTS=-x test_gdb'
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug'
LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
make: Leaving directory '/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug'
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug'
LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug CC='/usr/bin/gcc' LDSHARED='/usr/bin/gcc -shared -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,--build-id=sha1 -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,--build-id=sha1  ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall'      _TCLTK_INCLUDES='' _TCLTK_LIBS=''       ./python -E ../setup.py  build
running build
running build_ext

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_dbm                  _gdbm
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd
time

running build_scripts
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Tools/scripts/pydoc3 -> build/scripts-3.9
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Tools/scripts/idle3 -> build/scripts-3.9
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Tools/scripts/2to3 -> build/scripts-3.9
changing mode of build/scripts-3.9/pydoc3 from 644 to 755
changing mode of build/scripts-3.9/idle3 from 644 to 755
changing mode of build/scripts-3.9/2to3 from 644 to 755
renaming build/scripts-3.9/pydoc3 to build/scripts-3.9/pydoc3.9
renaming build/scripts-3.9/idle3 to build/scripts-3.9/idle3.9
renaming build/scripts-3.9/2to3 to build/scripts-3.9/2to3-3.9
make: Leaving directory '/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug'
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug'
LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug ./python  ../Tools/scripts/run_tests.py -x test_gdb
== CPython 3.9.15 (main, Oct 23 2022, 03:31:55) [GCC 12.2.1 20220819 (Red Hat 12.2.1-2)]
== Linux-5.17.11-300.fc36.x86_64-x86_64-with-glibc2.36.9000 little-endian
== cwd: /home/tkloczko/rpmbuild/BUILD/Python-3.9.15/x86_64-redhat-linux-gnu-debug/build/test_python_3345784æ
== CPU count: 48
== encodings: locale=UTF-8, FS=utf-8
Using random seed 7904724
0:00:00 load avg: 6.55 Run tests in parallel using 50 child processes
0:00:00 load avg: 6.55 [  1/424] test_with passed
0:00:00 load avg: 6.55 [  2/424] test_unary passed
0:00:00 load avg: 6.55 [  3/424] test_winsound skipped (resource denied)
test_winsound skipped -- Use of the 'audio' resource not enabled
0:00:00 load avg: 6.55 [  4/424] test_pty passed
0:00:00 load avg: 6.55 [  5/424] test_urllib_response passed
0:00:00 load avg: 6.55 [  6/424] test_colorsys passed
0:00:00 load avg: 6.55 [  7/424] test_binascii passed
0:00:00 load avg: 6.55 [  8/424] test_ossaudiodev skipped (resource denied)
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
0:00:00 load avg: 6.55 [  9/424] test_check_c_globals passed
0:00:00 load avg: 6.55 [ 10/424] test_future4 passed
0:00:00 load avg: 6.55 [ 11/424] test_funcattrs passed
0:00:00 load avg: 6.55 [ 12/424] test_doctest2 passed
0:00:00 load avg: 6.55 [ 13/424] test_rlcompleter passed
0:00:00 load avg: 6.55 [ 14/424] test_dictcomps passed
0:00:00 load avg: 6.55 [ 15/424] test_format passed
0:00:00 load avg: 6.55 [ 16/424] test_dbm_gnu skipped
test_dbm_gnu skipped -- No module named '_gdbm'
0:00:00 load avg: 6.55 [ 17/424] test_secrets passed
0:00:00 load avg: 6.55 [ 18/424] test_peg_parser passed
0:00:00 load avg: 6.55 [ 19/424] test_sunau passed
0:00:00 load avg: 6.55 [ 20/424] test_ntpath passed
0:00:00 load avg: 6.55 [ 21/424] test_pkg passed
0:00:00 load avg: 6.55 [ 22/424] test_future3 passed
0:00:01 load avg: 6.55 [ 23/424] test_readline passed
0:00:01 load avg: 6.55 [ 24/424] test_quopri passed
0:00:01 load avg: 6.55 [ 25/424] test_genericalias passed
0:00:01 load avg: 6.55 [ 26/424] test_platform passed
0:00:01 load avg: 6.55 [ 27/424] test_eof passed
0:00:01 load avg: 6.55 [ 28/424] test_plistlib passed
0:00:01 load avg: 6.55 [ 29/424] test_webbrowser passed
0:00:01 load avg: 6.55 [ 30/424] test_tcl passed
0:00:01 load avg: 6.55 [ 31/424] test_unpack_ex passed
0:00:01 load avg: 6.55 [ 32/424] test_audioop passed
0:00:01 load avg: 6.55 [ 33/424] test_html passed
0:00:01 load avg: 6.55 [ 34/424] test_ucn passed
0:00:01 load avg: 6.55 [ 35/424] test_resource passed
0:00:01 load avg: 6.55 [ 36/424] test_msilib skipped
test_msilib skipped -- No module named '_msi'
0:00:01 load avg: 6.55 [ 37/424] test_yield_from passed
0:00:01 load avg: 6.55 [ 38/424] test_threadedtempfile passed
0:00:01 load avg: 6.55 [ 39/424] test_ttk_guionly skipped (resource denied)
test_ttk_guionly skipped -- Use of the 'gui' resource not enabled
0:00:01 load avg: 6.55 [ 40/424] test_builtin passed
0:00:01 load avg: 6.55 [ 41/424] test_marshal passed
0:00:01 load avg: 6.55 [ 42/424] test_netrc passed
0:00:01 load avg: 6.55 [ 43/424] test_robotparser passed
0:00:01 load avg: 6.55 [ 44/424] test_iter passed
0:00:01 load avg: 6.55 [ 45/424] test_binop passed
0:00:01 load avg: 6.55 [ 46/424] test_socketserver passed
0:00:01 load avg: 6.55 [ 47/424] test_dbm passed
0:00:01 load avg: 6.55 [ 48/424] test_minidom passed
0:00:01 load avg: 6.55 [ 49/424] test_base64 passed
0:00:01 load avg: 6.55 [ 50/424] test_zipimport_support passed
0:00:01 load avg: 6.55 [ 51/424] test_longexp passed
0:00:01 load avg: 6.55 [ 52/424] test_codecencodings_tw passed
0:00:01 load avg: 6.55 [ 53/424] test_zipapp passed
0:00:01 load avg: 6.55 [ 54/424] test_crashers passed
0:00:01 load avg: 6.55 [ 55/424] test_unpack passed
0:00:01 load avg: 6.55 [ 56/424] test_configparser passed
0:00:01 load avg: 6.55 [ 57/424] test_xml_etree passed
0:00:01 load avg: 6.55 [ 58/424] test_subclassinit passed
0:00:02 load avg: 6.55 [ 59/424] test_shlex passed
0:00:02 load avg: 6.55 [ 60/424] test_epoll passed
0:00:02 load avg: 6.55 [ 61/424] test_generators passed
0:00:02 load avg: 9.31 [ 62/424] test_csv passed
0:00:02 load avg: 9.31 [ 63/424] test_int passed
0:00:02 load avg: 9.31 [ 64/424] test_tempfile passed
0:00:02 load avg: 9.31 [ 65/424] test_symtable passed
0:00:02 load avg: 9.31 [ 66/424] test_ttk_textonly passed
0:00:02 load avg: 9.31 [ 67/424] test_strtod passed
0:00:02 load avg: 9.31 [ 68/424] test_defaultdict passed
0:00:02 load avg: 9.31 [ 69/424] test_userdict passed
0:00:02 load avg: 9.31 [ 70/424] test_unicode_file_functions passed
0:00:02 load avg: 9.31 [ 71/424] test_syslog passed
0:00:02 load avg: 9.31 [ 72/424] test_graphlib passed
0:00:02 load avg: 9.31 [ 73/424] test_typechecks passed
0:00:02 load avg: 9.31 [ 74/424] test_enum passed
0:00:02 load avg: 9.31 [ 75/424] test_imghdr passed
0:00:02 load avg: 9.31 [ 76/424] test_sqlite passed
0:00:02 load avg: 9.31 [ 77/424] test_wave passed
0:00:02 load avg: 9.31 [ 78/424] test_scope passed
0:00:02 load avg: 9.31 [ 79/424] test_turtle passed
0:00:02 load avg: 9.31 [ 80/424] test_bdb passed
0:00:02 load avg: 9.31 [ 81/424] test_asynchat passed
0:00:02 load avg: 9.31 [ 82/424] test_embed passed
0:00:02 load avg: 9.31 [ 83/424] test_htmlparser passed
0:00:02 load avg: 9.31 [ 84/424] test_pipes passed
0:00:02 load avg: 9.31 [ 85/424] test_wsgiref passed
0:00:02 load avg: 9.31 [ 86/424] test_functools passed
0:00:02 load avg: 9.31 [ 87/424] test_utf8source passed
0:00:02 load avg: 9.31 [ 88/424] test_asdl_parser passed
0:00:02 load avg: 9.31 [ 89/424] test_pulldom passed
0:00:03 load avg: 9.31 [ 90/424] test_list passed
0:00:03 load avg: 9.31 [ 91/424] test_shutil passed
0:00:03 load avg: 9.31 [ 92/424] test_string passed
0:00:03 load avg: 9.31 [ 93/424] test_opcodes passed
0:00:03 load avg: 9.31 [ 94/424] test_parser passed
0:00:03 load avg: 9.31 [ 95/424] test_descrtut passed
0:00:03 load avg: 9.31 [ 96/424] test_codeccallbacks passed
0:00:03 load avg: 9.31 [ 97/424] test_locale passed
0:00:03 load avg: 9.31 [ 98/424] test_heapq passed
0:00:03 load avg: 9.31 [ 99/424] test_idle passed
0:00:03 load avg: 9.31 [100/424] test_file passed
0:00:03 load avg: 9.31 [101/424] test__locale passed
0:00:03 load avg: 9.31 [102/424] test_dictviews passed
0:00:03 load avg: 9.31 [103/424] test_smtpd passed
0:00:03 load avg: 9.31 [104/424/1] test_zlib failed (1 error, 1 failure)
test test_zlib failed -- multiple errors occurred; run in verbose mode for details
0:00:03 load avg: 9.31 [105/424/1] test_peepholer passed

[..]

0:03:16 load avg: 3.07 running: test_multiprocessing_forkserver (3 min 8 sec)
0:03:20 load avg: 2.90 [424/424/1] test_multiprocessing_forkserver passed (3 min 12 sec)
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Lib/multiprocessing/resource_tracker.py", line 201, in main
    cache[rtype].remove(name)
KeyError: '/psm_387c8f2a'

== Tests result: FAILURE ==

408 tests OK.

1 test failed:
    test_zlib

15 tests skipped:
    test_dbm_gnu test_dbm_ndbm test_devpoll test_ioctl test_kqueue
    test_msilib test_ossaudiodev test_startfile test_tix test_tk
    test_ttk_guionly test_winconsoleio test_winreg test_winsound
    test_zipfile64
0:03:20 load avg: 2.90
0:03:20 load avg: 2.90 Re-running failed tests in verbose mode
0:03:20 load avg: 2.90 Re-running test_zlib in verbose mode (matching: test_flushes, test_wbits)
test_flushes (test.test_zlib.CompressObjectTestCase) ... ERROR
test_wbits (test.test_zlib.CompressObjectTestCase) ... FAIL

======================================================================
ERROR: test_flushes (test.test_zlib.CompressObjectTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Lib/test/test_zlib.py", line 440, in test_flushes
    ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.'))
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Lib/test/test_zlib.py", line 440, in <genexpr>
    ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.'))
ValueError: invalid literal for int() with base 10: 'zlib-ng'

======================================================================
FAIL: test_wbits (test.test_zlib.CompressObjectTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.9.15/Lib/test/test_zlib.py", line 789, in test_wbits
    zlib.decompress(zlib15, 14)
AssertionError: error not raised

----------------------------------------------------------------------
Ran 2 tests in 0.002s

FAILED (failures=1, errors=1)
test test_zlib failed
1 test failed again:
    test_zlib

== Tests result: FAILURE then FAILURE ==

408 tests OK.

1 test failed:
    test_zlib

15 tests skipped:
    test_dbm_gnu test_dbm_ndbm test_devpoll test_ioctl test_kqueue
    test_msilib test_ossaudiodev test_startfile test_tix test_tk
    test_ttk_guionly test_winconsoleio test_winreg test_winsound
    test_zipfile64

1 re-run test:
    test_zlib

Total duration: 3 min 21 sec
@kloczek kloczek added the type-bug An unexpected behavior, bug, or error label Oct 23, 2022
@kloczek
Copy link
Author

kloczek commented Oct 23, 2022

Just in case I've tested that in the same build env buthth replaced zlib-ng by zlib everything is OK.

@gpshead
Copy link
Member

gpshead commented Oct 23, 2022

3.9 and earlier are only accepting security fixes. is this an issue in 3.10 or later?

@kloczek
Copy link
Author

kloczek commented Oct 23, 2022

I've not been testing and have no time to try that. 😢

@AlexWaygood AlexWaygood added the pending The issue will be closed if no feedback is provided label Oct 24, 2022
@micwoj92
Copy link

micwoj92 commented Nov 7, 2022

I can confirm this issue also exists with python 3.10.8

== Tests result: FAILURE ==

414 tests OK.

1 test failed:
    test_zlib

9 tests skipped:
    test_devpoll test_gdb test_kqueue test_msilib test_startfile
    test_winconsoleio test_winreg test_winsound test_zipfile64

Total duration: 57 min 57 sec
Tests result: FAILURE

@ronaldoussoren ronaldoussoren removed the pending The issue will be closed if no feedback is provided label Nov 14, 2022
@iritkatriel iritkatriel added the tests Tests in the Lib/test dir label Nov 26, 2023
@kloczek
Copy link
Author

kloczek commented Apr 1, 2024

Looks like the same issue is with latest 3.10.14

0:00:08 load avg: 15.76 [213/424/1] test_zlib failed (1 error)
test test_zlib failed -- Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.10.14/Lib/test/test_zlib.py", line 448, in test_flushes
    ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.'))
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.10.14/Lib/test/test_zlib.py", line 448, in <genexpr>
    ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.'))
ValueError: invalid literal for int() with base 10: 'zlib-ng'

@hugovk
Copy link
Member

hugovk commented Apr 1, 2024

From today, 3.11 and earlier are only accepting security fixes.

https://devguide.python.org/versions/

Is this an issue in 3.12 or main?

@hugovk hugovk changed the title 3.9.15, 3.8.15: test_zlib unit is failing with zlib-ng test_zlib unit is failing with zlib-ng Apr 1, 2024
@kloczek
Copy link
Author

kloczek commented Apr 1, 2024

Have no idea ..

@kloczek
Copy link
Author

kloczek commented Apr 14, 2024

Just started migrating to 3.11.9 and found that with this version test suite fails in even more compression units.

Here is test output:
+ cd Python-3.11.9
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu-debug test
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug'
LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug CC='/usr/bin/gcc' LDSHARED='/usr/bin/gcc -shared -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--gc-sections -Wl,--as-needed -Wl,--build-id=sha1 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,pack-relative-relocs -flto=auto -fuse-linker-plugin   ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall'         ./python -E ../setup.py  build
running build
running build_ext

The necessary bits to build these optional modules were not found:
_dbm
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py have not
been built, they are *disabled* by configure:
_gdbm

running build_scripts
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/scripts/pydoc3 -> build/scripts-3.11
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/scripts/idle3 -> build/scripts-3.11
copying and adjusting /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/scripts/2to3 -> build/scripts-3.11
changing mode of build/scripts-3.11/pydoc3 from 644 to 755
changing mode of build/scripts-3.11/idle3 from 644 to 755
changing mode of build/scripts-3.11/2to3 from 644 to 755
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
make: Leaving directory '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug'
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug'
LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug ./python -E  ../Tools/scripts/run_tests.py
== CPython 3.11.9 (main, Apr 14 2024, 11:05:36) [GCC 14.0.1 20240410 (Red Hat 14.0.1-0)]
== Linux-6.8.4-200.fc39.x86_64-x86_64-with-glibc2.39.9000 little-endian
== Python build: debug shared valgrind dtrace
== cwd: /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/build/test_python_worker_1730893æ
== CPU count: 48
== encodings: locale=UTF-8 FS=utf-8
== resources: all,-audio,-gui,-largefile

Using random seed: 2148020214
0:00:00 load avg: 11.28 Run 483 tests in parallel using 50 worker processes
0:00:00 load avg: 11.28 [  1/483] test_utf8source passed
0:00:00 load avg: 11.28 [  2/483] test_netrc passed
0:00:00 load avg: 11.28 [  3/483] test.test_future_stmt.test_future_single_import passed
0:00:00 load avg: 11.28 [  4/483] test_richcmp passed
0:00:00 load avg: 11.28 [  5/483] test_sys_setprofile passed
0:00:00 load avg: 11.28 [  6/483] test_dictviews passed
0:00:00 load avg: 11.28 [  7/483] test_compare passed
0:00:00 load avg: 11.28 [  8/483] test_structseq passed
0:00:00 load avg: 11.28 [  9/483] test_xxtestfuzz passed
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/re/__init__.py:289: DeprecationWarning: The re.TEMPLATE/re.T flag is deprecated as it is an undocumented flag without an obvious purpose. Don't use it.
  warnings.warn("The re.TEMPLATE/re.T flag is deprecated "
0:00:00 load avg: 11.28 [ 10/483] test_codeccallbacks passed
0:00:00 load avg: 11.28 [ 11/483] test_optparse passed
0:00:00 load avg: 11.28 [ 12/483] test_linecache passed
0:00:00 load avg: 11.28 [ 13/483] test_binop passed
0:00:00 load avg: 11.28 [ 14/483] test_pty passed
0:00:00 load avg: 11.28 [ 15/483] test_winconsoleio skipped
test_winconsoleio skipped -- test only relevant on win32
0:00:00 load avg: 11.28 [ 16/483] test_crashers passed
0:00:00 load avg: 11.28 [ 17/483] test_tomllib passed
0:00:00 load avg: 11.28 [ 18/483] test_xdrlib passed
0:00:00 load avg: 11.28 [ 19/483] test_positional_only_arg passed
0:00:00 load avg: 11.28 [ 20/483] test_opcache passed
0:00:00 load avg: 11.28 [ 21/483] test_getpass passed
0:00:00 load avg: 11.28 [ 22/483] test_grammar passed
0:00:00 load avg: 11.28 [ 23/483] test_resource passed
0:00:00 load avg: 11.28 [ 24/483] test_fractions passed
0:00:00 load avg: 11.28 [ 25/483] test_uuid passed
0:00:00 load avg: 11.28 [ 26/483] test_numeric_tower passed
0:00:00 load avg: 11.28 [ 27/483] test_module passed
0:00:00 load avg: 11.28 [ 28/483] test_extcall passed
0:00:01 load avg: 11.28 [ 29/483] test_frame passed
0:00:01 load avg: 11.28 [ 30/483] test_complex passed
0:00:01 load avg: 11.28 [ 31/483] test_pulldom passed
0:00:01 load avg: 11.28 [ 32/483] test_exception_variations passed
0:00:01 load avg: 11.28 [ 33/483] test_descrtut passed
0:00:01 load avg: 11.28 [ 34/483] test_genericalias passed
0:00:01 load avg: 11.28 [ 35/483] test.test_asyncio.test_windows_events skipped
test.test_asyncio.test_windows_events skipped -- Windows only
0:00:01 load avg: 11.28 [ 36/483] test_spwd passed
0:00:01 load avg: 11.28 [ 37/483] test_fnmatch passed
0:00:01 load avg: 11.28 [ 38/483] test_xml_dom_minicompat passed
0:00:01 load avg: 11.28 [ 39/483] test_smtpd passed
0:00:01 load avg: 11.28 [ 40/483] test_property passed
0:00:01 load avg: 11.28 [ 41/483] test_copyreg passed
0:00:01 load avg: 11.28 [ 42/483] test_pyexpat passed
0:00:01 load avg: 11.28 [ 43/483] test_xml_etree passed
0:00:01 load avg: 11.28 [ 44/483] test_fileinput passed
0:00:01 load avg: 11.28 [ 45/483] test_glob passed
0:00:01 load avg: 11.28 [ 46/483] test_lltrace passed
0:00:01 load avg: 11.28 [ 47/483] test_zipimport passed
0:00:01 load avg: 11.28 [ 48/483] test_reprlib passed
0:00:01 load avg: 11.28 [ 49/483] test.test_asyncio.test_timeouts passed
0:00:01 load avg: 11.28 [ 50/483] test_xmlrpc_net passed
0:00:01 load avg: 11.28 [ 51/483] test_osx_env passed
0:00:01 load avg: 11.28 [ 52/483] test_gettext passed
0:00:01 load avg: 11.28 [ 53/483] test_raise passed
0:00:01 load avg: 11.28 [ 54/483] test_site passed
0:00:01 load avg: 11.28 [ 55/483] test_setcomps passed
0:00:01 load avg: 11.28 [ 56/483] test_asyncgen passed
0:00:01 load avg: 11.28 [ 57/483] test_coroutines passed
0:00:01 load avg: 11.28 [ 58/483] test_imp passed
0:00:01 load avg: 11.28 [ 59/483] test.test_asyncio.test_windows_utils skipped
test.test_asyncio.test_windows_utils skipped -- Windows only
0:00:01 load avg: 11.28 [ 60/483] test_ordered_dict passed
0:00:01 load avg: 11.28 [ 61/483] test_metaclass passed
0:00:01 load avg: 11.28 [ 62/483] test_repl passed
0:00:02 load avg: 11.28 [ 63/483] test_codecencodings_jp passed
0:00:02 load avg: 11.28 [ 64/483] test_string_literals passed
0:00:02 load avg: 11.28 [ 65/483] test_baseexception passed
0:00:02 load avg: 11.28 [ 66/483] test_epoll passed
0:00:02 load avg: 11.28 [ 67/483] test_plistlib passed
0:00:02 load avg: 11.28 [ 68/483] test_exception_group passed
0:00:02 load avg: 11.28 [ 69/483] test_turtle passed
0:00:02 load avg: 11.28 [ 70/483] test_xml_etree_c passed
0:00:02 load avg: 11.28 [ 71/483] test_collections passed
0:00:02 load avg: 11.28 [ 72/483] test_bufio passed
0:00:02 load avg: 11.28 [ 73/483] test_fstring passed
0:00:02 load avg: 11.28 [ 74/483] test_webbrowser passed
0:00:02 load avg: 11.28 [ 75/483] test_py_compile passed
0:00:02 load avg: 11.28 [ 76/483] test.test_concurrent_futures.test_init passed
0:00:02 load avg: 11.28 [ 77/483] test_peepholer passed
0:00:02 load avg: 11.28 [ 78/483] test_sndhdr passed
0:00:02 load avg: 11.28 [ 79/483] test_pipes passed
0:00:03 load avg: 11.28 [ 80/483] test_slice passed
0:00:03 load avg: 11.28 [ 81/483] test_file_eintr passed
0:00:03 load avg: 11.28 [ 82/483] test_urllib passed
0:00:03 load avg: 11.28 [ 83/483] test_codecencodings_cn passed
0:00:03 load avg: 11.28 [ 84/483] test_curses passed
0:00:03 load avg: 11.28 [ 85/483] test__opcode passed
0:00:03 load avg: 11.28 [ 86/483] test.test_asyncio.test_waitfor passed
0:00:03 load avg: 11.28 [ 87/483] test_userdict passed
0:00:03 load avg: 11.28 [ 88/483] test_weakset passed
0:00:03 load avg: 11.28 [ 89/483] test_code passed
0:00:03 load avg: 11.28 [ 90/483] test_dbm passed
0:00:03 load avg: 11.28 [ 91/483] test_sched passed
0:00:03 load avg: 11.28 [ 92/483] test_sys passed
0:00:03 load avg: 11.28 [ 93/483] test_textwrap passed
0:00:03 load avg: 11.28 [ 94/483] test_frozen passed
0:00:03 load avg: 11.28 [ 95/483] test_file passed
0:00:04 load avg: 11.28 [ 96/483] test_fileio passed
0:00:04 load avg: 11.28 [ 97/483] test_audit passed
0:00:04 load avg: 11.28 [ 98/483] test_dbm_ndbm skipped
test_dbm_ndbm skipped -- No module named '_dbm'
0:00:04 load avg: 11.28 [ 99/483] test_codecs passed
0:00:04 load avg: 11.28 [100/483] test_ctypes passed
0:00:04 load avg: 11.28 [101/483] test_contextlib_async passed
0:00:04 load avg: 11.28 [102/483] test_pow passed
0:00:04 load avg: 11.28 [103/483] test_dict_version passed
0:00:04 load avg: 13.34 [104/483] test_pep646_syntax passed
0:00:04 load avg: 13.34 [105/483] test_multibytecodec passed
0:00:04 load avg: 13.34 [106/483] test__osx_support passed
0:00:04 load avg: 13.34 [107/483] test_userlist passed
0:00:04 load avg: 13.34 [108/483] test_errno passed
0:00:05 load avg: 13.34 [109/483] test_thread passed
0:00:05 load avg: 13.34 [110/483] test_bigmem passed
0:00:05 load avg: 13.34 [111/483] test_dynamic passed
0:00:05 load avg: 13.34 [112/483] test_defaultdict passed
0:00:05 load avg: 13.34 [113/483] test_threadsignals passed
0:00:05 load avg: 13.34 [114/483] test_ipaddress passed
0:00:05 load avg: 13.34 [115/483] test_wait3 passed
0:00:05 load avg: 13.34 [116/483] test_list passed
0:00:05 load avg: 13.34 [117/483] test_gzip passed
0:00:05 load avg: 13.34 [118/483] test_codecmaps_jp passed
0:00:05 load avg: 13.34 [119/483] test_tcl passed
0:00:06 load avg: 13.34 [120/483] test_code_module passed
0:00:06 load avg: 13.34 [121/483] test_strptime passed
0:00:06 load avg: 13.34 [122/483] test_genericclass passed
0:00:06 load avg: 13.34 [123/483] test_math passed
0:00:06 load avg: 13.34 [124/483] test_typechecks passed
0:00:06 load avg: 13.34 [125/483] test_msilib skipped
test_msilib skipped -- No module named '_msi'
0:00:06 load avg: 13.34 [126/483] test.test_asyncio.test_base_events passed
0:00:06 load avg: 13.34 [127/483] test_gc passed
0:00:06 load avg: 13.34 [128/483] test_decorators passed
0:00:06 load avg: 13.34 [129/483] test_hashlib passed
0:00:06 load avg: 13.34 [130/483] test_mailcap passed
0:00:07 load avg: 13.34 [131/483] test_shutil passed
0:00:07 load avg: 13.34 [132/483] test_argparse passed
0:00:07 load avg: 13.34 [133/483] test_readline passed
0:00:07 load avg: 13.34 [134/483] test_termios passed
0:00:07 load avg: 13.34 [135/483] test_cmath passed
0:00:07 load avg: 13.34 [136/483] test_cgitb passed
0:00:07 load avg: 13.34 [137/483] test_super passed
0:00:07 load avg: 13.34 [138/483] test_array passed
0:00:08 load avg: 13.34 [139/483/1] test_bz2 failed (1 error, 44 failures)
test test_bz2 failed -- multiple errors occurred; run in verbose mode for details
0:00:08 load avg: 13.34 [140/483/1] test_poplib passed
0:00:08 load avg: 13.34 [141/483/1] test_pickletools passed
0:00:08 load avg: 13.34 [142/483/1] test_wave passed
0:00:08 load avg: 13.34 [143/483/1] test_codecencodings_iso2022 passed
0:00:08 load avg: 13.34 [144/483/1] test_generator_stop passed
0:00:08 load avg: 13.34 [145/483/1] test_ttk_textonly passed
0:00:08 load avg: 13.34 [146/483/1] test_zoneinfo passed
0:00:08 load avg: 13.34 [147/483/1] test_nntplib passed
Resource 'nntp.aioe.org' is not available
0:00:08 load avg: 13.34 [148/483/1] test_ucn passed
0:00:08 load avg: 13.34 [149/483/1] test.test_pydoc.test_pydoc passed
0:00:08 load avg: 13.34 [150/483/1] test_bool passed
0:00:08 load avg: 13.34 [151/483/1] test_distutils passed
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:328: DeprecationWarning: check_home argument is deprecated and ignored.
  if sysconfig.is_python_build(True):
warning: source_date_epoch_from_changelog set but %changelog is missing
/usr/bin/gzip -dc  '/tmp/test_python_c9aq7fpn/tmp8elg31cv/foo/build/bdist.linux-x86_64/rpm/SOURCES/foo-0.1.tar.gz' | /usr/bin/tar -xvvof -
/tmp/test_python_c9aq7fpn/tmp8elg31cv/foo/build/bdist.linux-x86_64/rpm/BUILD/foo-0.1/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
/tmp/test_python_c9aq7fpn/tmp8elg31cv/foo/build/bdist.linux-x86_64/rpm/BUILD/foo-0.1/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:13: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils.sysconfig import get_config_vars
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:328: DeprecationWarning: check_home argument is deprecated and ignored.
  if sysconfig.is_python_build(True):
find: ‘debug’: No such file or directory
Traceback (most recent call last):
  File "/usr/lib/rpm/pythondistdeps.py", line 21, in <module>
    from packaging.requirements import Requirement as Requirement_
ModuleNotFoundError: No module named 'packaging'
Traceback (most recent call last):
  File "/usr/lib/rpm/pythondistdeps.py", line 21, in <module>
    from packaging.requirements import Requirement as Requirement_
ModuleNotFoundError: No module named 'packaging'
warning: source_date_epoch_from_changelog set but %changelog is missing
/usr/bin/gzip -dc  '/tmp/test_python_c9aq7fpn/tmpmei3hrh1/foo/build/bdist.linux-x86_64/rpm/SOURCES/foo-0.1.tar.gz' | /usr/bin/tar -xvvof -
/tmp/test_python_c9aq7fpn/tmpmei3hrh1/foo/build/bdist.linux-x86_64/rpm/BUILD/foo-0.1/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
/tmp/test_python_c9aq7fpn/tmpmei3hrh1/foo/build/bdist.linux-x86_64/rpm/BUILD/foo-0.1/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:13: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils.sysconfig import get_config_vars
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:328: DeprecationWarning: check_home argument is deprecated and ignored.
  if sysconfig.is_python_build(True):
find: ‘debug’: No such file or directory
Traceback (most recent call last):
  File "/usr/lib/rpm/pythondistdeps.py", line 21, in <module>
    from packaging.requirements import Requirement as Requirement_
ModuleNotFoundError: No module named 'packaging'
Traceback (most recent call last):
  File "/usr/lib/rpm/pythondistdeps.py", line 21, in <module>
    from packaging.requirements import Requirement as Requirement_
ModuleNotFoundError: No module named 'packaging'
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/distutils/command/install.py:328: DeprecationWarning: check_home argument is deprecated and ignored.
  if sysconfig.is_python_build(True):
0:00:08 load avg: 13.34 [152/483/1] test.test_asyncio.test_taskgroups passed
0:00:08 load avg: 13.34 [153/483/1] test_filecmp passed
0:00:09 load avg: 13.34 [154/483/1] test_long passed
0:00:09 load avg: 13.34 [155/483/1] test_urllib_response passed
0:00:09 load avg: 13.34 [156/483/1] test_pstats passed
0:00:09 load avg: 13.34 [157/483/1] test.test_gdb.test_cfunction passed
0:00:09 load avg: 13.34 [158/483/1] test_unpack passed
0:00:09 load avg: 13.34 [159/483/1] test_float passed
0:00:09 load avg: 13.34 [160/483/1] test_importlib passed
0:00:09 load avg: 16.20 [161/483/1] test_tk skipped (resource denied)
test_tk skipped -- Use of the 'gui' resource not enabled
0:00:09 load avg: 16.20 [162/483/1] test.test_asyncio.test_futures2 passed
0:00:09 load avg: 16.20 [163/483/1] test_iter passed
0:00:09 load avg: 16.20 [164/483/1] test_keywordonlyarg passed
0:00:10 load avg: 16.20 [165/483/1] test.test_asyncio.test_proactor_events passed
0:00:10 load avg: 16.20 [166/483/1] test_asdl_parser passed
0:00:10 load avg: 16.20 [167/483/1] test_time passed
0:00:10 load avg: 16.20 [168/483/1] test.test_asyncio.test_queues passed
0:00:10 load avg: 16.20 [169/483/1] test_c_locale_coercion passed
0:00:10 load avg: 16.20 [170/483/1] test_abc passed
0:00:10 load avg: 16.20 [171/483/1] test_clinic passed
0:00:11 load avg: 16.20 [172/483/1] test_tracemalloc passed
0:00:11 load avg: 16.20 [173/483/1] test_stable_abi_ctypes passed
0:00:11 load avg: 16.20 [174/483/1] test_telnetlib passed
0:00:11 load avg: 16.20 [175/483/1] test_smtpnet passed
0:00:11 load avg: 16.20 [176/483/1] test_codecmaps_tw passed
0:00:12 load avg: 16.20 [177/483/1] test_mailbox passed
0:00:12 load avg: 16.20 [178/483/1] test_builtin passed
0:00:12 load avg: 16.20 [179/483/1] test_tabnanny passed
0:00:12 load avg: 16.20 [180/483/1] test_cmd_line_script passed
0:00:12 load avg: 16.20 [181/483/1] test_symtable passed
0:00:12 load avg: 16.20 [182/483/1] test_codecmaps_kr passed
0:00:12 load avg: 16.20 [183/483/1] test_urllib2_localnet passed
0:00:13 load avg: 16.20 [184/483/1] test_zlib passed
0:00:13 load avg: 16.20 [185/483/1] test_scope passed
0:00:13 load avg: 16.20 [186/483/1] test_sax passed
0:00:13 load avg: 16.20 [187/483/1] test_embed passed
0:00:13 load avg: 16.20 [188/483/1] test_urllib2 passed
0:00:13 load avg: 16.20 [189/483/1] test_htmlparser passed
0:00:13 load avg: 16.20 [190/483/1] test_genericpath passed
0:00:14 load avg: 16.20 [191/483/1] test.test_concurrent_futures.test_thread_pool passed
0:00:14 load avg: 16.20 [192/483/1] test_ioctl skipped
test_ioctl skipped -- Unable to open /dev/tty
0:00:14 load avg: 16.20 [193/483/1] test_fork1 passed
0:00:14 load avg: 16.20 [194/483/1] test_lzma passed
0:00:14 load avg: 16.20 [195/483/1] test_http_cookiejar passed
0:00:14 load avg: 16.20 [196/483/1] test_datetime passed
0:00:14 load avg: 16.20 [197/483/1] test_itertools passed
0:00:14 load avg: 16.20 [198/483/1] test_named_expressions passed
0:00:14 load avg: 16.20 [199/483/1] test_call passed
0:00:14 load avg: 16.20 [200/483/1] test_unary passed
0:00:14 load avg: 16.20 [201/483/1] test_fcntl passed
0:00:14 load avg: 17.62 [202/483/1] test_winsound skipped (resource denied)
test_winsound skipped -- Use of the 'audio' resource not enabled
0:00:14 load avg: 17.62 [203/483/1] test_interpreters passed
0:00:14 load avg: 17.62 [204/483/1] test_syntax passed
0:00:15 load avg: 17.62 [205/483/1] test_binascii passed
0:00:15 load avg: 17.62 [206/483/1] test_idle passed
0:00:15 load avg: 17.62 [207/483/1] test_type_annotations passed
0:00:16 load avg: 17.62 [208/483/1] test_urllibnet passed
0:00:16 load avg: 17.62 [209/483/1] test_ftplib passed
0:00:16 load avg: 17.62 [210/483/1] test_posixpath passed
0:00:16 load avg: 17.62 [211/483/1] test_crypt passed
0:00:17 load avg: 17.62 [212/483/1] test_json passed
0:00:17 load avg: 17.62 [213/483/1] test_httplib passed
0:00:17 load avg: 17.62 [214/483/1] test.test_concurrent_futures.test_future passed
0:00:17 load avg: 17.62 [215/483/1] test_unicode_file passed
0:00:17 load avg: 17.62 [216/483/1] test.test_asyncio.test_server passed
0:00:17 load avg: 17.62 [217/483/1] test_codecencodings_kr passed
0:00:17 load avg: 17.62 [218/483/1] test_openpty passed
0:00:18 load avg: 17.62 [219/483/1] test_flufl passed
0:00:18 load avg: 17.62 [220/483/1] test_genexps passed
0:00:18 load avg: 17.62 [221/483/1] test.test_future_stmt.test_future_multiple_features passed
0:00:18 load avg: 17.62 [222/483/1] test_buffer passed
0:00:18 load avg: 17.62 [223/483/1] test_platform passed
0:00:18 load avg: 17.62 [224/483/1] test_stringprep passed
0:00:18 load avg: 17.62 [225/483/1] test_heapq passed
0:00:18 load avg: 17.62 [226/483/1] test_dataclasses passed
0:00:18 load avg: 17.62 [227/483/1] test_email passed
0:00:18 load avg: 17.62 [228/483/1] test_dynamicclassattribute passed
0:00:19 load avg: 17.62 [229/483/1] test_unicode_file_functions passed
0:00:19 load avg: 17.62 [230/483/1] test_urllib2net passed
0:00:19 load avg: 17.62 [231/483/1] test_listcomps passed
0:00:19 load avg: 17.62 [232/483/1] test_bisect passed
0:00:19 load avg: 17.62 [233/483/1] test.test_multiprocessing_fork.test_threads passed
0:00:19 load avg: 17.62 [234/483/1] test_iterlen passed
0:00:19 load avg: 17.62 [235/483/1] test_robotparser passed
0:00:19 load avg: 17.62 [236/483/1] test_pyclbr passed
0:00:19 load avg: 17.62 [237/483/1] test_descr passed
0:00:19 load avg: 19.09 [238/483/1] test_devpoll skipped
test_devpoll skipped -- test works only on Solaris OS family
0:00:19 load avg: 19.09 [239/483/1] test_threading passed
0:00:19 load avg: 19.09 [240/483/1] test_ssl passed
Resource 'ipv6.google.com' is not available
0:00:20 load avg: 19.09 [241/483/1] test_compile passed
<string>:10: SyntaxWarning: 'list' object is not callable; perhaps you missed a comma?
0:00:20 load avg: 19.09 [242/483/1] test_statistics passed
0:00:20 load avg: 19.09 [243/483/1] test_string passed
0:00:20 load avg: 19.09 [244/483/1] test_format passed
0:00:20 load avg: 19.09 [245/483/1] test_threading_local passed
0:00:20 load avg: 19.09 [246/483/1] test_opcodes passed
0:00:20 load avg: 19.09 [247/483/1] test_augassign passed
0:00:20 load avg: 19.09 [248/483/1] test_script_helper passed
0:00:20 load avg: 19.09 [249/483/1] test.test_asyncio.test_transports passed
0:00:20 load avg: 19.09 [250/483/1] test_stat passed
0:00:20 load avg: 19.09 [251/483/1] test_launcher skipped
test_launcher skipped -- test only applies to Windows
0:00:20 load avg: 19.09 [252/483/1] test.test_asyncio.test_unix_events passed
0:00:20 load avg: 19.09 [253/483/1] test_charmapcodec passed
0:00:20 load avg: 19.09 [254/483/1] test_modulefinder passed
0:00:20 load avg: 19.09 [255/483/1] test_codecencodings_hk passed
0:00:20 load avg: 19.09 [256/483/1] test_multiprocessing_main_handling passed
0:00:21 load avg: 19.09 [257/483/1] test.test_asyncio.test_buffered_proto passed
0:00:21 load avg: 19.09 [258/483/1] test.test_concurrent_futures.test_as_completed passed
0:00:21 load avg: 19.09 [259/483/1] test_deque passed
0:00:21 load avg: 19.09 [260/483/1] test_tty passed
0:00:21 load avg: 19.09 [261/483/1] test_range passed
0:00:21 load avg: 19.09 [262/483/1] test.test_asyncio.test_subprocess passed
0:00:21 load avg: 19.09 [263/483/1] test.test_future_stmt.test_future passed
0:00:21 load avg: 19.09 [264/483/1] test_dbm_gnu skipped
test_dbm_gnu skipped -- No module named '_gdbm'
0:00:22 load avg: 19.09 [265/483/1] test_unicode passed
0:00:22 load avg: 19.09 [266/483/1] test_startfile skipped
test_startfile skipped -- object <module 'os' from '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/os.py'> has no attribute 'startfile'
0:00:22 load avg: 19.09 [267/483/1] test_memoryview passed
0:00:22 load avg: 19.09 [268/483/1] test.test_concurrent_futures.test_shutdown passed
0:00:22 load avg: 19.09 [269/483/1] test_traceback passed
0:00:22 load avg: 19.09 [270/483/1] test_int_literal passed
0:00:22 load avg: 19.09 [271/483/1] test_peg_generator passed
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/support/__init__.py:1688: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils import ccompiler, sysconfig, spawn, errors
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/support/__init__.py:1688: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils import ccompiler, sysconfig, spawn, errors
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Python/Python-ast.c:3:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Python/asdl.c:1:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/tokenizer.c:5:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.c:1:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen_errors.c:1:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/action_helpers.c:1:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/string_parser.c:3:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/peg_generator/peg_extension/peg_extension.c:1:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include/Python.h:23,
                 from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Parser/pegen.h:5,
                 from parse.c:2:
/usr/include/features.h:422:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
0:00:22 load avg: 19.09 [272/483/1] test_contains passed
0:00:23 load avg: 19.09 [273/483/1] test_cmd passed
0:00:23 load avg: 19.09 [274/483/1] test_nis passed
0:00:23 load avg: 19.09 [275/483/1] test_sqlite3 passed
0:00:23 load avg: 19.09 [276/483/1] test_patma passed
0:00:23 load avg: 19.09 [277/483/1] test_httpservers passed
0:00:23 load avg: 19.09 [278/483/1] test_kqueue skipped
test_kqueue skipped -- test works only on BSD
0:00:23 load avg: 19.09 [279/483/1] test_cgi passed
0:00:23 load avg: 19.09 [280/483/1] test_check_c_globals passed
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/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:23 load avg: 19.09 [281/483/1] test_print passed
0:00:23 load avg: 19.09 [282/483/1] test_userstring passed
0:00:24 load avg: 19.09 [283/483/1] test_zipimport_support passed
0:00:24 load avg: 19.09 [284/483/1] test_pkg passed
0:00:24 load avg: 20.45 [285/483/1] test_queue passed
0:00:25 load avg: 20.45 [286/483/1] test.test_asyncio.test_context passed
0:00:25 load avg: 20.45 [287/483/1] test_decimal passed
0:00:25 load avg: 20.45 [288/483/1] test_calendar passed
0:00:26 load avg: 20.45 [289/483/1] test_html passed
0:00:26 load avg: 20.45 [290/483/1] test.test_asyncio.test_streams passed
0:00:26 load avg: 20.45 [291/483/1] test.test_asyncio.test_futures passed
0:00:26 load avg: 20.45 [292/483/1] test_bytes passed
0:00:26 load avg: 20.45 [293/483/1] test_audioop passed
0:00:27 load avg: 20.45 [294/483/1] test.test_asyncio.test_sendfile passed
0:00:27 load avg: 20.45 [295/483/1] test_ossaudiodev skipped (resource denied)
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
0:00:27 load avg: 20.45 [296/483/1] test_types passed
0:00:27 load avg: 20.45 [297/483/1] test_re passed
0:00:27 load avg: 20.45 [298/483/1] test_pprint passed
0:00:27 load avg: 20.45 [299/483/1] test_context passed
0:00:27 load avg: 20.45 [300/483/1] test_getopt passed
0:00:27 load avg: 20.45 [301/483/1] test_type_comments passed
0:00:27 load avg: 20.45 [302/483/1] test_keyword passed
0:00:27 load avg: 20.45 [303/483/1] test_dis passed
0:00:27 load avg: 20.45 [304/483/1] test_zipapp passed
0:00:28 load avg: 20.45 [305/483/1] test.test_multiprocessing_forkserver.test_threads passed
0:00:28 load avg: 20.45 [306/483/1] test__locale passed
0:00:28 load avg: 20.45 [307/483/1] test.test_multiprocessing_fork.test_manager passed
0:00:28 load avg: 20.45 [308/483/1] test_docxmlrpc passed
0:00:28 load avg: 20.45 [309/483/1] test_syslog passed
0:00:28 load avg: 20.45 [310/483/1] test_atexit passed
0:00:29 load avg: 20.45 [311/483/1] test.test_gdb.test_backtrace passed
0:00:29 load avg: 20.45 [312/483/1] test_operator passed
0:00:29 load avg: 20.45 [313/483/1] test___all__ passed
0:00:29 load avg: 20.45 [314/483/1] test_utf8_mode passed
0:00:29 load avg: 20.45 [315/483/1] test_functools passed
0:00:29 load avg: 20.45 [316/483/1] test_uu passed
0:00:29 load avg: 20.45 [317/483/1] test_graphlib passed
0:00:29 load avg: 20.45 [318/483/1] test_tuple passed
0:00:30 load avg: 21.77 [319/483/1] test.test_asyncio.test_protocols passed -- running (1): test_signal (30.0 sec)
0:00:30 load avg: 21.77 [320/483/1] test_copy passed -- running (2): test_signal (30.1 sec), test_unparse (30.0 sec)
0:00:30 load avg: 21.77 [321/483/1] test_strtod passed -- running (2): test_signal (30.1 sec), test_unparse (30.1 sec)
0:00:30 load avg: 21.77 [322/483/1] test_locale passed -- running (2): test_signal (30.3 sec), test_unparse (30.3 sec)
0:00:30 load avg: 21.77 [323/483/1] test_difflib passed -- running (2): test_signal (30.5 sec), test_unparse (30.4 sec)
0:00:30 load avg: 21.77 [324/483/1] test_popen passed -- running (2): test_signal (30.6 sec), test_unparse (30.5 sec)
0:00:30 load avg: 21.77 [325/483/1] test_timeout passed -- running (3): test_signal (30.7 sec), test_tokenize (30.1 sec), test_unparse (30.6 sec)
0:00:30 load avg: 21.77 [326/483/1] test_trace passed -- running (3): test_signal (30.7 sec), test_tokenize (30.1 sec), test_unparse (30.6 sec)
0:00:30 load avg: 21.77 [327/483/1] test_funcattrs passed -- running (3): test_signal (30.7 sec), test_tokenize (30.2 sec), test_unparse (30.7 sec)
0:00:31 load avg: 21.77 [328/483/1] test_xmlrpc passed -- running (4): test_signal (31.0 sec), test_tokenize (30.4 sec), test.test_multiprocessing_spawn.test_manager (30.0 sec), test_unparse (30.9 sec)
0:00:31 load avg: 21.77 [329/483/1] test_asynchat passed -- running (4): test_signal (31.0 sec), test_tokenize (30.5 sec), test.test_multiprocessing_spawn.test_manager (30.1 sec), test_unparse (31.0 sec)
0:00:31 load avg: 21.77 [330/483/1] test_shelve passed -- running (5): test_signal (31.1 sec), test_tokenize (30.6 sec), test.test_multiprocessing_spawn.test_manager (30.2 sec), test.test_multiprocessing_spawn.test_misc (30.0 sec), test_unparse (31.1 sec)
0:00:31 load avg: 21.77 [331/483/1] test_longexp passed -- running (5): test_signal (31.2 sec), test_tokenize (30.6 sec), test.test_multiprocessing_spawn.test_manager (30.2 sec), test.test_multiprocessing_spawn.test_misc (30.0 sec), test_unparse (31.1 sec)
0:00:31 load avg: 21.77 [332/483/1] test_tarfile passed -- running (5): test_signal (31.3 sec), test_tokenize (30.7 sec), test.test_multiprocessing_spawn.test_manager (30.4 sec), test.test_multiprocessing_spawn.test_misc (30.2 sec), test_unparse (31.2 sec)
0:00:31 load avg: 21.77 [333/483/1] test.test_asyncio.test_locks passed -- running (5): test_signal (31.3 sec), test_tokenize (30.7 sec), test.test_multiprocessing_spawn.test_manager (30.4 sec), test.test_multiprocessing_spawn.test_misc (30.2 sec), test_unparse (31.3 sec)
0:00:31 load avg: 21.77 [334/483/1] test_cprofile passed -- running (5): test_signal (31.3 sec), test_tokenize (30.8 sec), test.test_multiprocessing_spawn.test_manager (30.4 sec), test.test_multiprocessing_spawn.test_misc (30.2 sec), test_unparse (31.3 sec)
0:00:31 load avg: 21.77 [335/483/1] test_contextlib passed -- running (5): test_signal (31.4 sec), test_tokenize (30.8 sec), test.test_multiprocessing_spawn.test_manager (30.4 sec), test.test_multiprocessing_spawn.test_misc (30.2 sec), test_unparse (31.3 sec)
0:00:31 load avg: 21.77 [336/483/1] test_faulthandler passed -- running (5): test_signal (31.4 sec), test_tokenize (30.9 sec), test.test_multiprocessing_spawn.test_manager (30.5 sec), test.test_multiprocessing_spawn.test_misc (30.3 sec), test_unparse (31.4 sec)
0:00:31 load avg: 21.77 [337/483/1] test_socketserver passed -- running (5): test_signal (31.5 sec), test_tokenize (31.0 sec), test.test_multiprocessing_spawn.test_manager (30.6 sec), test.test_multiprocessing_spawn.test_misc (30.4 sec), test_unparse (31.5 sec)
0:00:31 load avg: 21.77 [338/483/1] test_os passed -- running (5): test_signal (31.6 sec), test_tokenize (31.0 sec), test.test_multiprocessing_spawn.test_manager (30.7 sec), test.test_multiprocessing_spawn.test_misc (30.5 sec), test_unparse (31.5 sec)
0:00:31 load avg: 21.77 [339/483/1] test_shlex passed -- running (5): test_signal (31.7 sec), test_tokenize (31.1 sec), test.test_multiprocessing_spawn.test_manager (30.8 sec), test.test_multiprocessing_spawn.test_misc (30.6 sec), test_unparse (31.6 sec)
0:00:31 load avg: 21.77 [340/483/1] test.test_gdb.test_cfunction_full passed -- running (6): test_signal (31.8 sec), test_lib2to3 (30.0 sec), test_tokenize (31.2 sec), test.test_multiprocessing_spawn.test_manager (30.8 sec), test.test_multiprocessing_spawn.test_misc (30.6 sec), test_unparse (31.7 sec)
0:00:31 load avg: 21.77 [341/483/1] test_subclassinit passed -- running (6): test_signal (31.8 sec), test_lib2to3 (30.1 sec), test_tokenize (31.2 sec), test.test_multiprocessing_spawn.test_manager (30.9 sec), test.test_multiprocessing_spawn.test_misc (30.7 sec), test_unparse (31.7 sec)
0:00:31 load avg: 21.77 [342/483/1] test_eintr passed -- running (7): test.test_concurrent_futures.test_wait (30.1 sec), test_signal (31.9 sec), test_lib2to3 (30.1 sec), test_tokenize (31.3 sec), test.test_multiprocessing_spawn.test_manager (31.0 sec), test.test_multiprocessing_spawn.test_misc (30.8 sec), test_unparse (31.8 sec)
0:00:32 load avg: 21.77 [343/483/1] test_largefile passed -- running (7): test.test_concurrent_futures.test_wait (30.2 sec), test_signal (32.0 sec), test_lib2to3 (30.3 sec), test_tokenize (31.4 sec), test.test_multiprocessing_spawn.test_manager (31.1 sec), test.test_multiprocessing_spawn.test_misc (30.9 sec), test_unparse (32.0 sec)
0:00:32 load avg: 21.77 [344/483/1] test_sort passed -- running (7): test.test_concurrent_futures.test_wait (30.3 sec), test_signal (32.1 sec), test_lib2to3 (30.4 sec), test_tokenize (31.5 sec), test.test_multiprocessing_spawn.test_manager (31.2 sec), test.test_multiprocessing_spawn.test_misc (31.0 sec), test_unparse (32.0 sec)
0:00:32 load avg: 21.77 [345/483/1] test_imghdr passed -- running (7): test.test_concurrent_futures.test_wait (30.3 sec), test_signal (32.1 sec), test_lib2to3 (30.4 sec), test_tokenize (31.6 sec), test.test_multiprocessing_spawn.test_manager (31.2 sec), test.test_multiprocessing_spawn.test_misc (31.0 sec), test_unparse (32.1 sec)
0:00:32 load avg: 21.77 [346/483/1] test_picklebuffer passed -- running (7): test.test_concurrent_futures.test_wait (30.3 sec), test_signal (32.2 sec), test_lib2to3 (30.4 sec), test_tokenize (31.6 sec), test.test_multiprocessing_spawn.test_manager (31.2 sec), test.test_multiprocessing_spawn.test_misc (31.0 sec), test_unparse (32.1 sec)
0:00:32 load avg: 21.77 [347/483/1] test_typing passed -- running (7): test.test_concurrent_futures.test_wait (30.3 sec), test_signal (32.2 sec), test_lib2to3 (30.4 sec), test_tokenize (31.6 sec), test.test_multiprocessing_spawn.test_manager (31.2 sec), test.test_multiprocessing_spawn.test_misc (31.1 sec), test_unparse (32.1 sec)
0:00:32 load avg: 21.77 [348/483/1] test_zipfile64 skipped (resource denied) -- running (7): test.test_concurrent_futures.test_wait (30.4 sec), test_signal (32.2 sec), test_lib2to3 (30.4 sec), test_tokenize (31.6 sec), test.test_multiprocessing_spawn.test_manager (31.3 sec), test.test_multiprocessing_spawn.test_misc (31.1 sec), test_unparse (32.1 sec)
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:00:32 load avg: 21.77 [349/483/1] test_hmac passed -- running (7): test.test_concurrent_futures.test_wait (30.7 sec), test_signal (32.5 sec), test_lib2to3 (30.8 sec), test_tokenize (31.9 sec), test.test_multiprocessing_spawn.test_manager (31.6 sec), test.test_multiprocessing_spawn.test_misc (31.4 sec), test_unparse (32.4 sec)
0:00:32 load avg: 21.77 [350/483/1] test_isinstance passed -- running (7): test.test_concurrent_futures.test_wait (30.7 sec), test_signal (32.6 sec), test_lib2to3 (30.8 sec), test_tokenize (32.0 sec), test.test_multiprocessing_spawn.test_manager (31.6 sec), test.test_multiprocessing_spawn.test_misc (31.4 sec), test_unparse (32.5 sec)
0:00:32 load avg: 21.77 [351/483/1] test_exception_hierarchy passed -- running (7): test.test_concurrent_futures.test_wait (30.7 sec), test_signal (32.6 sec), test_lib2to3 (30.8 sec), test_tokenize (32.0 sec), test.test_multiprocessing_spawn.test_manager (31.7 sec), test.test_multiprocessing_spawn.test_misc (31.5 sec), test_unparse (32.5 sec)
0:00:32 load avg: 21.77 [352/483/1] test_enumerate passed -- running (7): test.test_concurrent_futures.test_wait (30.8 sec), test_signal (32.6 sec), test_lib2to3 (30.9 sec), test_tokenize (32.0 sec), test.test_multiprocessing_spawn.test_manager (31.7 sec), test.test_multiprocessing_spawn.test_misc (31.5 sec), test_unparse (32.5 sec)
0:00:32 load avg: 21.77 [353/483/1] test_struct passed -- running (7): test.test_concurrent_futures.test_wait (31.0 sec), test_signal (32.8 sec), test_lib2to3 (31.1 sec), test_tokenize (32.2 sec), test.test_multiprocessing_spawn.test_manager (31.9 sec), test.test_multiprocessing_spawn.test_misc (31.7 sec), test_unparse (32.8 sec)
0:00:32 load avg: 21.77 [354/483/1] test_codecencodings_tw passed -- running (7): test.test_concurrent_futures.test_wait (31.0 sec), test_signal (32.8 sec), test_lib2to3 (31.1 sec), test_tokenize (32.3 sec), test.test_multiprocessing_spawn.test_manager (31.9 sec), test.test_multiprocessing_spawn.test_misc (31.7 sec), test_unparse (32.8 sec)
0:00:32 load avg: 21.77 [355/483/1] test_yield_from passed -- running (7): test.test_concurrent_futures.test_wait (31.1 sec), test_signal (32.9 sec), test_lib2to3 (31.2 sec), test_tokenize (32.3 sec), test.test_multiprocessing_spawn.test_manager (32.0 sec), test.test_multiprocessing_spawn.test_misc (31.8 sec), test_unparse (32.8 sec)
0:00:33 load avg: 21.77 [356/483/1] test_marshal passed -- running (7): test.test_concurrent_futures.test_wait (31.2 sec), test_signal (33.0 sec), test_lib2to3 (31.3 sec), test_tokenize (32.5 sec), test.test_multiprocessing_spawn.test_manager (32.1 sec), test.test_multiprocessing_spawn.test_misc (31.9 sec), test_unparse (33.0 sec)
0:00:33 load avg: 21.77 [357/483/1] test.test_asyncio.test_pep492 passed -- running (7): test.test_concurrent_futures.test_wait (31.3 sec), test_signal (33.1 sec), test_lib2to3 (31.4 sec), test_tokenize (32.5 sec), test.test_multiprocessing_spawn.test_manager (32.2 sec), test.test_multiprocessing_spawn.test_misc (32.0 sec), test_unparse (33.0 sec)
0:00:33 load avg: 21.77 [358/483/1] test_rlcompleter passed -- running (7): test.test_concurrent_futures.test_wait (31.3 sec), test_signal (33.1 sec), test_lib2to3 (31.4 sec), test_tokenize (32.6 sec), test.test_multiprocessing_spawn.test_manager (32.2 sec), test.test_multiprocessing_spawn.test_misc (32.0 sec), test_unparse (33.1 sec)
0:00:33 load avg: 21.77 [359/483/1] test_select passed -- running (7): test.test_concurrent_futures.test_wait (31.4 sec), test_signal (33.2 sec), test_lib2to3 (31.5 sec), test_tokenize (32.6 sec), test.test_multiprocessing_spawn.test_manager (32.3 sec), test.test_multiprocessing_spawn.test_misc (32.1 sec), test_unparse (33.2 sec)
0:00:33 load avg: 21.77 [360/483/1] test_sundry passed -- running (7): test.test_concurrent_futures.test_wait (31.4 sec), test_signal (33.2 sec), test_lib2to3 (31.5 sec), test_tokenize (32.7 sec), test.test_multiprocessing_spawn.test_manager (32.3 sec), test.test_multiprocessing_spawn.test_misc (32.1 sec), test_unparse (33.2 sec)
0:00:33 load avg: 21.77 [361/483/1] test_index passed -- running (7): test.test_concurrent_futures.test_wait (31.5 sec), test_signal (33.3 sec), test_lib2to3 (31.6 sec), test_tokenize (32.7 sec), test.test_multiprocessing_spawn.test_manager (32.4 sec), test.test_multiprocessing_spawn.test_misc (32.2 sec), test_unparse (33.2 sec)
0:00:33 load avg: 21.77 [362/483/1] test_sunau passed -- running (8): test.test_concurrent_futures.test_wait (31.5 sec), test_signal (33.3 sec), test_lib2to3 (31.6 sec), test_tokenize (32.8 sec), test.test_multiprocessing_spawn.test_manager (32.4 sec), test.test_multiprocessing_spawn.test_misc (32.2 sec), test_unparse (33.3 sec), test_capi (30.0 sec)
0:00:33 load avg: 21.77 [363/483/1] test.test_multiprocessing_fork.test_misc passed -- running (8): test.test_concurrent_futures.test_wait (31.6 sec), test_signal (33.4 sec), test_lib2to3 (31.6 sec), test_tokenize (32.8 sec), test.test_multiprocessing_spawn.test_manager (32.5 sec), test.test_multiprocessing_spawn.test_misc (32.3 sec), test_unparse (33.3 sec), test_capi (30.1 sec)
0:00:33 load avg: 21.77 [364/483/1] test_warnings passed -- running (8): test.test_concurrent_futures.test_wait (31.6 sec), test_signal (33.5 sec), test_lib2to3 (31.7 sec), test_tokenize (32.9 sec), test.test_multiprocessing_spawn.test_manager (32.5 sec), test.test_multiprocessing_spawn.test_misc (32.3 sec), test_unparse (33.4 sec), test_capi (30.1 sec)
0:00:33 load avg: 21.77 [365/483/1] test_pathlib passed -- running (8): test.test_concurrent_futures.test_wait (31.6 sec), test_signal (33.5 sec), test_lib2to3 (31.7 sec), test_tokenize (32.9 sec), test.test_multiprocessing_spawn.test_manager (32.6 sec), test.test_multiprocessing_spawn.test_misc (32.4 sec), test_unparse (33.4 sec), test_capi (30.2 sec)
0:00:33 load avg: 21.77 [366/483/1] test_ttk_guionly skipped (resource denied) -- running (8): test.test_concurrent_futures.test_wait (31.8 sec), test_signal (33.6 sec), test_lib2to3 (31.8 sec), test_tokenize (33.0 sec), test.test_multiprocessing_spawn.test_manager (32.7 sec), test.test_multiprocessing_spawn.test_misc (32.5 sec), test_unparse (33.5 sec), test_capi (30.3 sec)
test_ttk_guionly skipped -- Use of the 'gui' resource not enabled
0:00:33 load avg: 21.77 [367/483/1] test_pwd passed -- running (8): test.test_concurrent_futures.test_wait (31.8 sec), test_signal (33.6 sec), test_lib2to3 (31.9 sec), test_tokenize (33.1 sec), test.test_multiprocessing_spawn.test_manager (32.7 sec), test.test_multiprocessing_spawn.test_misc (32.5 sec), test_unparse (33.6 sec), test_capi (30.3 sec)
0:00:33 load avg: 21.77 [368/483/1] test_fileutils passed -- running (8): test.test_concurrent_futures.test_wait (31.8 sec), test_signal (33.7 sec), test_lib2to3 (31.9 sec), test_tokenize (33.1 sec), test.test_multiprocessing_spawn.test_manager (32.8 sec), test.test_multiprocessing_spawn.test_misc (32.6 sec), test_unparse (33.6 sec), test_capi (30.4 sec)
0:00:33 load avg: 21.77 [369/483/1] test_ntpath passed -- running (8): test.test_concurrent_futures.test_wait (31.9 sec), test_signal (33.7 sec), test_lib2to3 (31.9 sec), test_tokenize (33.1 sec), test.test_multiprocessing_spawn.test_manager (32.8 sec), test.test_multiprocessing_spawn.test_misc (32.6 sec), test_unparse (33.6 sec), test_capi (30.4 sec)
0:00:33 load avg: 21.77 [370/483/1] test.test_asyncio.test_events passed -- running (8): test.test_concurrent_futures.test_wait (31.9 sec), test_signal (33.7 sec), test_lib2to3 (32.0 sec), test_tokenize (33.1 sec), test.test_multiprocessing_spawn.test_manager (32.8 sec), test.test_multiprocessing_spawn.test_misc (32.6 sec), test_unparse (33.6 sec), test_capi (30.4 sec)
0:00:33 load avg: 21.77 [371/483/1] test_colorsys passed -- running (8): test.test_concurrent_futures.test_wait (32.1 sec), test_signal (33.9 sec), test_lib2to3 (32.1 sec), test_tokenize (33.3 sec), test.test_multiprocessing_spawn.test_manager (33.0 sec), test.test_multiprocessing_spawn.test_misc (32.8 sec), test_unparse (33.8 sec), test_capi (30.6 sec)
0:00:34 load avg: 21.77 [372/483/1] test.test_asyncio.test_threads passed -- running (8): test.test_concurrent_futures.test_wait (32.3 sec), test_signal (34.2 sec), test_lib2to3 (32.4 sec), test_tokenize (33.6 sec), test.test_multiprocessing_spawn.test_manager (33.2 sec), test.test_multiprocessing_spawn.test_misc (33.0 sec), test_unparse (34.1 sec), test_capi (30.8 sec)
0:00:34 load avg: 21.77 [373/483/1] test_univnewlines passed -- running (8): test.test_concurrent_futures.test_wait (32.5 sec), test_signal (34.3 sec), test_lib2to3 (32.5 sec), test_tokenize (33.7 sec), test.test_multiprocessing_spawn.test_manager (33.4 sec), test.test_multiprocessing_spawn.test_misc (33.2 sec), test_unparse (34.2 sec), test_capi (31.0 sec)
0:00:34 load avg: 21.77 [374/483/1] test_tempfile passed -- running (8): test.test_concurrent_futures.test_wait (32.5 sec), test_signal (34.3 sec), test_lib2to3 (32.6 sec), test_tokenize (33.8 sec), test.test_multiprocessing_spawn.test_manager (33.4 sec), test.test_multiprocessing_spawn.test_misc (33.2 sec), test_unparse (34.3 sec), test_capi (31.0 sec)
0:00:34 load avg: 21.77 [375/483/1] test_runpy passed -- running (8): test.test_concurrent_futures.test_wait (32.9 sec), test_signal (34.7 sec), test_lib2to3 (33.0 sec), test_tokenize (34.1 sec), test.test_multiprocessing_spawn.test_manager (33.8 sec), test.test_multiprocessing_spawn.test_misc (33.6 sec), test_unparse (34.6 sec), test_capi (31.4 sec)
0:00:34 load avg: 23.31 [376/483/1] test_unpack_ex passed -- running (8): test.test_concurrent_futures.test_wait (32.9 sec), test_signal (34.8 sec), test_lib2to3 (33.0 sec), test_tokenize (34.2 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.7 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [377/483/1] test_configparser passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.8 sec), test_lib2to3 (33.0 sec), test_tokenize (34.2 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.7 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [378/483/1] test_dict passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.8 sec), test_lib2to3 (33.1 sec), test_tokenize (34.2 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.7 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [379/483/1] test_csv passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.8 sec), test_lib2to3 (33.1 sec), test_tokenize (34.2 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.8 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [380/483/1] test_hash passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.8 sec), test_lib2to3 (33.1 sec), test_tokenize (34.3 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.8 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [381/483/1] test_int passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.9 sec), test_lib2to3 (33.1 sec), test_tokenize (34.3 sec), test.test_multiprocessing_spawn.test_manager (33.9 sec), test.test_multiprocessing_spawn.test_misc (33.7 sec), test_unparse (34.8 sec), test_capi (31.5 sec)
0:00:34 load avg: 23.31 [382/483/1] test_strftime passed -- running (8): test.test_concurrent_futures.test_wait (33.0 sec), test_signal (34.9 sec), test_lib2to3 (33.1 sec), test_tokenize (34.3 sec), test.test_multiprocessing_spawn.test_manager (34.0 sec), test.test_multiprocessing_spawn.test_misc (33.8 sec), test_unparse (34.8 sec), test_capi (31.6 sec)
0:00:35 load avg: 23.31 [383/483/1] test.test_future_stmt.test_future_flags passed -- running (9): test_unicodedata (30.2 sec), test.test_concurrent_futures.test_wait (33.3 sec), test_signal (35.2 sec), test_lib2to3 (33.4 sec), test_tokenize (34.6 sec), test.test_multiprocessing_spawn.test_manager (34.2 sec), test.test_multiprocessing_spawn.test_misc (34.0 sec), test_unparse (35.1 sec), test_capi (31.8 sec)
0:00:35 load avg: 23.31 [384/483/1] test_cmd_line passed -- running (9): test_unicodedata (30.2 sec), test.test_concurrent_futures.test_wait (33.4 sec), test_signal (35.2 sec), test_lib2to3 (33.4 sec), test_tokenize (34.6 sec), test.test_multiprocessing_spawn.test_manager (34.3 sec), test.test_multiprocessing_spawn.test_misc (34.1 sec), test_unparse (35.1 sec), test_capi (31.9 sec)
0:00:35 load avg: 23.31 [385/483/1] test_http_cookies passed -- running (9): test_unicodedata (30.3 sec), test.test_concurrent_futures.test_wait (33.4 sec), test_signal (35.2 sec), test_lib2to3 (33.5 sec), test_tokenize (34.7 sec), test.test_multiprocessing_spawn.test_manager (34.3 sec), test.test_multiprocessing_spawn.test_misc (34.1 sec), test_unparse (35.2 sec), test_capi (31.9 sec)
0:00:35 load avg: 23.31 [386/483/1] test_abstract_numbers passed -- running (9): test_unicodedata (30.3 sec), test.test_concurrent_futures.test_wait (33.4 sec), test_signal (35.3 sec), test_lib2to3 (33.5 sec), test_tokenize (34.7 sec), test.test_multiprocessing_spawn.test_manager (34.3 sec), test.test_multiprocessing_spawn.test_misc (34.1 sec), test_unparse (35.2 sec), test_capi (31.9 sec)
0:00:35 load avg: 23.31 [387/483/1] test_aifc passed -- running (9): test_unicodedata (30.3 sec), test.test_concurrent_futures.test_wait (33.5 sec), test_signal (35.3 sec), test_lib2to3 (33.5 sec), test_tokenize (34.7 sec), test.test_multiprocessing_spawn.test_manager (34.4 sec), test.test_multiprocessing_spawn.test_misc (34.2 sec), test_unparse (35.2 sec), test_capi (32.0 sec)
0:00:35 load avg: 23.31 [388/483/1] test.test_multiprocessing_spawn.test_manager passed (34.6 sec) -- running (8): test_unicodedata (30.5 sec), test.test_concurrent_futures.test_wait (33.7 sec), test_signal (35.5 sec), test_lib2to3 (33.7 sec), test_tokenize (34.9 sec), test.test_multiprocessing_spawn.test_misc (34.4 sec), test_unparse (35.4 sec), test_capi (32.2 sec)
0:00:35 load avg: 23.31 [389/483/1] test_eof passed -- running (8): test_unicodedata (30.6 sec), test.test_concurrent_futures.test_wait (33.8 sec), test_signal (35.6 sec), test_lib2to3 (33.8 sec), test_tokenize (35.0 sec), test.test_multiprocessing_spawn.test_misc (34.5 sec), test_unparse (35.5 sec), test_capi (32.3 sec)
0:00:35 load avg: 23.31 [390/483/1] test_ensurepip passed -- running (8): test_unicodedata (30.7 sec), test.test_concurrent_futures.test_wait (33.8 sec), test_signal (35.6 sec), test_lib2to3 (33.9 sec), test_tokenize (35.1 sec), test.test_multiprocessing_spawn.test_misc (34.5 sec), test_unparse (35.6 sec), test_capi (32.3 sec)
0:00:35 load avg: 23.31 [391/483/1] test_grp passed -- running (8): test_unicodedata (30.8 sec), test.test_concurrent_futures.test_wait (33.9 sec), test_signal (35.8 sec), test_lib2to3 (34.0 sec), test_tokenize (35.2 sec), test.test_multiprocessing_spawn.test_misc (34.6 sec), test_unparse (35.7 sec), test_capi (32.4 sec)
0:00:35 load avg: 23.31 [392/483/1] test_bigaddrspace passed -- running (8): test_unicodedata (30.9 sec), test.test_concurrent_futures.test_wait (34.0 sec), test_signal (35.8 sec), test_lib2to3 (34.1 sec), test_tokenize (35.2 sec), test.test_multiprocessing_spawn.test_misc (34.7 sec), test_unparse (35.7 sec), test_capi (32.5 sec)
0:00:36 load avg: 23.31 [393/483/2] test_dtrace failed (8 failures) -- running (8): test_unicodedata (31.1 sec), test.test_concurrent_futures.test_wait (34.2 sec), test_signal (36.0 sec), test_lib2to3 (34.3 sec), test_tokenize (35.4 sec), test.test_multiprocessing_spawn.test_misc (34.9 sec), test_unparse (35.9 sec), test_capi (32.7 sec)
test test_dtrace failed -- multiple errors occurred; run in verbose mode for details
0:00:36 load avg: 23.31 [394/483/2] test_random passed -- running (8): test_unicodedata (31.1 sec), test.test_concurrent_futures.test_wait (34.2 sec), test_signal (36.0 sec), test_lib2to3 (34.3 sec), test_tokenize (35.4 sec), test.test_multiprocessing_spawn.test_misc (34.9 sec), test_unparse (36.0 sec), test_capi (32.7 sec)
0:00:36 load avg: 23.31 [395/483/2] test_bdb passed -- running (8): test_unicodedata (31.2 sec), test.test_concurrent_futures.test_wait (34.3 sec), test_signal (36.1 sec), test_lib2to3 (34.4 sec), test_tokenize (35.5 sec), test.test_multiprocessing_spawn.test_misc (35.0 sec), test_unparse (36.1 sec), test_capi (32.8 sec)
0:00:36 load avg: 23.31 [396/483/2] test_codecmaps_hk passed -- running (8): test_unicodedata (31.2 sec), test.test_concurrent_futures.test_wait (34.3 sec), test_signal (36.2 sec), test_lib2to3 (34.4 sec), test_tokenize (35.6 sec), test.test_multiprocessing_spawn.test_misc (35.1 sec), test_unparse (36.1 sec), test_capi (32.9 sec)
0:00:36 load avg: 23.31 [397/483/2] test_xxlimited passed -- running (8): test_unicodedata (31.2 sec), test.test_concurrent_futures.test_wait (34.3 sec), test_signal (36.2 sec), test_lib2to3 (34.4 sec), test_tokenize (35.6 sec), test.test_multiprocessing_spawn.test_misc (35.1 sec), test_unparse (36.1 sec), test_capi (32.9 sec)
0:00:36 load avg: 23.31 [398/483/2] test_type_cache passed -- running (9): test_unicodedata (31.5 sec), test.test_concurrent_futures.test_wait (34.6 sec), test_signal (36.4 sec), test_lib2to3 (34.7 sec), test_tokenize (35.9 sec), test.test_multiprocessing_spawn.test_misc (35.3 sec), test_regrtest (30.3 sec), test_unparse (36.4 sec), test_capi (33.1 sec)
0:00:36 load avg: 23.31 [399/483/2] test_unicode_identifiers passed -- running (9): test_unicodedata (31.6 sec), test.test_concurrent_futures.test_wait (34.7 sec), test_signal (36.5 sec), test_lib2to3 (34.8 sec), test_tokenize (36.0 sec), test.test_multiprocessing_spawn.test_misc (35.4 sec), test_regrtest (30.4 sec), test_unparse (36.5 sec), test_capi (33.2 sec)
0:00:36 load avg: 23.31 [400/483/2] test_codeop passed -- running (9): test_unicodedata (31.9 sec), test.test_concurrent_futures.test_wait (35.0 sec), test_signal (36.8 sec), test_lib2to3 (35.1 sec), test_tokenize (36.2 sec), test.test_multiprocessing_spawn.test_misc (35.7 sec), test_regrtest (30.6 sec), test_unparse (36.7 sec), test_capi (33.5 sec)
0:00:36 load avg: 23.31 [401/483/2] test_wait4 passed -- running (9): test_unicodedata (31.9 sec), test.test_concurrent_futures.test_wait (35.0 sec), test_signal (36.8 sec), test_lib2to3 (35.1 sec), test_tokenize (36.2 sec), test.test_multiprocessing_spawn.test_misc (35.7 sec), test_regrtest (30.6 sec), test_unparse (36.8 sec), test_capi (33.5 sec)
0:00:36 load avg: 23.31 [402/483/2] test_mmap passed -- running (9): test_unicodedata (31.9 sec), test.test_concurrent_futures.test_wait (35.0 sec), test_signal (36.8 sec), test_lib2to3 (35.1 sec), test_tokenize (36.3 sec), test.test_multiprocessing_spawn.test_misc (35.7 sec), test_regrtest (30.7 sec), test_unparse (36.8 sec), test_capi (33.5 sec)
0:00:37 load avg: 23.31 [403/483/2] test.test_asyncio.test_runners passed -- running (9): test_unicodedata (32.0 sec), test.test_concurrent_futures.test_wait (35.1 sec), test_signal (37.0 sec), test_lib2to3 (35.2 sec), test_tokenize (36.4 sec), test.test_multiprocessing_spawn.test_misc (35.9 sec), test_regrtest (30.8 sec), test_unparse (36.9 sec), test_capi (33.7 sec)
0:00:37 load avg: 23.31 [404/483/2] test_urlparse passed -- running (9): test_unicodedata (32.0 sec), test.test_concurrent_futures.test_wait (35.1 sec), test_signal (37.0 sec), test_lib2to3 (35.2 sec), test_tokenize (36.4 sec), test.test_multiprocessing_spawn.test_misc (35.9 sec), test_regrtest (30.8 sec), test_unparse (36.9 sec), test_capi (33.7 sec)
0:00:37 load avg: 23.31 [405/483/2] test.test_gdb.test_misc passed -- running (9): test_unicodedata (32.2 sec), test.test_concurrent_futures.test_wait (35.3 sec), test_signal (37.1 sec), test_lib2to3 (35.4 sec), test_tokenize (36.5 sec), test.test_multiprocessing_spawn.test_misc (36.0 sec), test_regrtest (30.9 sec), test_unparse (37.1 sec), test_capi (33.8 sec)
Function "builtin_id" not defined.
Function "builtin_id" not defined.
0:00:37 load avg: 23.31 [406/483/2] test_sys_settrace passed -- running (9): test_unicodedata (32.2 sec), test.test_concurrent_futures.test_wait (35.3 sec), test_signal (37.1 sec), test_lib2to3 (35.4 sec), test_tokenize (36.6 sec), test.test_multiprocessing_spawn.test_misc (36.0 sec), test_regrtest (30.9 sec), test_unparse (37.1 sec), test_capi (33.8 sec)
0:00:37 load avg: 23.31 [407/483/2] test.test_asyncio.test_ssl passed -- running (9): test_unicodedata (32.2 sec), test.test_concurrent_futures.test_wait (35.3 sec), test_signal (37.1 sec), test_lib2to3 (35.4 sec), test_tokenize (36.6 sec), test.test_multiprocessing_spawn.test_misc (36.0 sec), test_regrtest (30.9 sec), test_unparse (37.1 sec), test_capi (33.8 sec)
0:00:37 load avg: 23.31 [408/483/2] test_timeit passed -- running (9): test_unicodedata (32.2 sec), test.test_concurrent_futures.test_wait (35.3 sec), test_signal (37.1 sec), test_lib2to3 (35.4 sec), test_tokenize (36.6 sec), test.test_multiprocessing_spawn.test_misc (36.0 sec), test_regrtest (31.0 sec), test_unparse (37.1 sec), test_capi (33.8 sec)
0:00:37 load avg: 23.31 [409/483/2] test_with passed -- running (11): test_compileall (30.1 sec), test_unicodedata (32.4 sec), test.test_concurrent_futures.test_wait (35.5 sec), test_signal (37.3 sec), test_lib2to3 (35.5 sec), test_tokenize (36.7 sec), test.test_multiprocessing_spawn.test_misc (36.2 sec), test_regrtest (31.1 sec), test.test_multiprocessing_forkserver.test_processes (30.1 sec), test_unparse (37.2 sec), test_capi (34.0 sec)
0:00:37 load avg: 23.31 [410/483/2] test_global passed -- running (11): test_compileall (30.1 sec), test_unicodedata (32.4 sec), test.test_concurrent_futures.test_wait (35.5 sec), test_signal (37.3 sec), test_lib2to3 (35.6 sec), test_tokenize (36.8 sec), test.test_multiprocessing_spawn.test_misc (36.2 sec), test_regrtest (31.2 sec), test.test_multiprocessing_forkserver.test_processes (30.2 sec), test_unparse (37.3 sec), test_capi (34.0 sec)
0:00:37 load avg: 23.31 [411/483/2] test_smtplib passed -- running (11): test_compileall (30.3 sec), test_unicodedata (32.6 sec), test.test_concurrent_futures.test_wait (35.7 sec), test_signal (37.5 sec), test_lib2to3 (35.8 sec), test_tokenize (37.0 sec), test.test_multiprocessing_spawn.test_misc (36.4 sec), test_regrtest (31.4 sec), test.test_multiprocessing_forkserver.test_processes (30.4 sec), test_unparse (37.5 sec), test_capi (34.2 sec)
0:00:37 load avg: 23.31 [412/483/2] test_winreg skipped -- running (11): test_compileall (30.3 sec), test_unicodedata (32.6 sec), test.test_concurrent_futures.test_wait (35.7 sec), test_signal (37.6 sec), test_lib2to3 (35.8 sec), test_tokenize (37.0 sec), test.test_multiprocessing_spawn.test_misc (36.4 sec), test_regrtest (31.4 sec), test.test_multiprocessing_forkserver.test_processes (30.4 sec), test_unparse (37.5 sec), test_capi (34.2 sec)
test_winreg skipped -- No module named 'winreg'
0:00:37 load avg: 23.31 [413/483/2] test_except_star passed -- running (11): test_compileall (30.4 sec), test_unicodedata (32.7 sec), test.test_concurrent_futures.test_wait (35.8 sec), test_signal (37.7 sec), test_lib2to3 (35.9 sec), test_tokenize (37.1 sec), test.test_multiprocessing_spawn.test_misc (36.5 sec), test_regrtest (31.5 sec), test.test_multiprocessing_forkserver.test_processes (30.5 sec), test_unparse (37.6 sec), test_capi (34.3 sec)
0:00:37 load avg: 23.31 [414/483/2] test.test_future_stmt.test_future_multiple_imports passed -- running (11): test_compileall (30.5 sec), test_unicodedata (32.8 sec), test.test_concurrent_futures.test_wait (35.9 sec), test_signal (37.7 sec), test_lib2to3 (36.0 sec), test_tokenize (37.2 sec), test.test_multiprocessing_spawn.test_misc (36.6 sec), test_regrtest (31.5 sec), test.test_multiprocessing_forkserver.test_processes (30.6 sec), test_unparse (37.7 sec), test_capi (34.4 sec)
0:00:38 load avg: 23.31 [415/483/2] test_dbm_dumb passed -- running (11): test_compileall (30.8 sec), test_unicodedata (33.0 sec), test.test_concurrent_futures.test_wait (36.1 sec), test_signal (38.0 sec), test_lib2to3 (36.2 sec), test_tokenize (37.4 sec), test.test_multiprocessing_spawn.test_misc (36.8 sec), test_regrtest (31.8 sec), test.test_multiprocessing_forkserver.test_processes (30.8 sec), test_unparse (37.9 sec), test_capi (34.6 sec)
0:00:38 load avg: 23.31 [416/483/2] test_dictcomps passed -- running (11): test_compileall (30.9 sec), test_unicodedata (33.2 sec), test.test_concurrent_futures.test_wait (36.3 sec), test_signal (38.1 sec), test_lib2to3 (36.4 sec), test_tokenize (37.5 sec), test.test_multiprocessing_spawn.test_misc (37.0 sec), test_regrtest (31.9 sec), test.test_multiprocessing_forkserver.test_processes (31.0 sec), test_unparse (38.1 sec), test_capi (34.8 sec)
0:00:38 load avg: 23.31 [417/483/2] test_sysconfig passed -- running (11): test_compileall (31.1 sec), test_unicodedata (33.3 sec), test.test_concurrent_futures.test_wait (36.5 sec), test_signal (38.3 sec), test_lib2to3 (36.5 sec), test_tokenize (37.7 sec), test.test_multiprocessing_spawn.test_misc (37.2 sec), test_regrtest (32.1 sec), test.test_multiprocessing_forkserver.test_processes (31.1 sec), test_unparse (38.2 sec), test_capi (35.0 sec)
0:00:38 load avg: 23.31 [418/483/2] test_generators passed -- running (11): test_compileall (31.2 sec), test_unicodedata (33.5 sec), test.test_concurrent_futures.test_wait (36.6 sec), test_signal (38.4 sec), test_lib2to3 (36.7 sec), test_tokenize (37.9 sec), test.test_multiprocessing_spawn.test_misc (37.3 sec), test_regrtest (32.3 sec), test.test_multiprocessing_forkserver.test_processes (31.3 sec), test_unparse (38.4 sec), test_capi (35.1 sec)
0:00:38 load avg: 23.31 [419/483/2] test_quopri passed -- running (11): test_compileall (31.4 sec), test_unicodedata (33.7 sec), test.test_concurrent_futures.test_wait (36.8 sec), test_signal (38.6 sec), test_lib2to3 (36.9 sec), test_tokenize (38.0 sec), test.test_multiprocessing_spawn.test_misc (37.5 sec), test_regrtest (32.4 sec), test.test_multiprocessing_forkserver.test_processes (31.5 sec), test_unparse (38.5 sec), test_capi (35.3 sec)
0:00:38 load avg: 23.31 [420/483/2] test_secrets passed -- running (11): test_compileall (31.5 sec), test_unicodedata (33.7 sec), test.test_concurrent_futures.test_wait (36.8 sec), test_signal (38.7 sec), test_lib2to3 (36.9 sec), test_tokenize (38.1 sec), test.test_multiprocessing_spawn.test_misc (37.5 sec), test_regrtest (32.5 sec), test.test_multiprocessing_forkserver.test_processes (31.5 sec), test_unparse (38.6 sec), test_capi (35.3 sec)
0:00:39 load avg: 23.31 [421/483/2] test_import passed -- running (11): test_compileall (31.8 sec), test_unicodedata (34.0 sec), test.test_concurrent_futures.test_wait (37.1 sec), test_signal (39.0 sec), test_lib2to3 (37.2 sec), test_tokenize (38.4 sec), test.test_multiprocessing_spawn.test_misc (37.9 sec), test_regrtest (32.8 sec), test.test_multiprocessing_forkserver.test_processes (31.8 sec), test_unparse (38.9 sec), test_capi (35.7 sec)
0:00:39 load avg: 23.31 [422/483/2] test_doctest passed -- running (11): test_compileall (31.8 sec), test_unicodedata (34.1 sec), test.test_concurrent_futures.test_wait (37.2 sec), test_signal (39.0 sec), test_lib2to3 (37.3 sec), test_tokenize (38.4 sec), test.test_multiprocessing_spawn.test_misc (37.9 sec), test_regrtest (32.8 sec), test.test_multiprocessing_forkserver.test_processes (31.9 sec), test_unparse (39.0 sec), test_capi (35.7 sec)
0:00:39 load avg: 23.31 [423/483/2] test_pkgutil passed -- running (11): test_compileall (31.8 sec), test_unicodedata (34.1 sec), test.test_concurrent_futures.test_wait (37.2 sec), test_signal (39.1 sec), test_lib2to3 (37.3 sec), test_tokenize (38.5 sec), test.test_multiprocessing_spawn.test_misc (37.9 sec), test_regrtest (32.9 sec), test.test_multiprocessing_forkserver.test_processes (31.9 sec), test_unparse (39.0 sec), test_capi (35.7 sec)
0:00:39 load avg: 23.31 [424/483/2] test_finalization passed -- running (11): test_compileall (31.8 sec), test_unicodedata (34.1 sec), test.test_concurrent_futures.test_wait (37.2 sec), test_signal (39.1 sec), test_lib2to3 (37.3 sec), test_tokenize (38.5 sec), test.test_multiprocessing_spawn.test_misc (37.9 sec), test_regrtest (32.9 sec), test.test_multiprocessing_forkserver.test_processes (31.9 sec), test_unparse (39.0 sec), test_capi (35.7 sec)
0:00:39 load avg: 23.31 [425/483/2] test_asyncore passed -- running (11): test_compileall (32.4 sec), test_unicodedata (34.6 sec), test.test_concurrent_futures.test_wait (37.8 sec), test_signal (39.6 sec), test_lib2to3 (37.8 sec), test_tokenize (39.0 sec), test.test_multiprocessing_spawn.test_misc (38.5 sec), test_regrtest (33.4 sec), test.test_multiprocessing_forkserver.test_processes (32.4 sec), test_unparse (39.5 sec), test_capi (36.3 sec)
0:00:39 load avg: 23.31 [426/483/2] test_enum passed -- running (11): test_compileall (32.4 sec), test_unicodedata (34.7 sec), test.test_concurrent_futures.test_wait (37.8 sec), test_signal (39.6 sec), test_lib2to3 (37.9 sec), test_tokenize (39.0 sec), test.test_multiprocessing_spawn.test_misc (38.5 sec), test_regrtest (33.4 sec), test.test_multiprocessing_forkserver.test_processes (32.4 sec), test_unparse (39.5 sec), test_capi (36.3 sec)
0:00:39 load avg: 24.49 [427/483/2] test_getpath passed -- running (11): test_compileall (32.6 sec), test_unicodedata (34.8 sec), test.test_concurrent_futures.test_wait (37.9 sec), test_signal (39.8 sec), test_lib2to3 (38.0 sec), test_tokenize (39.2 sec), test.test_multiprocessing_spawn.test_misc (38.7 sec), test_regrtest (33.6 sec), test.test_multiprocessing_forkserver.test_processes (32.6 sec), test_unparse (39.7 sec), test_capi (36.4 sec)
0:00:39 load avg: 24.49 [428/483/2] test_profile passed -- running (11): test_compileall (32.6 sec), test_unicodedata (34.9 sec), test.test_concurrent_futures.test_wait (38.0 sec), test_signal (39.8 sec), test_lib2to3 (38.1 sec), test_tokenize (39.3 sec), test.test_multiprocessing_spawn.test_misc (38.7 sec), test_regrtest (33.6 sec), test.test_multiprocessing_forkserver.test_processes (32.7 sec), test_unparse (39.8 sec), test_capi (36.5 sec)
0:00:40 load avg: 24.49 [429/483/2] test_base64 passed -- running (11): test_compileall (32.9 sec), test_unicodedata (35.2 sec), test.test_concurrent_futures.test_wait (38.3 sec), test_signal (40.2 sec), test_lib2to3 (38.4 sec), test_tokenize (39.6 sec), test.test_multiprocessing_spawn.test_misc (39.0 sec), test_regrtest (34.0 sec), test.test_multiprocessing_forkserver.test_processes (33.0 sec), test_unparse (40.1 sec), test_capi (36.8 sec)
0:00:40 load avg: 24.49 [430/483/2] test_memoryio passed -- running (11): test_compileall (33.1 sec), test_unicodedata (35.3 sec), test.test_concurrent_futures.test_wait (38.5 sec), test_signal (40.3 sec), test_lib2to3 (38.5 sec), test_tokenize (39.7 sec), test.test_multiprocessing_spawn.test_misc (39.2 sec), test_regrtest (34.1 sec), test.test_multiprocessing_forkserver.test_processes (33.1 sec), test_unparse (40.2 sec), test_capi (37.0 sec)
0:00:40 load avg: 24.49 [431/483/2] test_tix skipped (resource denied) -- running (12): test_compileall (33.3 sec), test_unicodedata (35.5 sec), test.test_concurrent_futures.test_wait (38.7 sec), test_signal (40.5 sec), test_zipfile (30.1 sec), test_lib2to3 (38.7 sec), test_tokenize (39.9 sec), test.test_multiprocessing_spawn.test_misc (39.4 sec), test_regrtest (34.3 sec), test.test_multiprocessing_forkserver.test_processes (33.3 sec), test_unparse (40.4 sec), test_capi (37.2 sec)
test_tix skipped -- Use of the 'gui' resource not enabled
0:00:40 load avg: 24.49 [432/483/2] test_logging passed -- running (12): test_compileall (33.3 sec), test_unicodedata (35.6 sec), test.test_concurrent_futures.test_wait (38.7 sec), test_signal (40.5 sec), test_zipfile (30.1 sec), test_lib2to3 (38.8 sec), test_tokenize (39.9 sec), test.test_multiprocessing_spawn.test_misc (39.4 sec), test_regrtest (34.3 sec), test.test_multiprocessing_forkserver.test_processes (33.3 sec), test_unparse (40.4 sec), test_capi (37.2 sec)
0:00:40 load avg: 24.49 [433/483/2] test_threadedtempfile passed -- running (12): test_compileall (33.3 sec), test_unicodedata (35.6 sec), test.test_concurrent_futures.test_wait (38.7 sec), test_signal (40.5 sec), test_zipfile (30.1 sec), test_lib2to3 (38.8 sec), test_tokenize (39.9 sec), test.test_multiprocessing_spawn.test_misc (39.4 sec), test_regrtest (34.3 sec), test.test_multiprocessing_forkserver.test_processes (33.4 sec), test_unparse (40.5 sec), test_capi (37.2 sec)
0:00:40 load avg: 24.49 [434/483/2] test.test_asyncio.test_selector_events passed -- running (12): test_compileall (33.3 sec), test_unicodedata (35.6 sec), test.test_concurrent_futures.test_wait (38.7 sec), test_signal (40.5 sec), test_zipfile (30.1 sec), test_lib2to3 (38.8 sec), test_tokenize (40.0 sec), test.test_multiprocessing_spawn.test_misc (39.4 sec), test_regrtest (34.4 sec), test.test_multiprocessing_forkserver.test_processes (33.4 sec), test_unparse (40.5 sec), test_capi (37.2 sec)
0:00:40 load avg: 24.49 [435/483/2] test.test_inspect.test_inspect passed -- running (12): test_compileall (33.4 sec), test_unicodedata (35.7 sec), test.test_concurrent_futures.test_wait (38.8 sec), test_signal (40.6 sec), test_zipfile (30.2 sec), test_lib2to3 (38.9 sec), test_tokenize (40.0 sec), test.test_multiprocessing_spawn.test_misc (39.5 sec), test_regrtest (34.4 sec), test.test_multiprocessing_forkserver.test_processes (33.5 sec), test_unparse (40.5 sec), test_capi (37.3 sec)
0:00:40 load avg: 24.49 [436/483/2] test_source_encoding passed -- running (12): test_compileall (33.4 sec), test_unicodedata (35.7 sec), test.test_concurrent_futures.test_wait (38.8 sec), test_signal (40.6 sec), test_zipfile (30.2 sec), test_lib2to3 (38.9 sec), test_tokenize (40.0 sec), test.test_multiprocessing_spawn.test_misc (39.5 sec), test_regrtest (34.4 sec), test.test_multiprocessing_forkserver.test_processes (33.5 sec), test_unparse (40.6 sec), test_capi (37.3 sec)
0:00:40 load avg: 24.49 [437/483/2] test_posix passed -- running (12): test_compileall (33.5 sec), test_unicodedata (35.7 sec), test.test_concurrent_futures.test_wait (38.8 sec), test_signal (40.7 sec), test_zipfile (30.2 sec), test_lib2to3 (38.9 sec), test_tokenize (40.1 sec), test.test_multiprocessing_spawn.test_misc (39.6 sec), test_regrtest (34.5 sec), test.test_multiprocessing_forkserver.test_processes (33.5 sec), test_unparse (40.6 sec), test_capi (37.4 sec)
0:00:40 load avg: 24.49 [438/483/2] test_minidom passed -- running (12): test_compileall (33.6 sec), test_unicodedata (35.8 sec), test.test_concurrent_futures.test_wait (39.0 sec), test_signal (40.8 sec), test_zipfile (30.4 sec), test_lib2to3 (39.0 sec), test_tokenize (40.2 sec), test.test_multiprocessing_spawn.test_misc (39.7 sec), test_regrtest (34.6 sec), test.test_multiprocessing_forkserver.test_processes (33.6 sec), test_unparse (40.7 sec), test_capi (37.5 sec)
0:00:41 load avg: 24.49 [439/483/2] test_class passed -- running (12): test_compileall (33.7 sec), test_unicodedata (36.0 sec), test.test_concurrent_futures.test_wait (39.1 sec), test_signal (40.9 sec), test_zipfile (30.5 sec), test_lib2to3 (39.2 sec), test_tokenize (40.4 sec), test.test_multiprocessing_spawn.test_misc (39.8 sec), test_regrtest (34.8 sec), test.test_multiprocessing_forkserver.test_processes (33.8 sec), test_unparse (40.9 sec), test_capi (37.6 sec)
0:00:41 load avg: 24.49 [440/483/2] test_mimetypes passed -- running (12): test_compileall (33.8 sec), test_unicodedata (36.0 sec), test.test_concurrent_futures.test_wait (39.1 sec), test_signal (41.0 sec), test_zipfile (30.6 sec), test_lib2to3 (39.2 sec), test_tokenize (40.4 sec), test.test_multiprocessing_spawn.test_misc (39.9 sec), test_regrtest (34.8 sec), test.test_multiprocessing_forkserver.test_processes (33.8 sec), test_unparse (40.9 sec), test_capi (37.7 sec)
0:00:41 load avg: 24.49 [441/483/2] test_wsgiref passed -- running (14): test_compileall (34.2 sec), test_unicodedata (36.4 sec), test.test_concurrent_futures.test_wait (39.5 sec), test_signal (41.4 sec), test_zipfile (31.0 sec), test_lib2to3 (39.6 sec), test_tokenize (40.8 sec), test.test_multiprocessing_spawn.test_misc (40.3 sec), test_regrtest (35.2 sec), test.test_multiprocessing_forkserver.test_processes (34.2 sec), test_unparse (41.3 sec), test.test_multiprocessing_spawn.test_processes (30.1 sec), test_pickle (30.4 sec), test_capi (38.1 sec)
0:00:41 load avg: 24.49 [442/483/2] test_pdb passed -- running (14): test_compileall (34.2 sec), test_unicodedata (36.5 sec), test.test_concurrent_futures.test_wait (39.6 sec), test_signal (41.4 sec), test_zipfile (31.0 sec), test_lib2to3 (39.7 sec), test_tokenize (40.9 sec), test.test_multiprocessing_spawn.test_misc (40.3 sec), test_regrtest (35.3 sec), test.test_multiprocessing_forkserver.test_processes (34.3 sec), test_unparse (41.4 sec), test.test_multiprocessing_spawn.test_processes (30.1 sec), test_pickle (30.4 sec), test_capi (38.1 sec)
0:00:42 load avg: 24.49 [443/483/2] test_codecmaps_cn passed -- running (14): test_compileall (34.7 sec), test_unicodedata (37.0 sec), test.test_concurrent_futures.test_wait (40.1 sec), test_signal (42.0 sec), test_zipfile (31.5 sec), test_lib2to3 (40.2 sec), test_tokenize (41.4 sec), test.test_multiprocessing_spawn.test_misc (40.8 sec), test_regrtest (35.8 sec), test.test_multiprocessing_forkserver.test_processes (34.8 sec), test_unparse (41.9 sec), test.test_multiprocessing_spawn.test_processes (30.6 sec), test_pickle (30.9 sec), test_capi (38.6 sec)
0:00:42 load avg: 24.49 [444/483/2] test.test_asyncio.test_sslproto passed -- running (14): test_compileall (35.0 sec), test_unicodedata (37.2 sec), test.test_concurrent_futures.test_wait (40.3 sec), test_signal (42.2 sec), test_zipfile (31.7 sec), test_lib2to3 (40.4 sec), test_tokenize (41.6 sec), test.test_multiprocessing_spawn.test_misc (41.1 sec), test_regrtest (36.0 sec), test.test_multiprocessing_forkserver.test_processes (35.0 sec), test_unparse (42.1 sec), test.test_multiprocessing_spawn.test_processes (30.8 sec), test_pickle (31.1 sec), test_capi (38.8 sec)
0:00:42 load avg: 24.49 [445/483/2] test__xxsubinterpreters passed -- running (15): test_compileall (35.6 sec), test_unicodedata (37.9 sec), test.test_concurrent_futures.test_wait (41.0 sec), test_signal (42.8 sec), test_zipfile (32.4 sec), test_lib2to3 (41.1 sec), test_tokenize (42.3 sec), test_imaplib (30.2 sec), test.test_multiprocessing_spawn.test_misc (41.7 sec), test_regrtest (36.7 sec), test.test_multiprocessing_forkserver.test_processes (35.7 sec), test_unparse (42.8 sec), test.test_multiprocessing_spawn.test_processes (31.5 sec), test_pickle (31.8 sec), test_capi (39.5 sec)
0:00:43 load avg: 24.49 [446/483/2] test.test_concurrent_futures.test_deadlock passed -- running (15): test_compileall (35.8 sec), test_unicodedata (38.0 sec), test.test_concurrent_futures.test_wait (41.2 sec), test_signal (43.0 sec), test_zipfile (32.6 sec), test_lib2to3 (41.2 sec), test_tokenize (42.4 sec), test_imaplib (30.4 sec), test.test_multiprocessing_spawn.test_misc (41.9 sec), test_regrtest (36.8 sec), test.test_multiprocessing_forkserver.test_processes (35.8 sec), test_unparse (42.9 sec), test.test_multiprocessing_spawn.test_processes (31.7 sec), test_pickle (32.0 sec), test_capi (39.7 sec)
0:00:43 load avg: 24.49 [447/483/2] test_set passed -- running (16): test_compileall (36.6 sec), test_unicodedata (38.8 sec), test_socket (30.4 sec), test.test_concurrent_futures.test_wait (41.9 sec), test_signal (43.8 sec), test_zipfile (33.3 sec), test_lib2to3 (42.0 sec), test_tokenize (43.2 sec), test_imaplib (31.2 sec), test.test_multiprocessing_spawn.test_misc (42.7 sec), test_regrtest (37.6 sec), test.test_multiprocessing_forkserver.test_processes (36.6 sec), test_unparse (43.7 sec), test.test_multiprocessing_spawn.test_processes (32.4 sec), test_pickle (32.7 sec), test_capi (40.5 sec)
0:00:44 load avg: 24.49 [448/483/2] test_pickle passed (33.4 sec) -- running (15): test_compileall (37.2 sec), test_unicodedata (39.5 sec), test_socket (31.1 sec), test.test_concurrent_futures.test_wait (42.6 sec), test_signal (44.4 sec), test_zipfile (34.0 sec), test_lib2to3 (42.7 sec), test_tokenize (43.8 sec), test_imaplib (31.8 sec), test.test_multiprocessing_spawn.test_misc (43.3 sec), test_regrtest (38.2 sec), test.test_multiprocessing_forkserver.test_processes (37.2 sec), test_unparse (44.3 sec), test.test_multiprocessing_spawn.test_processes (33.1 sec), test_capi (41.1 sec)
0:00:44 load avg: 24.49 [449/483/2] test.test_asyncio.test_sock_lowlevel passed -- running (15): test_compileall (37.3 sec), test_unicodedata (39.6 sec), test_socket (31.2 sec), test.test_concurrent_futures.test_wait (42.7 sec), test_signal (44.5 sec), test_zipfile (34.1 sec), test_lib2to3 (42.8 sec), test_tokenize (44.0 sec), test_imaplib (31.9 sec), test.test_multiprocessing_spawn.test_misc (43.4 sec), test_regrtest (38.4 sec), test.test_multiprocessing_forkserver.test_processes (37.4 sec), test_unparse (44.5 sec), test.test_multiprocessing_spawn.test_processes (33.2 sec), test_capi (41.2 sec)
0:00:44 load avg: 24.49 [450/483/2] test_exceptions passed -- running (15): test_compileall (37.4 sec), test_unicodedata (39.7 sec), test_socket (31.3 sec), test.test_concurrent_futures.test_wait (42.8 sec), test_signal (44.6 sec), test_zipfile (34.2 sec), test_lib2to3 (42.9 sec), test_tokenize (44.0 sec), test_imaplib (32.0 sec), test.test_multiprocessing_spawn.test_misc (43.5 sec), test_regrtest (38.4 sec), test.test_multiprocessing_forkserver.test_processes (37.5 sec), test_unparse (44.6 sec), test.test_multiprocessing_spawn.test_processes (33.3 sec), test_capi (41.3 sec)
0:00:44 load avg: 24.49 [451/483/2] test.test_multiprocessing_forkserver.test_manager passed -- running (15): test_compileall (37.5 sec), test_unicodedata (39.8 sec), test_socket (31.4 sec), test.test_concurrent_futures.test_wait (42.9 sec), test_signal (44.7 sec), test_zipfile (34.3 sec), test_lib2to3 (43.0 sec), test_tokenize (44.2 sec), test_imaplib (32.1 sec), test.test_multiprocessing_spawn.test_misc (43.6 sec), test_regrtest (38.5 sec), test.test_multiprocessing_forkserver.test_processes (37.6 sec), test_unparse (44.7 sec), test.test_multiprocessing_spawn.test_processes (33.4 sec), test_capi (41.4 sec)
0:00:44 load avg: 25.33 [452/483/2] test_ast passed -- running (16): test_compileall (37.6 sec), test_unicodedata (39.9 sec), test_socket (31.5 sec), test.test_concurrent_futures.test_wait (43.0 sec), test_signal (44.9 sec), test_zipfile (34.4 sec), test_lib2to3 (43.1 sec), test_tokenize (44.3 sec), test_imaplib (32.2 sec), test.test_multiprocessing_spawn.test_misc (43.7 sec), test_regrtest (38.7 sec), test.test_multiprocessing_forkserver.test_processes (37.7 sec), test_unparse (44.8 sec), test.test_multiprocessing_spawn.test_processes (33.5 sec), test.test_multiprocessing_forkserver.test_misc (30.1 sec), test_capi (41.5 sec)
0:00:45 load avg: 25.33 [453/483/2] test_support passed -- running (16): test_compileall (38.0 sec), test_unicodedata (40.2 sec), test_socket (31.9 sec), test.test_concurrent_futures.test_wait (43.4 sec), test_signal (45.2 sec), test_zipfile (34.8 sec), test_lib2to3 (43.4 sec), test_tokenize (44.6 sec), test_imaplib (32.6 sec), test.test_multiprocessing_spawn.test_misc (44.1 sec), test_regrtest (39.0 sec), test.test_multiprocessing_forkserver.test_processes (38.0 sec), test_unparse (45.1 sec), test.test_multiprocessing_spawn.test_processes (33.9 sec), test.test_multiprocessing_forkserver.test_misc (30.4 sec), test_capi (41.9 sec)
0:00:45 load avg: 25.33 [454/483/2] test_unittest passed -- running (16): test_compileall (38.3 sec), test_unicodedata (40.6 sec), test_socket (32.2 sec), test.test_concurrent_futures.test_wait (43.7 sec), test_signal (45.5 sec), test_zipfile (35.1 sec), test_lib2to3 (43.8 sec), test_tokenize (44.9 sec), test_imaplib (32.9 sec), test.test_multiprocessing_spawn.test_misc (44.4 sec), test_regrtest (39.3 sec), test.test_multiprocessing_forkserver.test_processes (38.3 sec), test_unparse (45.4 sec), test.test_multiprocessing_spawn.test_processes (34.2 sec), test.test_multiprocessing_forkserver.test_misc (30.8 sec), test_capi (42.2 sec)
0:00:45 load avg: 25.33 [455/483/2] test.test_multiprocessing_forkserver.test_misc passed (30.9 sec) -- running (15): test_compileall (38.4 sec), test_unicodedata (40.7 sec), test_socket (32.3 sec), test.test_concurrent_futures.test_wait (43.8 sec), test_signal (45.6 sec), test_zipfile (35.2 sec), test_lib2to3 (43.9 sec), test_tokenize (45.1 sec), test_imaplib (33.0 sec), test.test_multiprocessing_spawn.test_misc (44.5 sec), test_regrtest (39.5 sec), test.test_multiprocessing_forkserver.test_processes (38.5 sec), test_unparse (45.6 sec), test.test_multiprocessing_spawn.test_processes (34.3 sec), test_capi (42.3 sec)
0:00:45 load avg: 25.33 [456/483/2] test.test_multiprocessing_spawn.test_threads passed -- running (15): test_compileall (38.7 sec), test_unicodedata (40.9 sec), test_socket (32.5 sec), test.test_concurrent_futures.test_wait (44.0 sec), test_signal (45.9 sec), test_zipfile (35.5 sec), test_lib2to3 (44.1 sec), test_tokenize (45.3 sec), test_imaplib (33.3 sec), test.test_multiprocessing_spawn.test_misc (44.8 sec), test_regrtest (39.7 sec), test.test_multiprocessing_forkserver.test_processes (38.7 sec), test_unparse (45.8 sec), test.test_multiprocessing_spawn.test_processes (34.6 sec), test_capi (42.6 sec)
0:00:46 load avg: 25.33 [457/483/2] test_compileall passed (39.0 sec) -- running (14): test_unicodedata (41.3 sec), test_socket (32.9 sec), test.test_concurrent_futures.test_wait (44.4 sec), test_signal (46.2 sec), test_zipfile (35.8 sec), test_lib2to3 (44.5 sec), test_tokenize (45.6 sec), test_imaplib (33.6 sec), test.test_multiprocessing_spawn.test_misc (45.1 sec), test_regrtest (40.0 sec), test.test_multiprocessing_forkserver.test_processes (39.1 sec), test_unparse (46.2 sec), test.test_multiprocessing_spawn.test_processes (34.9 sec), test_capi (42.9 sec)
0:00:46 load avg: 25.33 [458/483/2] test_unicodedata passed (41.8 sec) -- running (13): test_socket (33.4 sec), test.test_concurrent_futures.test_wait (44.9 sec), test_signal (46.8 sec), test_zipfile (36.3 sec), test_lib2to3 (45.0 sec), test_tokenize (46.2 sec), test_imaplib (34.2 sec), test.test_multiprocessing_spawn.test_misc (45.7 sec), test_regrtest (40.6 sec), test.test_multiprocessing_forkserver.test_processes (39.6 sec), test_unparse (46.7 sec), test.test_multiprocessing_spawn.test_processes (35.4 sec), test_capi (43.5 sec)
0:00:47 load avg: 25.33 [459/483/2] test_zipfile passed (36.7 sec) -- running (12): test_socket (33.8 sec), test.test_concurrent_futures.test_wait (45.3 sec), test_signal (47.1 sec), test_lib2to3 (45.4 sec), test_tokenize (46.6 sec), test_imaplib (34.5 sec), test.test_multiprocessing_spawn.test_misc (46.0 sec), test_regrtest (41.0 sec), test.test_multiprocessing_forkserver.test_processes (40.0 sec), test_unparse (47.1 sec), test.test_multiprocessing_spawn.test_processes (35.8 sec), test_capi (43.8 sec)
0:00:48 load avg: 25.33 [460/483/2] test_selectors passed -- running (12): test_socket (35.2 sec), test.test_concurrent_futures.test_wait (46.7 sec), test_signal (48.5 sec), test_lib2to3 (46.8 sec), test_tokenize (48.0 sec), test_imaplib (35.9 sec), test.test_multiprocessing_spawn.test_misc (47.4 sec), test_regrtest (42.4 sec), test.test_multiprocessing_forkserver.test_processes (41.4 sec), test_unparse (48.5 sec), test.test_multiprocessing_spawn.test_processes (37.2 sec), test_capi (45.2 sec)
0:00:48 load avg: 25.33 [461/483/2] test_poll passed -- running (12): test_socket (35.2 sec), test.test_concurrent_futures.test_wait (46.8 sec), test_signal (48.6 sec), test_lib2to3 (46.8 sec), test_tokenize (48.0 sec), test_imaplib (36.0 sec), test.test_multiprocessing_spawn.test_misc (47.5 sec), test_regrtest (42.4 sec), test.test_multiprocessing_forkserver.test_processes (41.4 sec), test_unparse (48.5 sec), test.test_multiprocessing_spawn.test_processes (37.3 sec), test_capi (45.3 sec)
0:00:49 load avg: 25.33 [462/483/2] test_signal passed (49.2 sec) -- running (12): test_socket (35.9 sec), test.test_concurrent_futures.test_wait (47.4 sec), test_subprocess (30.5 sec), test_lib2to3 (47.5 sec), test_tokenize (48.7 sec), test_imaplib (36.6 sec), test.test_multiprocessing_spawn.test_misc (48.1 sec), test_regrtest (43.1 sec), test.test_multiprocessing_forkserver.test_processes (42.1 sec), test_unparse (49.2 sec), test.test_multiprocessing_spawn.test_processes (37.9 sec), test_capi (45.9 sec)
0:00:50 load avg: 24.26 [463/483/3] test_cppext failed (1 failure) -- running (12): test_socket (37.0 sec), test.test_concurrent_futures.test_wait (48.5 sec), test_subprocess (31.6 sec), test_lib2to3 (48.6 sec), test_tokenize (49.8 sec), test_imaplib (37.8 sec), test.test_multiprocessing_spawn.test_misc (49.3 sec), test_regrtest (44.2 sec), test.test_multiprocessing_forkserver.test_processes (43.2 sec), test_unparse (50.3 sec), test.test_multiprocessing_spawn.test_processes (39.0 sec), test_capi (47.1 sec)
running build_ext
building '_testcpp03ext' extension
creating build
creating build/temp.linux-x86_64-cpython-311-pydebug
creating build/temp.linux-x86_64-cpython-311-pydebug/home
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext
/usr/bin/gcc -DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition -fPIC -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/build/test_python_1743844æ/tempcwd/env/include -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug -c /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp -o build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.o -Werror -std=c++03
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp: error: -Wno-implicit-int detected - is this intentional ? [-Werror]
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp: error: -Wno-implicit-function-declaration detected - is this intentional ? [-Werror]
cc1plus: all warnings being treated as errors
error: command '/usr/bin/gcc' failed with exit code 1
test test_cppext failed -- Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 23, in test_build_cpp03
    self.check_build(True, '_testcpp03ext')
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 38, in check_build
    self._check_build(std_cpp03, extension_name)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 79, in _check_build
    run_cmd('Build', cmd)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 71, in run_cmd
    self.fail(
AssertionError: Build failed with exit code 1
0:00:51 load avg: 24.26 [464/483/3] test.test_asyncio.test_tasks passed (30.9 sec) -- running (12): test_socket (38.0 sec), test.test_concurrent_futures.test_wait (49.5 sec), test_subprocess (32.6 sec), test_lib2to3 (49.6 sec), test_tokenize (50.8 sec), test_imaplib (38.7 sec), test.test_multiprocessing_spawn.test_misc (50.2 sec), test_regrtest (45.2 sec), test.test_multiprocessing_forkserver.test_processes (44.2 sec), test_unparse (51.3 sec), test.test_multiprocessing_spawn.test_processes (40.0 sec), test_capi (48.0 sec)
0:00:51 load avg: 24.26 [465/483/3] test_weakref passed -- running (12): test_socket (38.2 sec), test.test_concurrent_futures.test_wait (49.7 sec), test_subprocess (32.8 sec), test_lib2to3 (49.8 sec), test_tokenize (51.0 sec), test_imaplib (38.9 sec), test.test_multiprocessing_spawn.test_misc (50.4 sec), test_regrtest (45.4 sec), test.test_multiprocessing_forkserver.test_processes (44.4 sec), test_unparse (51.5 sec), test.test_multiprocessing_spawn.test_processes (40.2 sec), test_capi (48.2 sec)
0:00:52 load avg: 24.26 [466/483/3] test.test_multiprocessing_spawn.test_misc passed (51.0 sec) -- running (11): test_socket (38.8 sec), test.test_concurrent_futures.test_wait (50.3 sec), test_subprocess (33.4 sec), test_lib2to3 (50.4 sec), test_tokenize (51.6 sec), test_imaplib (39.5 sec), test_regrtest (46.0 sec), test.test_multiprocessing_forkserver.test_processes (45.0 sec), test_unparse (52.1 sec), test.test_multiprocessing_spawn.test_processes (40.8 sec), test_capi (48.8 sec)
0:00:52 load avg: 24.26 [467/483/3] test_subprocess passed (33.8 sec) -- running (10): test_socket (39.2 sec), test.test_concurrent_futures.test_wait (50.7 sec), test_lib2to3 (50.8 sec), test_tokenize (52.0 sec), test_imaplib (39.9 sec), test_regrtest (46.4 sec), test.test_multiprocessing_forkserver.test_processes (45.4 sec), test_unparse (52.5 sec), test.test_multiprocessing_spawn.test_processes (41.2 sec), test_capi (49.2 sec)
0:00:53 load avg: 24.26 [468/483/3] test_regrtest passed (46.8 sec) -- running (10): test_socket (39.6 sec), test.test_concurrent_futures.test_wait (51.1 sec), test_lib2to3 (51.2 sec), test_tokenize (52.4 sec), test_tools (30.3 sec), test_imaplib (40.3 sec), test.test_multiprocessing_forkserver.test_processes (45.8 sec), test_unparse (52.9 sec), test.test_multiprocessing_spawn.test_processes (41.6 sec), test_capi (49.6 sec)
0:00:53 load avg: 24.26 [469/483/3] test.test_concurrent_futures.test_wait passed (51.6 sec) -- running (9): test_socket (40.1 sec), test_lib2to3 (51.7 sec), test_tokenize (52.9 sec), test_tools (30.8 sec), test_imaplib (40.9 sec), test.test_multiprocessing_forkserver.test_processes (46.3 sec), test_unparse (53.4 sec), test.test_multiprocessing_spawn.test_processes (42.1 sec), test_capi (50.2 sec)
0:00:54 load avg: 24.26 [470/483/3] test.test_concurrent_futures.test_process_pool passed (30.5 sec) -- running (9): test_socket (40.8 sec), test_lib2to3 (52.4 sec), test_tokenize (53.5 sec), test_tools (31.5 sec), test_imaplib (41.5 sec), test.test_multiprocessing_forkserver.test_processes (46.9 sec), test_unparse (54.0 sec), test.test_multiprocessing_spawn.test_processes (42.8 sec), test_capi (50.8 sec)
0:00:57 load avg: 23.12 [471/483/3] test_lib2to3 passed (56.0 sec) -- running (8): test_socket (44.4 sec), test_tokenize (57.1 sec), test_tools (35.1 sec), test_imaplib (45.1 sec), test.test_multiprocessing_forkserver.test_processes (50.6 sec), test_unparse (57.6 sec), test.test_multiprocessing_spawn.test_processes (46.4 sec), test_capi (54.4 sec)
0:00:57 load avg: 23.12 [472/483/3] test_venv passed -- running (8): test_socket (44.5 sec), test_tokenize (57.3 sec), test_tools (35.2 sec), test_imaplib (45.2 sec), test.test_multiprocessing_forkserver.test_processes (50.7 sec), test_unparse (57.8 sec), test.test_multiprocessing_spawn.test_processes (46.5 sec), test_capi (54.5 sec)
Could not find platform dependent libraries <exec_prefix>
0:01:01 load avg: 21.67 [473/483/3] test_unparse passed (1 min 1 sec) -- running (8): test.test_gdb.test_pretty_print (33.2 sec), test_socket (48.5 sec), test_tokenize (1 min 1 sec), test_tools (39.2 sec), test_imaplib (49.2 sec), test.test_multiprocessing_forkserver.test_processes (54.7 sec), test.test_multiprocessing_spawn.test_processes (50.5 sec), test_capi (58.5 sec)
0:01:03 load avg: 21.67 [474/483/3] test.test_multiprocessing_forkserver.test_processes passed (55.9 sec) -- running (7): test.test_gdb.test_pretty_print (34.4 sec), test_socket (49.7 sec), test_tokenize (1 min 2 sec), test_tools (40.4 sec), test_imaplib (50.4 sec), test.test_multiprocessing_spawn.test_processes (51.7 sec), test_capi (59.7 sec)
0:01:03 load avg: 21.67 [475/483/3] test_imaplib passed (51.0 sec) -- running (7): test.test_gdb.test_pretty_print (35.1 sec), test_socket (50.3 sec), test_io (30.4 sec), test_tokenize (1 min 3 sec), test_tools (41.0 sec), test.test_multiprocessing_spawn.test_processes (52.3 sec), test_capi (1 min)
0:01:05 load avg: 20.42 [476/483/3] test.test_multiprocessing_fork.test_processes passed (31.2 sec) -- running (7): test.test_gdb.test_pretty_print (36.9 sec), test_socket (52.2 sec), test_io (32.3 sec), test_tokenize (1 min 4 sec), test_tools (42.9 sec), test.test_multiprocessing_spawn.test_processes (54.2 sec), test_capi (1 min 2 sec)
0:01:08 load avg: 20.42 [477/483/3] test.test_gdb.test_pretty_print passed (40.1 sec) -- running (6): test_socket (55.4 sec), test_io (35.5 sec), test_tokenize (1 min 8 sec), test_tools (46.1 sec), test.test_multiprocessing_spawn.test_processes (57.4 sec), test_capi (1 min 5 sec)
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
Function "builtin_id" not defined.
0:01:16 load avg: 17.73 [478/483/3] test_capi passed (1 min 13 sec) -- running (5): test_socket (1 min 3 sec), test_io (43.6 sec), test_tokenize (1 min 16 sec), test_tools (54.2 sec), test.test_multiprocessing_spawn.test_processes (1 min 5 sec)
0:01:17 load avg: 17.73 [479/483/3] test_tokenize passed (1 min 17 sec) -- running (4): test_socket (1 min 4 sec), test_io (44.6 sec), test_tools (55.2 sec), test.test_multiprocessing_spawn.test_processes (1 min 6 sec)
0:01:19 load avg: 17.73 [480/483/3] test_io passed (45.7 sec) -- running (3): test_socket (1 min 5 sec), test_tools (56.3 sec), test.test_multiprocessing_spawn.test_processes (1 min 7 sec)
0:01:20 load avg: 16.47 [481/483/3] test.test_multiprocessing_spawn.test_processes passed (1 min 9 sec) -- running (2): test_socket (1 min 7 sec), test_tools (58.0 sec)
0:01:50 load avg: 15.04 running (2): test_socket (1 min 37 sec), test_tools (1 min 27 sec)
0:02:20 load avg: 14.04 running (2): test_socket (2 min 7 sec), test_tools (1 min 57 sec)
0:02:44 load avg: 11.22 [482/483/4] test_tools failed (1 error) (2 min 22 sec) -- running (1): test_socket (2 min 31 sec)
cwd: /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/build/test_python_1743262æ
creating the script to be frozen at /tmp/test_python_mramx_9k/tmpzoubwi8p/app.py
copying the source tree from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9 to /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython...
configuring python in /tmp/test_python_mramx_9k/tmpzoubwi8p/python-build...
+ cd /tmp/test_python_mramx_9k/tmpzoubwi8p/python-build
+ /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/configure --bindir=/usr/bin --build=x86_64-redhat-linux --datadir=/usr/share --disable-dependency-tracking --exec-prefix=/usr --host=x86_64-redhat-linux --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --mandir=/usr/share/man --prefix=/tmp/test_python_mramx_9k/tmpzoubwi8p/python-installation --program-prefix= --runstatedir=/run --sbindir=/usr/sbin --sharedstatedir=/var/lib --sysconfdir=/etc PYTHON_FOR_REGEN=/usr/bin/python3 HAS_GIT=not-found ax_cv_c_float_words_bigendian=no --disable-profiling --enable-ipv6 --enable-loadable-sqlite-extensions --enable-shared --without-computed-gotos --with-dbmliborder=ndbm:bdb --with-dtrace --with-platlibdir=lib64 --with-ssl-default-suites=openssl --with-system-expat --with-system-ffi --with-tzpath=/usr/share/zoneinfo --without-lto --without-trace-refs --with-valgrind --without-ensurepip --with-pydebug build_alias=x86_64-redhat-linux host_alias=x86_64-redhat-linux PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig CC=/usr/bin/gcc 'CFLAGS=-m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition' 'LDFLAGS=-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--gc-sections -Wl,--as-needed -Wl,--build-id=sha1 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,pack-relative-relocs -flto=auto -fuse-linker-plugin' --cache-file /tmp/test_python_mramx_9k/tmpzoubwi8p/python-config.cache
building python parallel='-j32' in /tmp/test_python_mramx_9k/tmpzoubwi8p/python-build...
+ cd /tmp/test_python_mramx_9k/tmpzoubwi8p/python-build
+ /usr/bin/make -j32
installing python into /tmp/test_python_mramx_9k/tmpzoubwi8p/python-installation...
+ cd /tmp/test_python_mramx_9k/tmpzoubwi8p/python-build
+ /usr/bin/make install
CalledProcessError: Command '['/usr/bin/make', 'install']' returned non-zero exit status 2.
--- STDOUT ---
make[1]: Entering directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
if test "no-framework" = "no-framework" ; then \
        /usr/bin/install -c python /usr/bin/python3.11d; \
else \
        /usr/bin/install -c -s Mac/pythonw /usr/bin/python3.11d; \
fi
make[1]: Leaving directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
make[1]: Entering directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
/usr/bin/install -c -m 644 /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/Misc/python.man \
        /usr/share/man/man1/python3.11.1
make[1]: Leaving directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
make[1]: Entering directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
Creating directory /usr/lib64/python3.11/lib-dynload
make[1]: Leaving directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
make[1]: Entering directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
Creating directory /usr/include/python3.11d
Creating directory /usr/include/python3.11d
make[1]: Leaving directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
make[1]: Entering directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'
LD_LIBRARY_PATH=/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build:/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug CC='/usr/bin/gcc' LDSHARED='/usr/bin/gcc -shared -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--gc-sections -Wl,--as-needed -Wl,--build-id=sha1 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,pack-relative-relocs -flto=auto -fuse-linker-plugin   ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall'      ./python -E /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/setup.py  build
running build
running build_ext

The necessary bits to build these optional modules were not found:
_dbm
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py have not
been built, they are *disabled* by configure:
_gdbm

running build_scripts
copying and adjusting /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/Tools/scripts/pydoc3 -> build/scripts-3.11
copying and adjusting /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/Tools/scripts/idle3 -> build/scripts-3.11
copying and adjusting /tmp/test_python_mramx_9k/tmpzoubwi8p/cpython/Tools/scripts/2to3 -> build/scripts-3.11
changing mode of build/scripts-3.11/pydoc3 from 644 to 755
changing mode of build/scripts-3.11/idle3 from 644 to 755
changing mode of build/scripts-3.11/2to3 from 644 to 755
make[1]: Leaving directory '/tmp/test_python_mramx_9k/tmpzoubwi8p/python-build'

--- STDERR ---
/usr/bin/install: cannot create regular file '/usr/bin/python3.11d': Permission denied
make[1]: *** [Makefile:1931: altbininstall] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/install: cannot create regular file '/usr/share/man/man1/python3.11.1': Permission denied
make[1]: *** [Makefile:2024: altmaninstall] Error 1
/usr/bin/install: cannot change permissions of ‘/usr/lib64/python3.11/lib-dynload’: No such file or directory
make[1]: *** [Makefile:1918: /usr/lib64/python3.11/lib-dynload] Error 1
/usr/bin/install: cannot change permissions of ‘/usr/include/python3.11d’: No such file or directory
/usr/bin/install: cannot change permissions of ‘/usr/include/python3.11d’: No such file or directory
make[1]: *** [Makefile:2329: inclinstall] Error 1
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11

---- END ----
test test_tools failed -- Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_tools/test_freeze.py", line 34, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/freeze/test/freeze.py", line 156, in prepare
    _run_quiet([MAKE, 'install'], cwd=builddir)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/freeze/test/freeze.py", line 35, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', 'install']' returned non-zero exit status 2.
0:03:14 load avg: 6.99 running (1): test_socket (3 min 1 sec)
0:03:44 load avg: 4.23 running (1): test_socket (3 min 31 sec)
0:04:14 load avg: 2.79 running (1): test_socket (4 min 1 sec)
0:04:44 load avg: 1.77 running (1): test_socket (4 min 31 sec)
0:05:10 load avg: 1.07 [483/483/5] test_socket failed (1 failure) (4 min 57 sec)
test test_socket failed -- Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_socket.py", line 1004, in testHostnameRes
    self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
AssertionError: Error testing host resolution mechanisms. (fqdn: 10.0.3.157, all: ['devel-g2v', 'devel-g2v'])

== Tests result: FAILURE ==

12 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_dbm_gnu test_dbm_ndbm
    test_devpoll test_ioctl test_kqueue test_launcher test_msilib
    test_startfile test_winconsoleio test_winreg

6 tests skipped (resource denied):
    test_ossaudiodev test_tix test_tk test_ttk_guionly test_winsound
    test_zipfile64

5 tests failed:
    test_bz2 test_cppext test_dtrace test_socket test_tools

460 tests OK.

0:05:10 load avg: 1.07 Re-running 5 failed tests in verbose mode in subprocesses
0:05:10 load avg: 1.07 Run 5 tests in parallel using 5 worker processes
0:05:10 load avg: 1.07 [1/5/1] test_dtrace failed (8 failures)
Re-running test_dtrace in verbose mode (matching: test_check_probes, test_check_probes, test_check_probes, test_check_probes, test_check_probes, test_check_probes, test_check_probes, test_check_probes)
readelf version: 2.42
test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) ...
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: import__find__load__done') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: import__find__load__start') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: audit') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: gc__start') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: gc__done') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: function__entry') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: function__return') ... FAIL
  test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: line') ... FAIL

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: import__find__load__done')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: import__find__load__done' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: import__find__load__start')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: import__find__load__start' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: audit')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: audit' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: gc__start')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: gc__start' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: gc__done')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: gc__done' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: function__entry')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: function__entry' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: function__return')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: function__return' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

======================================================================
FAIL: test_check_probes (test.test_dtrace.CheckDtraceProbes.test_check_probes) (probe_name='Name: line')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_dtrace.py", line 244, in test_check_probes
    self.assertIn(probe_name, readelf_output)
AssertionError: 'Name: line' not found in '\nDisplaying notes found in: .note.gnu.property\n  Owner                Data size \tDescription\n  GNU                  0x00000040\tNT_GNU_PROPERTY_TYPE_0\n      Properties: x86 feature: IBT, SHSTK\n\tx86 ISA needed: x86-64-baseline\n\tx86 feature used: x86\n\tx86 ISA used: \n\nDisplaying notes found in: .note.gnu.build-id\n  Owner                Data size \tDescription\n  GNU                  0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\n    Build ID: 62fbcee9837423b50ede21967d771582e76a59f2\n\nDisplaying notes found in: .note.ABI-tag\n  Owner                Data size \tDescription\n  GNU                  0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\n    OS: Linux, ABI: 3.2.0\n\nDisplaying notes found in: .gnu.build.attributes\n  Owner                Data size \tDescription\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1080 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10a6 to 0x10a6\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1000 to 0x1016\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x116c to 0x1174\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x10b0 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1169 to 0x1169\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1016 to 0x101b\n  GA$<version>3a1      0x00000010\tOPEN\n    Applies to region from 0x1174 to 0x1179\n'

----------------------------------------------------------------------
Ran 1 test in 0.020s

FAILED (failures=8)
test test_dtrace failed
0:05:10 load avg: 1.07 [2/5/2] test_bz2 failed (1 error, 44 failures)
Re-running test_bz2 in verbose mode (matching: test_read_truncated, testDecompress, testDecompressChunks10, testDecompressUnusedData, test_decompressor_inputbuf_1, test_decompressor_inputbuf_2, test_decompressor_inputbuf_3, testIterator, testIteratorMultiStream, testMixedIterationAndReads, testPeek, testPeekBytesIO, testRead, testRead100, testReadBytesIO, testReadChunk10, testReadChunk10MultiStream, testReadInto, testReadLine, testReadLineMultiStream, testReadLines, testReadLinesMultiStream, testReadMonkeyMultiStream, testReadMultiStream, testReadMultiStreamTrailingJunk, testReadTrailingJunk, testSeekBackwards, testSeekBackwardsAcrossStreams, testSeekBackwardsBytesIO, testSeekBackwardsFromEnd, testSeekBackwardsFromEndAcrossStreams, testSeekForward, testSeekForwardAcrossStreams, testSeekForwardBytesIO, testSeekPostEnd, testSeekPostEndMultiStream, testSeekPostEndTwice, testSeekPostEndTwiceMultiStream, testSeekPreStart, testSeekPreStartMultiStream, testDecompress, testDecompressMultiStream, testDecompressMultiStreamTrailingJunk, testDecompressTrailingJunk, test_fileobj)
testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress) ... FAIL
testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10) ... FAIL
testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData) ... FAIL
test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1) ... FAIL
test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2) ... FAIL
test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3) ... FAIL
testIterator (test.test_bz2.BZ2FileTest.testIterator) ... FAIL
testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream) ... FAIL
testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads) ... FAIL
testPeek (test.test_bz2.BZ2FileTest.testPeek) ... FAIL
testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO) ... FAIL
testRead (test.test_bz2.BZ2FileTest.testRead) ... FAIL
testRead100 (test.test_bz2.BZ2FileTest.testRead100) ... FAIL
testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO) ... FAIL
testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10) ... FAIL
testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream) ... FAIL
testReadInto (test.test_bz2.BZ2FileTest.testReadInto) ... FAIL
testReadLine (test.test_bz2.BZ2FileTest.testReadLine) ... FAIL
testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream) ... FAIL
testReadLines (test.test_bz2.BZ2FileTest.testReadLines) ... FAIL
testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream) ... FAIL
testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream) ... FAIL
testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream) ... FAIL
testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk) ... FAIL
testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk) ... FAIL
testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards) ... FAIL
testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams) ... FAIL
testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO) ... FAIL
testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd) ... FAIL
testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams) ... FAIL
testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward) ... FAIL
testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams) ... FAIL
testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO) ... FAIL
testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd) ... FAIL
testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream) ... FAIL
testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice) ... FAIL
testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream) ... FAIL
testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart) ... FAIL
testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream) ... FAIL
test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated) ... ERROR
testDecompress (test.test_bz2.CompressDecompressTest.testDecompress) ... FAIL
testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream) ... FAIL
testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk) ... FAIL
testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk) ... FAIL
test_fileobj (test.test_bz2.OpenTest.test_fileobj) ... FAIL

======================================================================
ERROR: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 742, in test_read_truncated
    self.assertEqual(f.read(len(self.TEXT)), self.TEXT)
                     ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/bz2.py", line 164, in read
    return self._buffer.read(size)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/_compression.py", line 68, in readinto
    data = self.read(len(byte_view))
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/_compression.py", line 99, in read
    raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reached

======================================================================
FAIL: testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 817, in testDecompress
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 829, in testDecompressChunks10
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 835, in testDecompressUnusedData
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 917, in test_decompressor_inputbuf_1
    self.assertEqual(b''.join(out), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 938, in test_decompressor_inputbuf_2
    self.assertEqual(b''.join(out), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 954, in test_decompressor_inputbuf_3
    self.assertEqual(b''.join(out), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testIterator (test.test_bz2.BZ2FileTest.testIterator)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 231, in testIterator
    self.assertEqual(list(iter(bz2f)), self.TEXT_LINES)
AssertionError: Lists differ: [b'ro[16 chars]oot:/bin/bash\n', b'bin:x:1:1:bin:/bin:\n', b'[824 chars]e\n'] != [b'ro[16 chars]oot:/usr/bin/sh\n', b'bin:x:1:1:bin:/bin:\n', [834 chars]e\n']

First differing element 0:
b'root:x:0:0:root:/root:/bin/bash\n'
b'root:x:0:0:root:/root:/usr/bin/sh\n'

Diff is 1743 characters long. Set self.maxDiff to None to see it.

======================================================================
FAIL: testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 236, in testIteratorMultiStream
    self.assertEqual(list(iter(bz2f)), self.TEXT_LINES * 5)
AssertionError: Lists differ: [b'ro[16 chars]oot:/bin/bash\n', b'bin:x:1:1:bin:/bin:\n', b'[4408 chars]e\n'] != [b'ro[16 chars]oot:/usr/bin/sh\n', b'bin:x:1:1:bin:/bin:\n', [4458 chars]e\n']

First differing element 0:
b'root:x:0:0:root:/root:/bin/bash\n'
b'root:x:0:0:root:/root:/usr/bin/sh\n'

Diff is 8715 characters long. Set self.maxDiff to None to see it.

======================================================================
FAIL: testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 518, in testMixedIterationAndReads
    self.assertEqual(next(bz2f), self.TEXT_LINES[0][halflen:])
AssertionError: b'root:/bin/bash\n' != b'root:/usr/bin/sh\n'

======================================================================
FAIL: testPeek (test.test_bz2.BZ2FileTest.testPeek)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 187, in testPeek
    self.assertTrue(self.TEXT.startswith(pdata))
AssertionError: False is not true

======================================================================
FAIL: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 711, in testPeekBytesIO
    self.assertTrue(self.TEXT.startswith(pdata))
AssertionError: False is not true

======================================================================
FAIL: testRead (test.test_bz2.BZ2FileTest.testRead)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 113, in testRead
    self.assertEqual(bz2f.read(), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testRead100 (test.test_bz2.BZ2FileTest.testRead100)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 180, in testRead100
    self.assertEqual(bz2f.read(100), self.TEXT[:100])
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[35 chars]r/ad' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[35 chars]var/'

======================================================================
FAIL: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 703, in testReadBytesIO
    self.assertEqual(bz2f.read(), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 164, in testReadChunk10
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 175, in testReadChunk10MultiStream
    self.assertEqual(text, self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testReadInto (test.test_bz2.BZ2FileTest.testReadInto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 196, in testReadInto
    self.assertEqual(b, self.TEXT[:n])
AssertionError: bytearray(b'root:x:0:0:root:/root:/bin/bas[99 chars]/lp') != b'root:x:0:0:root:/root:/usr/bin/sh\nbin:x[88 chars]ool/'

======================================================================
FAIL: testReadLine (test.test_bz2.BZ2FileTest.testReadLine)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 207, in testReadLine
    self.assertEqual(bz2f.readline(), line)
AssertionError: b'root:x:0:0:root:/root:/bin/bash\n' != b'root:x:0:0:root:/root:/usr/bin/sh\n'

======================================================================
FAIL: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 214, in testReadLineMultiStream
    self.assertEqual(bz2f.readline(), line)
AssertionError: b'root:x:0:0:root:/root:/bin/bash\n' != b'root:x:0:0:root:/root:/usr/bin/sh\n'

======================================================================
FAIL: testReadLines (test.test_bz2.BZ2FileTest.testReadLines)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 220, in testReadLines
    self.assertEqual(bz2f.readlines(), self.TEXT_LINES)
AssertionError: Lists differ: [b'ro[16 chars]oot:/bin/bash\n', b'bin:x:1:1:bin:/bin:\n', b'[824 chars]e\n'] != [b'ro[16 chars]oot:/usr/bin/sh\n', b'bin:x:1:1:bin:/bin:\n', [834 chars]e\n']

First differing element 0:
b'root:x:0:0:root:/root:/bin/bash\n'
b'root:x:0:0:root:/root:/usr/bin/sh\n'

Diff is 1743 characters long. Set self.maxDiff to None to see it.

======================================================================
FAIL: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 226, in testReadLinesMultiStream
    self.assertEqual(bz2f.readlines(), self.TEXT_LINES * 5)
AssertionError: Lists differ: [b'ro[16 chars]oot:/bin/bash\n', b'bin:x:1:1:bin:/bin:\n', b'[4408 chars]e\n'] != [b'ro[16 chars]oot:/usr/bin/sh\n', b'bin:x:1:1:bin:/bin:\n', [4458 chars]e\n']

First differing element 0:
b'root:x:0:0:root:/root:/bin/bash\n'
b'root:x:0:0:root:/root:/usr/bin/sh\n'

Diff is 8715 characters long. Set self.maxDiff to None to see it.

======================================================================
FAIL: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 135, in testReadMonkeyMultiStream
    self.assertEqual(bz2f.read(), self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 124, in testReadMultiStream
    self.assertEqual(bz2f.read(), self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 147, in testReadMultiStreamTrailingJunk
    self.assertEqual(bz2f.read(), self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 142, in testReadTrailingJunk
    self.assertEqual(bz2f.read(), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 320, in testSeekBackwards
    self.assertEqual(bz2f.read(), self.TEXT[500-150:])
AssertionError: b'or:x:11:0:operator:/root:\ngames:x:12:100[385 chars]se\n' != b'ator:x:11:0:operator:/root:\ngames:x:12:1[395 chars]se\n'

======================================================================
FAIL: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 329, in testSeekBackwardsAcrossStreams
    self.assertEqual(bz2f.read(), self.TEXT[100-150:] + self.TEXT)
AssertionError: b'bash\nwww:x:103:104::/var/www:/bin/false\[788 chars]se\n' != b'ql:/usr/bin/sh\nwww:x:103:104::/var/www:/[808 chars]se\n'

======================================================================
FAIL: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 734, in testSeekBackwardsBytesIO
    self.assertEqual(bz2f.read(), self.TEXT[500-150:])
AssertionError: b'or:x:11:0:operator:/root:\ngames:x:12:100[385 chars]se\n' != b'ator:x:11:0:operator:/root:\ngames:x:12:1[395 chars]se\n'

======================================================================
FAIL: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 335, in testSeekBackwardsFromEnd
    self.assertEqual(bz2f.read(), self.TEXT[len(self.TEXT)-150:])
AssertionError: b'ostgres:x:101:102:PostgreSQL Server:/var/[108 chars]se\n' != b'res:x:101:102:PostgreSQL Server:/var/lib/[108 chars]se\n'

======================================================================
FAIL: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 341, in testSeekBackwardsFromEndAcrossStreams
    self.assertEqual(bz2f.read(), (self.TEXT * 2)[-1000:])
AssertionError: b'0:101:postfix:/var/spool/postfix:\nniemey[981 chars]se\n' != b'ar/spool/postfix:\nniemeyer:x:500:500::/h[981 chars]se\n'

======================================================================
FAIL: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 306, in testSeekForward
    self.assertEqual(bz2f.read(), self.TEXT[150:])
AssertionError: b'in:/bin/sync\nshutdown:x:6:0:shutdown:/sb[591 chars]se\n' != b'sbin:/bin/sync\nshutdown:x:6:0:shutdown:/[601 chars]se\n'

======================================================================
FAIL: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 313, in testSeekForwardAcrossStreams
    self.assertEqual(bz2f.read(), self.TEXT[150:])
AssertionError: b'nc\nshutdown:x:6:0:shutdown:/sbin:/sbin/s[581 chars]se\n' != b'sbin:/bin/sync\nshutdown:x:6:0:shutdown:/[601 chars]se\n'

======================================================================
FAIL: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 727, in testSeekForwardBytesIO
    self.assertEqual(bz2f.read(), self.TEXT[150:])
AssertionError: b'in:/bin/sync\nshutdown:x:6:0:shutdown:/sb[591 chars]se\n' != b'sbin:/bin/sync\nshutdown:x:6:0:shutdown:/[601 chars]se\n'

======================================================================
FAIL: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 347, in testSeekPostEnd
    self.assertEqual(bz2f.tell(), len(self.TEXT))
AssertionError: 770 != 780

======================================================================
FAIL: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 354, in testSeekPostEndMultiStream
    self.assertEqual(bz2f.tell(), len(self.TEXT) * 5)
AssertionError: 3850 != 3900

======================================================================
FAIL: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 362, in testSeekPostEndTwice
    self.assertEqual(bz2f.tell(), len(self.TEXT))
AssertionError: 770 != 780

======================================================================
FAIL: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 370, in testSeekPostEndTwiceMultiStream
    self.assertEqual(bz2f.tell(), len(self.TEXT) * 5)
AssertionError: 3850 != 3900

======================================================================
FAIL: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 378, in testSeekPreStart
    self.assertEqual(bz2f.read(), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 385, in testSeekPreStartMultiStream
    self.assertEqual(bz2f.read(), self.TEXT * 2)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[1514 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[1534 chars]se\n'

======================================================================
FAIL: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 983, in testDecompress
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 1001, in testDecompressMultiStream
    self.assertEqual(text, self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 1009, in testDecompressMultiStreamTrailingJunk
    self.assertEqual(text, self.TEXT * 5)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[3887 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[3937 chars]se\n'

======================================================================
FAIL: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 1005, in testDecompressTrailingJunk
    self.assertEqual(text, self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

======================================================================
FAIL: test_fileobj (test.test_bz2.OpenTest.test_fileobj)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_bz2.py", line 1084, in test_fileobj
    self.assertEqual(f.read(), self.TEXT)
AssertionError: b'roo[15 chars]oot:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2[723 chars]se\n' != b'roo[15 chars]oot:/usr/bin/sh\nbin:x:1:1:bin:/bin:\ndaemon:x[733 chars]se\n'

----------------------------------------------------------------------
Ran 45 tests in 0.088s

FAILED (failures=44, errors=1)
test test_bz2 failed
0:05:17 load avg: 1.15 [3/5/3] test_cppext failed (1 error)
Re-running test_cppext in verbose mode (matching: test_build_cpp03)
test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ...
Run: /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/python -X dev -m venv env
Run: env/bin/python -X dev /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/setup.py build_ext --verbose -std=c++03
running build_ext
building '_testcpp03ext' extension
creating build
creating build/temp.linux-x86_64-cpython-311-pydebug
creating build/temp.linux-x86_64-cpython-311-pydebug/home
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test
creating build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext
/usr/bin/gcc -DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition -fPIC -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/build/test_python_1770169æ/tempcwd/env/include -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Include -I/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug -c /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp -o build/temp.linux-x86_64-cpython-311-pydebug/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.o -Werror -std=c++03
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp: error: -Wno-implicit-int detected - is this intentional ? [-Werror]
/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/extension.cpp: error: -Wno-implicit-function-declaration detected - is this intentional ? [-Werror]
cc1plus: all warnings being treated as errors
error: command '/usr/bin/gcc' failed with exit code 1
ERROR

======================================================================
ERROR: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 23, in test_build_cpp03
    self.check_build(True, '_testcpp03ext')
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 38, in check_build
    self._check_build(std_cpp03, extension_name)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 79, in _check_build
    run_cmd('Build', cmd)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/__init__.py", line 63, in run_cmd
    subprocess.run(cmd, check=True)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['env/bin/python', '-X', 'dev', '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_cppext/setup.py', 'build_ext', '--verbose', '-std=c++03']' returned non-zero exit status 1.

----------------------------------------------------------------------
Ran 1 test in 7.115s

FAILED (errors=1)
test test_cppext failed
0:05:47 load avg: 1.01 running (2): test_tools (37.3 sec), test_socket (37.3 sec)
0:06:17 load avg: 2.27 running (2): test_tools (1 min 7 sec), test_socket (1 min 7 sec)
0:06:47 load avg: 7.95 running (2): test_tools (1 min 37 sec), test_socket (1 min 37 sec)
0:07:11 load avg: 7.86 [4/5/3] test_socket passed (2 min) -- running (1): test_tools (2 min)
Re-running test_socket in verbose mode (matching: testHostnameRes)
testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... skipped 'name lookup failure'

----------------------------------------------------------------------
Ran 1 test in 120.058s

OK (skipped=1)
0:07:21 load avg: 7.78 [5/5/4] test_tools failed (1 error) (2 min 10 sec)
Re-running test_tools in verbose mode (matching: test_freeze_simple_script)
test_freeze_simple_script (test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script) ...
cwd: /home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug/build/test_python_1770170æ
creating the script to be frozen at /tmp/test_python_op0x5pq2/tmp73xsleo6/app.py
copying the source tree from /home/tkloczko/rpmbuild/BUILD/Python-3.11.9 to /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython...
configuring python in /tmp/test_python_op0x5pq2/tmp73xsleo6/python-build...
+ cd /tmp/test_python_op0x5pq2/tmp73xsleo6/python-build
+ /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/configure --bindir=/usr/bin --build=x86_64-redhat-linux --datadir=/usr/share --disable-dependency-tracking --exec-prefix=/usr --host=x86_64-redhat-linux --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --mandir=/usr/share/man --prefix=/tmp/test_python_op0x5pq2/tmp73xsleo6/python-installation --program-prefix= --runstatedir=/run --sbindir=/usr/sbin --sharedstatedir=/var/lib --sysconfdir=/etc PYTHON_FOR_REGEN=/usr/bin/python3 HAS_GIT=not-found ax_cv_c_float_words_bigendian=no --disable-profiling --enable-ipv6 --enable-loadable-sqlite-extensions --enable-shared --without-computed-gotos --with-dbmliborder=ndbm:bdb --with-dtrace --with-platlibdir=lib64 --with-ssl-default-suites=openssl --with-system-expat --with-system-ffi --with-tzpath=/usr/share/zoneinfo --without-lto --without-trace-refs --with-valgrind --without-ensurepip --with-pydebug build_alias=x86_64-redhat-linux host_alias=x86_64-redhat-linux PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig CC=/usr/bin/gcc 'CFLAGS=-m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -mtls-dialect=gnu2 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdata-sections -ffunction-sections -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -flto=auto -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -Wall -Werror=format-security -D_GNU_SOURCE -fPIC -fwrapv -ffat-lto-objects -fno-semantic-interposition' 'LDFLAGS=-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--gc-sections -Wl,--as-needed -Wl,--build-id=sha1 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,pack-relative-relocs -flto=auto -fuse-linker-plugin' --cache-file /tmp/test_python_op0x5pq2/tmp73xsleo6/python-config.cache
building python parallel='-j32' in /tmp/test_python_op0x5pq2/tmp73xsleo6/python-build...
+ cd /tmp/test_python_op0x5pq2/tmp73xsleo6/python-build
+ /usr/bin/make -j32
installing python into /tmp/test_python_op0x5pq2/tmp73xsleo6/python-installation...
+ cd /tmp/test_python_op0x5pq2/tmp73xsleo6/python-build
+ /usr/bin/make install
CalledProcessError: Command '['/usr/bin/make', 'install']' returned non-zero exit status 2.
--- STDOUT ---
make[1]: Entering directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
if test "no-framework" = "no-framework" ; then \
        /usr/bin/install -c python /usr/bin/python3.11d; \
else \
        /usr/bin/install -c -s Mac/pythonw /usr/bin/python3.11d; \
fi
make[1]: Leaving directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
make[1]: Entering directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
/usr/bin/install -c -m 644 /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/Misc/python.man \
        /usr/share/man/man1/python3.11.1
make[1]: Leaving directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
make[1]: Entering directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
Creating directory /usr/lib64/python3.11/lib-dynload
make[1]: Leaving directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
make[1]: Entering directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
Creating directory /usr/include/python3.11d
Creating directory /usr/include/python3.11d
make[1]: Leaving directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
make[1]: Entering directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'
LD_LIBRARY_PATH=/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build:/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug CC='/usr/bin/gcc' LDSHARED='/usr/bin/gcc -shared -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--gc-sections -Wl,--as-needed -Wl,--build-id=sha1 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,pack-relative-relocs -flto=auto -fuse-linker-plugin   ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -g -Og -Wall'      ./python -E /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/setup.py  build
running build
running build_ext

The necessary bits to build these optional modules were not found:
_dbm
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py have not
been built, they are *disabled* by configure:
_gdbm

running build_scripts
copying and adjusting /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/Tools/scripts/pydoc3 -> build/scripts-3.11
copying and adjusting /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/Tools/scripts/idle3 -> build/scripts-3.11
copying and adjusting /tmp/test_python_op0x5pq2/tmp73xsleo6/cpython/Tools/scripts/2to3 -> build/scripts-3.11
changing mode of build/scripts-3.11/pydoc3 from 644 to 755
changing mode of build/scripts-3.11/idle3 from 644 to 755
changing mode of build/scripts-3.11/2to3 from 644 to 755
make[1]: Leaving directory '/tmp/test_python_op0x5pq2/tmp73xsleo6/python-build'

--- STDERR ---
/usr/bin/install: cannot create regular file '/usr/bin/python3.11d': Permission denied
make[1]: *** [Makefile:1931: altbininstall] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/install: cannot create regular file '/usr/share/man/man1/python3.11.1': Permission denied
make[1]: *** [Makefile:2024: altmaninstall] Error 1
/usr/bin/install: cannot change permissions of ‘/usr/lib64/python3.11/lib-dynload’: No such file or directory
make[1]: *** [Makefile:1918: /usr/lib64/python3.11/lib-dynload] Error 1
/usr/bin/install: cannot change permissions of ‘/usr/include/python3.11d’: No such file or directory
/usr/bin/install: cannot change permissions of ‘/usr/include/python3.11d’: No such file or directory
make[1]: *** [Makefile:2329: inclinstall] Error 1
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11

---- END ----
ERROR

======================================================================
ERROR: test_freeze_simple_script (test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/test/test_tools/test_freeze.py", line 34, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/freeze/test/freeze.py", line 156, in prepare
    _run_quiet([MAKE, 'install'], cwd=builddir)
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Tools/freeze/test/freeze.py", line 35, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', 'install']' returned non-zero exit status 2.

----------------------------------------------------------------------
Ran 1 test in 130.134s

FAILED (errors=1)
test test_tools failed
4 tests failed again:
    test_bz2 test_cppext test_dtrace test_tools

== Tests result: FAILURE then FAILURE ==

12 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_dbm_gnu test_dbm_ndbm
    test_devpoll test_ioctl test_kqueue test_launcher test_msilib
    test_startfile test_winconsoleio test_winreg

6 tests skipped (resource denied):
    test_ossaudiodev test_tix test_tk test_ttk_guionly test_winsound
    test_zipfile64

5 re-run tests:
    test_bz2 test_cppext test_dtrace test_socket test_tools

4 tests failed:
    test_bz2 test_cppext test_dtrace test_tools

461 tests OK.

Total duration: 7 min 21 sec
Total tests: run=40,676 failures=106 skipped=1,257
Total test files: run=482/483 failed=4 skipped=12 resource_denied=6 rerun=5
Result: FAILURE then FAILURE
make: *** [Makefile:1819: test] Error 2
make: Leaving directory '/home/tkloczko/rpmbuild/BUILD/Python-3.11.9/x86_64-redhat-linux-gnu-debug'

@kloczek
Copy link
Author

kloczek commented Apr 14, 2024

Please do not close this ticket even it is already about python versions which could receive only security fixes because in ~week I'll move to 3.12.x.
PS. I'm moving over each major version to have full regression tests results what exactly changed in ~1.3k already packaged python modules between modules which I have already packaged (in that population almost 1k passes pytest without any hiccups and another ~250 with--deselect'ed list of units.

@vstinner
Copy link
Member

vstinner commented Sep 2, 2024

The issue was fixed by commit d384813 in gh-112769. I close this issue as a duplicate of issue gh-112769.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

8 participants