Buildbot-status
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
February 2022
- 2 participants
- 163 discussions
The Buildbot has detected a new failure on builder AMD64 FreeBSD Non-Debug 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/187/builds/445
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-9e36
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary …
[View More]of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 13, done.
remote: Counting objects: 7% (1/13)
remote: Counting objects: 15% (2/13)
remote: Counting objects: 23% (3/13)
remote: Counting objects: 30% (4/13)
remote: Counting objects: 38% (5/13)
remote: Counting objects: 46% (6/13)
remote: Counting objects: 53% (7/13)
remote: Counting objects: 61% (8/13)
remote: Counting objects: 69% (9/13)
remote: Counting objects: 76% (10/13)
remote: Counting objects: 84% (11/13)
remote: Counting objects: 92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 13 (delta 0), reused 6 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
Note: switching to 'f3bb8fe4e831ef452a503b3db2297f6628c63288'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at f3bb8fe4e8 Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512)
Switched to and reset branch '3.9'
In file included from /usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:43:
In file included from /usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/socketmodule.h:116:
In file included from /usr/include/bluetooth.h:54:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:244:2: warning: "Make sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
^
/usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:3116:27: error: implicit declaration of function 'SSLv3_method' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ctx = SSL_CTX_new(SSLv3_method());
^
/usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:3116:27: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion]
ctx = SSL_CTX_new(SSLv3_method());
^~~~~~~~~~~~~~
/usr/include/openssl/ssl.h:1503:47: note: passing argument to parameter 'meth' here
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
2 warnings and 1 error generated.
In file included from /usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:43:
In file included from /usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/socketmodule.h:116:
In file included from /usr/include/bluetooth.h:54:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:244:2: warning: "Make sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
^
/usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:3116:27: error: implicit declaration of function 'SSLv3_method' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ctx = SSL_CTX_new(SSLv3_method());
^
/usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/Modules/_ssl.c:3116:27: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion]
ctx = SSL_CTX_new(SSLv3_method());
^~~~~~~~~~~~~~
/usr/include/openssl/ssl.h:1503:47: note: passing argument to parameter 'meth' here
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
2 warnings and 1 error generated.
test_msilib skipped -- No module named '_msi'
test_spwd skipped -- No module named 'spwd'
test_epoll skipped -- test works only on Linux 2.6
test_winconsoleio skipped -- test only relevant on win32
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... skipped 'need select.epoll'
test_kqueue (__main__.SelectEINTRTest) ... ok
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
Ran 24 tests in 9.767s
OK (skipped=2)
Timeout (0:05:00)!
Cannot open file '/usr/home/buildbot/python/3.9.koobs-freebsd-9e36.nondebug/build/test-results.xml' for upload
Test report
===========
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder AMD64 RHEL8 FIPS No Builtin Hashes 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/670/builds/738
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-fips-x86_64
Build Reason: <unknown>
Blamelist: Andrew Svetlov <andrew.svetlov(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.…
[View More]na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Gregory P. Smith <greg(a)krypto.org>, Mark Shannon <mark(a)hotpy.org>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
404 tests OK.
10 slowest tests:
- test_gdb: 6 min 45 sec
- test_concurrent_futures: 3 min 6 sec
- test_capi: 2 min 23 sec
- test_multiprocessing_spawn: 1 min 46 sec
- test_asyncio: 1 min 41 sec
- test_unparse: 1 min 17 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_tokenize: 1 min 4 sec
- test_peg_generator: 1 min 1 sec
- test_multiprocessing_fork: 1 min
11 tests failed:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_tempfile
test_threading test_venv
12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64
12 re-run tests:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_tempfile
test_threading test_venv
Total duration: 9 min 47 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "
/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \'
+ name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise V
alueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 40, in check_all
exec("from %s import *" % modname, names)
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 1085, in test_4_daemon_threads
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \'
+ name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise V
alueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f3825a505f0 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
callback(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1311, in raising_fn
raise Exception('doh!')
Exception: doh!
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f3825a50550 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
fn(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1361, in raising_fn
raise Exception('doh!')
Exception: doh!
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 936, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2189 chars]op6'] != ['test_regrtest_noop2', 'test_regrtest_noop[67 chars]op6']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1370, in test_done_callback_raises_already_succeeded
self.assertIn('exception calling callback for', stderr.getvalue())
AssertionError: 'exception calling callback for' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 547, in test_with_pip
self.do_test_with_pip(False)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 500, in do_test_with_pip
self.assertEqual(err, "")
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 710, in test_finalization_shutdown
self.assertEqual(err, b"")
AssertionError: b'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != b''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1808, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 498, in test_cancel_futures_wait_false
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "
/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1974, in setUp
super(IPv6SysLogHandlerTest, self).setUp()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1889, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 43, in check_all
self.fail("__all__ failure in {}: {}: {}".format(
AssertionError: __all__ failure in hashlib: AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1323, in test_done_callback_raises
self.assertIn('Exception: doh!', stderr.getvalue())
AssertionError: 'Exception: doh!' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [12351 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 5153, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [12351 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 936, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2194 chars]p14'] != ['test_regrtest_noop10', 'test_regrtest_noo[72 chars]p14']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [12351 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4893, in test_has_handlers
self.assertFalse(self.logger.hasHandlers())
AssertionError: True is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [12351 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8219 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1584, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueErr
or(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_bui
ltin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:837: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmp4k1f972h/tmpoj5uhe9d\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmp4k1f972h/tmpoj5uhe9d/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 401, in test_hang_issue39205
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "
/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 956, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2158 chars]od2'] != ['test_regrtest_noop9.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Warning -- logging._handlerList was modified by test_lib2to3
Warning -- logging._handlerList was modified by test_lib2to3
/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [10285 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [12351 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
AssertionError: "Output in '/tmp/tmpf6h6af9z/python3_project' will mirror the input directory '/tmp/tmpf6h6af9z/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
fn(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1361, in raising_fn
raise Exception('doh!')
Exception: doh!
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
AssertionError: "Output in '/tmp/tmp4xeahwrh/python3_project' will mirror the input directory '/tmp/tmp4xeahwrh/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \'
+ name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise V
alueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\nERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __
get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/bu
ild/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
== CPython 3.10.2+ (heads/3.10-dirty:d327517b54, Feb 22 2022, 17:21:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-4)]
== Linux-4.18.0-348.12.2.el8_5.x86_64-x86_64-with-glibc2.28 little-endian
== cwd: /home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/build/test_python_987215æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Using random seed 656713
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 22, in wrapper
return fxn(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2125 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1986, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Warning -- logging._handlerList was modified by test_hashlib
Before: (139828043330528, [<weakref at 0x7f2c40a0df70; to '_StderrHandler' at 0x7f2c40a08460>, <weakref at 0x7f2c1278b890; to 'StreamHandler' at 0x7f2c15e42170>], [<weakref at 0x7f2c40a0df70; to '_StderrHandler' at 0x7f2c40a08460>])
After: (139828043330528, [<weakref at 0x7f2c40a0df70; to '_StderrHandler' at 0x7f2c40a08460>, <weakref at 0x7f2c1278b890; to 'StreamHandler' at 0x7f2c15e42170>], [<weakref at 0x7f2c40a0df70; to '_StderrHandler' at 0x7f2c40a08460>, <weakref at 0x7f2c1278b890; to 'StreamHandler' at 0x7f2c15e42170>])
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [11318 chars]2b\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 956, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2158 chars]od2'] != ['test_regrtest_noop1.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 335, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 297, in _runtest_inner2
test_runner()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 256, in _test_module
tests = loader.loadTestsFromModule(the_module)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
AttributeError: module 'hashlib' has no attribute 'blake2s'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6153 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 461, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
WARNING:asyncio:Unknown child process pid 999241, will report returncode 255
WARNING:asyncio:Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 999241 is closed
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/_test_multiprocessing.py", line 5210, in test_preload_resources
self.fail("failed spawning forkserver or grandchild")
AssertionError: failed spawning forkserver or grandchild
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [10285 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
callback(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1311, in raising_fn
raise Exception('doh!')
Exception: doh!
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-12' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-14' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-20' coro=<<async_generator_athrow without __name__>()>>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 3500, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1584, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueErr
or(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_bui
ltin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:837: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmp8373f75j/tmpod6y_mrb\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmp8373f75j/tmpod6y_mrb/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 32, in wrapper
return fxn(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2125 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 335, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 297, in _runtest_inner2
test_runner()
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 256, in _test_module
tests = loader.loadTestsFromModule(the_module)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
CRITICAL:root:critical test! <RecordingHandler (NOTSET)>
ERROR:root:testing exception: <RecordingHandler (NOTSET)>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4844, in test_exception
1 / 0
ZeroDivisionError: division by zero
ERROR:root:exc_info test
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4859, in test_exception_excinfo
1 / 0
ZeroDivisionError: division by zero
Warning -- logging._handlerList was modified by test_logging
Warning -- logging._handlerList was modified by test_logging
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2021 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4087 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Test report
===========
Failed tests:
- test_multiprocessing_main_handling
- test_multiprocessing_forkserver
- test_compileall
- test_concurrent_futures
- test_hashlib
- test_lib2to3
- test_regrtest
- test___all__
- test_logging
- test_venv
- test_threading
- test_tempfile
Failed subtests:
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config_8a_ok - test.test_logging.ConfigDictTest
- test_emit_after_closing_in_write_mode - test.test_logging.FileHandlerTest
- test_config2_failure - test.test_logging.ConfigDictTest
- test_filter - test.test_logging.BasicFilterTest
- test_callable_filter - test.test_logging.BasicFilterTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_logger_disabling - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate - test.test_logging.ConfigDictTest
- test_config4_ok - test.test_logging.ConfigFileTest
- test_output - test.test_logging.HTTPHandlerTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_4_daemon_threads - test.test_threading.ThreadJoinOnShutdown
- test_flat - test.test_logging.BuiltinLevelsTest
- test_config12_failure - test.test_logging.ConfigDictTest
- test_done_callback_raises - test.test_concurrent_futures.FutureTests
- test_package_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config13_failure - test.test_logging.ConfigDictTest
- test_custom_formatter_class_with_validate2 - test.test_logging.ConfigDictTest
- test_config0_ok - test.test_logging.ConfigDictTest
- test_specific_filters - test.test_logging.CustomLevelsAndFiltersTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config6_ok - test.test_logging.ConfigFileTest
- test_config5_ok - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_package_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config14_ok - test.test_logging.ConfigDictTest
- test_output - test.test_logging.DatagramHandlerTest
- test_post_fork_child_no_deadlock - test.test_logging.HandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_race - test.test_logging.HandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_empty_filter - test.test_logging.BasicFilterTest
- test_directory - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config7_ok - test.test_logging.ConfigDictTest
- test_config6_failure - test.test_logging.ConfigDictTest
- test_out_of_order_with_dollar_style - test.test_logging.ConfigDictTest
- test_logger_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_basic_script - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate2_with_wrong_fmt - test.test_logging.ConfigDictTest
- test_dict_arg - test.test_logging.LogRecordTest
- test_config3_failure - test.test_logging.ConfigDictTest
- test_name - test.test_logging.HandlerTest
- test_config0_using_cp_ok - test.test_logging.ConfigFileTest
- test_multiprocessing - test.test_logging.LogRecordTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_listen_config_1_ok - test.test_logging.ConfigDictTest
- test_has_handlers - test.test_logging.LoggerAdapterTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2a_failure - test.test_logging.ConfigDictTest
- test_nested_with_virtual_parent - test.test_logging.BuiltinLevelsTest
- test_list_tests - test.test_regrtest.ArgsTestCase
- test_handler_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_encoding_plain_file - test.test_logging.EncodingTest
- test_output - test.test_logging.IPv6SysLogHandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- test_directory_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config_set_handler_names - test.test_logging.ConfigFileTest
- test_config4_ok - test.test_logging.ConfigDictTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_nested_inherited - test.test_logging.BuiltinLevelsTest
- test_config_10_ok - test.test_logging.ConfigDictTest
- test_last_resort - test.test_logging.LastResortTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_builtin_handlers - test.test_logging.HandlerTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config1_ok - test.test_logging.ConfigDictTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2_failure - test.test_logging.ConfigFileTest
- test_logrecord_class - test.test_logging.LogRecordFactoryTest
- test_config11_ok - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_encoding_cyrillic_unicode - test.test_logging.EncodingTest
- test_config7_ok - test.test_logging.ConfigFileTest
- test_config_8_ok - test.test_logging.ConfigDictTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config3_failure - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_child_loggers - test.test_logging.ChildLoggerTest
- test_config4a_ok - test.test_logging.ConfigDictTest
- test_package_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_baseconfig - test.test_logging.ConfigDictTest
- test_list_cases - test.test_regrtest.ArgsTestCase
- test_workers - test.test_compileall.CommandLineTestsWithSourceEpoch
- test_config8_ok - test.test_logging.ConfigFileTest
- test_config2b_failure - test.test_logging.ConfigDictTest
- test_finalization_shutdown - test.test_threading.ThreadTests
- test_all - test.test___all__.AllTest
- test_issue27935 - test.test_logging.BuiltinLevelsTest
- test_config0_ok - test.test_logging.ConfigFileTest
- test_interpreter_shutdown - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_custom_formatter_class_with_validate3 - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_done_callback_raises_already_succeeded - test.test_concurrent_futures.FutureTests
- test_config15_ok - test.test_logging.ConfigDictTest
- test_with_pip - test.test_venv.EnsurePipTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- test_out_of_order - test.test_logging.ConfigDictTest
- test_str_rep - test.test_logging.LogRecordTest
- test_delay - test.test_logging.FileHandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config5_ok - test.test_logging.ConfigDictTest
- test_config1_ok - test.test_logging.ConfigFileTest
- test_optional - test.test_logging.LogRecordTest
- test_config_9_ok - test.test_logging.ConfigDictTest
- test_namedtuple - test.test_logging.ConfigDictTest
- test_custom_formatter_function_with_validate - test.test_logging.ConfigDictTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_preload_resources - test.test_multiprocessing_forkserver.TestStartMethod
- test_formatting - test.test_logging.ExceptionTest
- test_listen_config_10_ok - test.test_logging.ConfigDictTest
- test_listen_verify - test.test_logging.ConfigDictTest
- test_defaults_do_no_interpolation - test.test_logging.ConfigFileTest
- test_nested_explicit - test.test_logging.BuiltinLevelsTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_cancel_futures_wait_false - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 FIPS Only Blake2 Builtin Hash 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/839/builds/63
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-fips-x86_64
Build Reason: <unknown>
Blamelist: Andrew Svetlov <andrew.svetlov(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Gregory P. Smith <greg(a)krypto.org>, Mark Shannon <mark(a)hotpy.org>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
413 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 40 sec
- test_gdb: 3 min 28 sec
- test_capi: 2 min 17 sec
- test_multiprocessing_spawn: 1 min 46 sec
- test_asyncio: 1 min 34 sec
- test_unparse: 1 min 24 sec
- test_multiprocessing_forkserver: 1 min 16 sec
- test_tokenize: 1 min 9 sec
- test_lib2to3: 1 min 8 sec
- test_multiprocessing_fork: 1 min 2 sec
1 test failed:
test_ssl
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_ssl
Total duration: 7 min 33 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_ssl.py", line 2135, in test_connect_cadata
ctx.load_verify_locations(cadata=der)
ssl.SSLError: [EVP] unsupported (_ssl.c:4004)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_ssl.py", line 1491, in test_load_verify_cadata
ctx.load_verify_locations(cadata=cacert_der)
ssl.SSLError: [EVP] unsupported (_ssl.c:4004)
Test report
===========
Failed tests:
- test_ssl
Failed subtests:
- test_load_verify_cadata - test.test_ssl.ContextTests
- test_connect_cadata - test.test_ssl.SimpleBackgroundTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 FIPS No Builtin Hashes 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/890/builds/63
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-fips-x86_64
Build Reason: <unknown>
Blamelist: Andrew Svetlov <andrew.svetlov(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Gregory P. Smith <greg(a)krypto.org>, Mark Shannon <mark(a)hotpy.org>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Terry Jan Reedy <tjreedy(a)udel.edu>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
402 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 57 sec
- test_gdb: 3 min 11 sec
- test_capi: 2 min 22 sec
- test_multiprocessing_spawn: 2 min 18 sec
- test_asyncio: 1 min 38 sec
- test_unparse: 1 min 26 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_lib2to3: 1 min 9 sec
- test_tokenize: 1 min 6 sec
- test_multiprocessing_fork: 59.7 sec
12 tests failed:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_ssl
test_tempfile test_threading test_venv
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
13 re-run tests:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_ssl
test_tempfile test_threading test_venv
Total duration: 8 min 2 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 40, in check_all
exec("from %s import *" % modname, names)
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
== CPython 3.10.2+ (heads/3.10-dirty:d327517b54, Feb 22 2022, 16:53:06) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]
== Linux-5.14.0-47.el9.x86_64-x86_64-with-glibc2.34 little-endian
== cwd: /home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/build/test_python_3966268æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Using random seed 5404729
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 335, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 297, in _runtest_inner2
test_runner()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 256, in _test_module
tests = loader.loadTestsFromModule(the_module)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
callback(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1311, in raising_fn
raise Exception('doh!')
Exception: doh!
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 547, in test_with_pip
self.do_test_with_pip(False)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 500, in do_test_with_pip
self.assertEqual(err, "")
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8283 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 936, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2210 chars]p14'] != ['test_regrtest_noop10', 'test_regrtest_noo[72 chars]p14']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-12' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-14' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-20' coro=<<async_generator_athrow without __name__>()>>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/_test_multiprocessing.py", line 5210, in test_preload_resources
self.fail("failed spawning forkserver or grandchild")
AssertionError: failed spawning forkserver or grandchild
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1370, in test_done_callback_raises_already_succeeded
self.assertIn('exception calling callback for', stderr.getvalue())
AssertionError: 'exception calling callback for' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 22, in wrapper
return fxn(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2141 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 936, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2205 chars]op6'] != ['test_regrtest_noop2', 'test_regrtest_noop[67 chars]op6']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
WARNING:asyncio:Unknown child process pid 3976610, will report returncode 255
WARNING:asyncio:Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 3976610 is closed
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 461, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash
type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_construc
tor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 401, in test_hang_issue39205
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 5153, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 43, in check_all
self.fail("__all__ failure in {}: {}: {}".format(
AssertionError: __all__ failure in hashlib: AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
fn(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1361, in raising_fn
raise Exception('doh!')
Exception: doh!
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1584, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise
ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 1
23, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:837: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmp4sdqlqxh/tmp14w2cs2l\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmp4sdqlqxh/tmp14w2cs2l/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [8283 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1808, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1974, in setUp
super(IPv6SysLogHandlerTest, self).setUp()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1889, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 956, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2174 chars]od2'] != ['test_regrtest_noop1.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 498, in test_cancel_futures_wait_false
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 335, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 297, in _runtest_inner2
test_runner()
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 256, in _test_module
tests = loader.loadTestsFromModule(the_module)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
AttributeError: module 'hashlib' has no attribute 'blake2s'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 956, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2174 chars]od2'] != ['test_regrtest_noop9.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [9324 chars]2b\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
AssertionError: "Output in '/tmp/tmp2ggyx_zm/python3_project' will mirror the input directory '/tmp/tmp2ggyx_zm/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_ssl.py", line 2135, in test_connect_cadata
ctx.load_verify_locations(cadata=der)
ssl.SSLError: [EVP] unsupported (_ssl.c:4004)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:concurrent.futures:exception calling callback for <Future at 0x7fe8558a9ae0 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
callback(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1311, in raising_fn
raise Exception('doh!')
Exception: doh!
ERROR:concurrent.futures:exception calling callback for <Future at 0x7fe8558a9860 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
fn(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1361, in raising_fn
raise Exception('doh!')
Exception: doh!
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 324, in test_interpreter_shutdown
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash
type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_construc
tor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\nERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hash
lib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-
fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_ssl.py", line 1491, in test_load_verify_cadata
ctx.load_verify_locations(cadata=cacert_der)
ssl.SSLError: [EVP] unsupported (_ssl.c:4004)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 1085, in test_4_daemon_threads
self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash
type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_construc
tor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1986, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1323, in test_done_callback_raises
self.assertIn('Exception: doh!', stderr.getvalue())
AssertionError: 'Exception: doh!' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [4119 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Warning -- logging._handlerList was modified by test_hashlib
Before: (140121145832416, [<weakref at 0x7f707f059eb0; to '_StderrHandler' at 0x7f707f05c2d0>, <weakref at 0x7f706edc38f0; to 'StreamHandler' at 0x7f706f85df90>], [<weakref at 0x7f707f059eb0; to '_StderrHandler' at 0x7f707f05c2d0>])
After: (140121145832416, [<weakref at 0x7f707f059eb0; to '_StderrHandler' at 0x7f707f05c2d0>, <weakref at 0x7f706edc38f0; to 'StreamHandler' at 0x7f706f85df90>], [<weakref at 0x7f707f059eb0; to '_StderrHandler' at 0x7f707f05c2d0>, <weakref at 0x7f706edc38f0; to 'StreamHandler' at 0x7f706f85df90>])
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 32, in wrapper
return fxn(*args, **kwargs)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2141 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [6201 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/../Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4893, in test_has_handlers
self.assertFalse(self.logger.hasHandlers())
AssertionError: True is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 3500, in setUp
BaseTest.setUp(self)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 710, in test_finalization_shutdown
self.assertEqual(err, b"")
AssertionError: b'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != b''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Warning -- logging._handlerList was modified by test_lib2to3
Warning -- logging._handlerList was modified by test_lib2to3
/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
CRITICAL:root:critical test! <RecordingHandler (NOTSET)>
ERROR:root:testing exception: <RecordingHandler (NOTSET)>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4844, in test_exception
1 / 0
ZeroDivisionError: division by zero
ERROR:root:exc_info test
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4859, in test_exception_excinfo
1 / 0
ZeroDivisionError: division by zero
Warning -- logging._handlerList was modified by test_logging
Warning -- logging._handlerList was modified by test_logging
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash blake2b was not [2037 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1584, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise
ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n File "/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 1
23, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.10.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:837: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmp0xxatz68/tmp9gg03xaz\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmp0xxatz68/tmp9gg03xaz/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Test report
===========
Failed tests:
- test_multiprocessing_main_handling
- test_multiprocessing_forkserver
- test_compileall
- test_concurrent_futures
- test_hashlib
- test_lib2to3
- test_regrtest
- test_ssl
- test___all__
- test_logging
- test_venv
- test_threading
- test_tempfile
Failed subtests:
- test_config_8a_ok - test.test_logging.ConfigDictTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_emit_after_closing_in_write_mode - test.test_logging.FileHandlerTest
- test_config2_failure - test.test_logging.ConfigDictTest
- test_filter - test.test_logging.BasicFilterTest
- test_callable_filter - test.test_logging.BasicFilterTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_logger_disabling - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate - test.test_logging.ConfigDictTest
- test_config4_ok - test.test_logging.ConfigFileTest
- test_output - test.test_logging.HTTPHandlerTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_4_daemon_threads - test.test_threading.ThreadJoinOnShutdown
- test_flat - test.test_logging.BuiltinLevelsTest
- test_config12_failure - test.test_logging.ConfigDictTest
- test_done_callback_raises - test.test_concurrent_futures.FutureTests
- test_package_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config13_failure - test.test_logging.ConfigDictTest
- test_custom_formatter_class_with_validate2 - test.test_logging.ConfigDictTest
- test_config0_ok - test.test_logging.ConfigDictTest
- test_specific_filters - test.test_logging.CustomLevelsAndFiltersTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config6_ok - test.test_logging.ConfigFileTest
- test_config5_ok - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_package_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config14_ok - test.test_logging.ConfigDictTest
- test_output - test.test_logging.DatagramHandlerTest
- test_post_fork_child_no_deadlock - test.test_logging.HandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_race - test.test_logging.HandlerTest
- test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_script_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_empty_filter - test.test_logging.BasicFilterTest
- test_config7_ok - test.test_logging.ConfigDictTest
- test_directory - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config6_failure - test.test_logging.ConfigDictTest
- test_out_of_order_with_dollar_style - test.test_logging.ConfigDictTest
- test_logger_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_connect_cadata - test.test_ssl.SimpleBackgroundTests
- test_basic_script - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate2_with_wrong_fmt - test.test_logging.ConfigDictTest
- test_dict_arg - test.test_logging.LogRecordTest
- test_config3_failure - test.test_logging.ConfigDictTest
- test_name - test.test_logging.HandlerTest
- test_config0_using_cp_ok - test.test_logging.ConfigFileTest
- test_multiprocessing - test.test_logging.LogRecordTest
- test_has_handlers - test.test_logging.LoggerAdapterTest
- test_listen_config_1_ok - test.test_logging.ConfigDictTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2a_failure - test.test_logging.ConfigDictTest
- test_nested_with_virtual_parent - test.test_logging.BuiltinLevelsTest
- test_encoding_plain_file - test.test_logging.EncodingTest
- test_handler_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_output - test.test_logging.IPv6SysLogHandlerTest
- test_list_tests - test.test_regrtest.ArgsTestCase
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- test_config_set_handler_names - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config4_ok - test.test_logging.ConfigDictTest
- test_nested_inherited - test.test_logging.BuiltinLevelsTest
- test_config_10_ok - test.test_logging.ConfigDictTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_last_resort - test.test_logging.LastResortTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_load_verify_cadata - test.test_ssl.ContextTests
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_builtin_handlers - test.test_logging.HandlerTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config1_ok - test.test_logging.ConfigDictTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2_failure - test.test_logging.ConfigFileTest
- test_logrecord_class - test.test_logging.LogRecordFactoryTest
- test_config11_ok - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_encoding_cyrillic_unicode - test.test_logging.EncodingTest
- test_config7_ok - test.test_logging.ConfigFileTest
- test_config_8_ok - test.test_logging.ConfigDictTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config3_failure - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_child_loggers - test.test_logging.ChildLoggerTest
- test_config4a_ok - test.test_logging.ConfigDictTest
- test_package_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_baseconfig - test.test_logging.ConfigDictTest
- test_list_cases - test.test_regrtest.ArgsTestCase
- test_workers - test.test_compileall.CommandLineTestsWithSourceEpoch
- test_config8_ok - test.test_logging.ConfigFileTest
- test_config2b_failure - test.test_logging.ConfigDictTest
- test_finalization_shutdown - test.test_threading.ThreadTests
- test_all - test.test___all__.AllTest
- test_issue27935 - test.test_logging.BuiltinLevelsTest
- test_config0_ok - test.test_logging.ConfigFileTest
- test_interpreter_shutdown - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_custom_formatter_class_with_validate3 - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_done_callback_raises_already_succeeded - test.test_concurrent_futures.FutureTests
- test_config15_ok - test.test_logging.ConfigDictTest
- test_with_pip - test.test_venv.EnsurePipTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- test_out_of_order - test.test_logging.ConfigDictTest
- test_str_rep - test.test_logging.LogRecordTest
- test_delay - test.test_logging.FileHandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config5_ok - test.test_logging.ConfigDictTest
- test_config1_ok - test.test_logging.ConfigFileTest
- test_optional - test.test_logging.LogRecordTest
- test_config_9_ok - test.test_logging.ConfigDictTest
- test_namedtuple - test.test_logging.ConfigDictTest
- test_custom_formatter_function_with_validate - test.test_logging.ConfigDictTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_preload_resources - test.test_multiprocessing_forkserver.TestStartMethod
- test_formatting - test.test_logging.ExceptionTest
- test_listen_config_10_ok - test.test_logging.ConfigDictTest
- test_listen_verify - test.test_logging.ConfigDictTest
- test_defaults_do_no_interpolation - test.test_logging.ConfigFileTest
- test_nested_explicit - test.test_logging.BuiltinLevelsTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_cancel_futures_wait_false - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/129/builds/314
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then …
[View More]FAILURE ==
417 tests OK.
10 slowest tests:
- test_signal: 31 min 4 sec
- test_concurrent_futures: 17 min 52 sec
- test_asyncio: 14 min 28 sec
- test_tools: 12 min 59 sec
- test_multiprocessing_spawn: 12 min 57 sec
- test_multiprocessing_forkserver: 7 min 49 sec
- test_multiprocessing_fork: 7 min 6 sec
- test_peg_generator: 4 min 58 sec
- test_subprocess: 3 min 44 sec
- test_io: 3 min 29 sec
1 test failed:
test_gdb
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
test_ssl test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_gdb
Total duration: 39 min 35 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 319, in test_int
self.assertGdbRepr(42)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+2184>' != '42'
- <_PyRuntime+2184>
+ 42
: '<_PyRuntime+2184>' did not equal expected '42'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 429, in test_frozensets
self.assertGdbRepr(frozenset(), "frozenset()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'frozenset()'
+ frozenset() : '' did not equal expected 'frozenset()'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) a
t Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\n
def bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 444, in test_exceptions
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "RuntimeError('I am an error',)"
+ RuntimeError('I am an error',)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 467, in test_modern_class
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<
_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n
#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 333, in test_dicts
self.assertGdbRepr({})
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '{}'
+ {} : '' did not equal expected '{}'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 340, in test_lists
self.assertGdbRepr([])
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[]'
+ [] : '' did not equal expected '[]'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 637, in test_truncation
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)'
Diff is 1041 characters long. Set self.maxDiff to None to see it.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 403, in test_tuples
self.assertGdbRepr(tuple(), '()')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '()'
+ () : '' did not equal expected '()'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (ts
tate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487
\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_c6611328'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_4a2b194a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_38e6909d'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_f73c5e85'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_d6742cfe'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_e0ee2d66'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 381, in test_strings
self.assertGdbRepr('')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+22304>' != "''"
- <_PyRuntime+22304>
+ ''
: '<_PyRuntime+22304>' did not equal expected "''"; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150
256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (
command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n
#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=)
at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5
_PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitco
de=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 664, in test_builtin_method
self.assertTrue(re.match(r'<built-in method readlines of _io.TextIOWrapper object at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 796, in test_bt
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\nTraceback (most recent call first):\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 10, in baz\n id(42)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 7, in bar\n baz(a, b, c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 4, in foo\n bar(a=a, b=b, c=c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/gdb_sample.py", line 12, in <module>\n foo(1, 2, 3)\n' did not match '^.*\nTraceback \\(most recent call first\\):\n <built-in method id of module object .*>\n File ".*gdb_sample.py", line 10, in baz\n
id\\(42\\)\n File ".*gdb_sample.py", line 7, in bar\n baz\\(a, b, c\\)\n File ".*gdb_sample.py", line 4, in foo\n bar\\(a=a, b=b, c=c\\)\n File ".*gdb_sample.py", line 12, in <module>\n foo\\(1, 2, 3\\)\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 411, in test_sets
self.assertGdbRepr(set(), "set()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'set()'
+ set() : '' did not equal expected 'set()'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (ts
tate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (
command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=
9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClas
s().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 592, in test_selfreferential_dict
self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "{'foo': {'bar': {...}}}"
+ {'foo': {'bar': {...}}}
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5
_PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13
pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFram
eDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", fla
gs=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) a
t Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nb
ar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:461
1\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_pyt
hon (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 782, in test_up_then_down
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n#4 Frame 0x3fffdfb11a8, for file <string>, line 12, in baz (args=(1, 2, 3))\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n$'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 327, in test_singletons
self.assertGdbRepr(True)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_Py_TrueStruct>' != 'True'
- <_Py_TrueStruct>
+ True
: '<_Py_TrueStruct>' did not equal expected 'True'; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFram
eDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=)
at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 345, in test_bytes
self.assertGdbRepr(b'')
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+9064>' != "b''"
- <_PyRuntime+9064>
+ b''
: '<_PyRuntime+9064>' did not equal expected "b''"; full output was:
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 580, in test_selfreferential_list
self.assertEqual(gdb_repr, '[3, 4, 5, [...]]')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[3, 4, 5, [...]]'
+ [3, 4, 5, [...]]
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 753, in test_pyup_command
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n$'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 572, in test_builtins_help
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=
9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.
meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 481, in test_subclassing_list
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram
e (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode
=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 536, in test_NULL_ptr
self.assertEqual(gdb_repr, '0x0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '0x0'
+ 0x0
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag
=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized ou
t>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 988, in test_basic_command
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\n\'args\' not found\n' did not match ".*\\nlocal 'args' = \\(1, 2, 3\\)\\n.*"
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, th
rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<o
ptimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150
256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487
\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 496, in test_subclassing_tuple
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:461
1\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main
.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 602, in test_selfreferential_old_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_6ff782d8'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_848e7f90'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_98426532'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_d45dccbc'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_1869220c'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_327029ae'
.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<
_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modul
es/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, th
rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optim
ized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag
=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>)
at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+150256>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n
#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", fla
gs=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+150256>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram
e (throwflag=0, frame=, tstate=<_PyRuntime+150256>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+150256>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+150256>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exit
code=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_gdb.py", line 615, in test_selfreferential_new_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff160: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_9ce2595a'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_718cb18f'
..Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_8d4101db'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_2332556b'
.Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_548ae826'
.
Test report
===========
Failed tests:
- test_gdb
Failed subtests:
- test_dicts - test.test_gdb.PrettyPrintTests
- test_modern_class - test.test_gdb.PrettyPrintTests
- test_builtin_method - test.test_gdb.PrettyPrintTests
- test_lists - test.test_gdb.PrettyPrintTests
- test_selfreferential_dict - test.test_gdb.PrettyPrintTests
- test_bytes - test.test_gdb.PrettyPrintTests
- test_sets - test.test_gdb.PrettyPrintTests
- test_NULL_ptr - test.test_gdb.PrettyPrintTests
- test_selfreferential_new_style_instance - test.test_gdb.PrettyPrintTests
- test_subclassing_tuple - test.test_gdb.PrettyPrintTests
- test_truncation - test.test_gdb.PrettyPrintTests
- test_tuples - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_flags - test.test_gdb.PrettyPrintTests
- test_up_then_down - test.test_gdb.StackNavigationTests
- test_strings - test.test_gdb.PrettyPrintTests
- test_bt - test.test_gdb.PyBtTests
- test_exceptions - test.test_gdb.PrettyPrintTests
- test_frozensets - test.test_gdb.PrettyPrintTests
- test_pyup_command - test.test_gdb.StackNavigationTests
- test_basic_command - test.test_gdb.PyPrintTests
- test_singletons - test.test_gdb.PrettyPrintTests
- test_pycfunction - test.test_gdb.PyBtTests
- test_selfreferential_old_style_instance - test.test_gdb.PrettyPrintTests
- test_corrupt_ob_type - test.test_gdb.PrettyPrintTests
- test_selfreferential_list - test.test_gdb.PrettyPrintTests
- test_builtins_help - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_name - test.test_gdb.PrettyPrintTests
- test_subclassing_list - test.test_gdb.PrettyPrintTests
- test_NULL_ob_type - test.test_gdb.PrettyPrintTests
- test_int - test.test_gdb.PrettyPrintTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/320/builds/314
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_asyncio: 45 min 40 sec
- test_signal: 31 min 4 sec
- test_concurrent_futures: 17 min 53 sec
- test_multiprocessing_spawn: 12 min 25 sec
- test_multiprocessing_forkserver: 8 min 38 sec
- test_multiprocessing_fork: 7 min 20 sec
- test_nntplib: 6 min 38 sec
- test_peg_generator: 5 min 53 sec
- test_gdb: 5 min 30 sec
- test_socket: 3 min 50 sec
1 test failed:
test_ftplib
12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64
1 re-run test:
test_ftplib
Total duration: 48 min 36 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ftplib.py", line 636, in test_storlines
self.check_data(self.server.handler_instance.last_received_data, RETR_DATA)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ftplib.py", line 507, in check_data
self.assertEqual(len(received), len(expected))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 12019 != 12018
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_c639e006'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_376a976f'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_634baeee'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_4b7d0226'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_7ddf8323'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_603c9593'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_855cdf3d'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_a5e008b7'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_3308e6ea'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_e1c02590'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_8104c214'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_5b56bf81'
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_ad888447'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_1652b2cf'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_805dd104'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_3fe294f4'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_7e25f68f'
.Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_e07c26f2'
.
Test report
===========
Failed tests:
- test_ftplib
Failed subtests:
- test_storlines - test.test_ftplib.TestFTPClass
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/402/builds/1744
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
=======================================…
[View More]============
== Tests result: FAILURE then FAILURE ==
417 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 8 sec
- test_tools: 2 min 43 sec
- test_multiprocessing_spawn: 2 min 5 sec
- test_peg_generator: 2 min 1 sec
- test_multiprocessing_forkserver: 1 min 34 sec
- test_tokenize: 1 min 16 sec
- test_multiprocessing_fork: 1 min 15 sec
- test_unparse: 1 min 9 sec
- test_asyncio: 1 min 1 sec
- test_capi: 56.5 sec
1 test failed:
test_gdb
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
test_ssl test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_gdb
Total duration: 6 min 21 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 340, in test_lists
self.assertGdbRepr([])
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[]'
+ [] : '' did not equal expected '[]'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 572, in test_builtins_help
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 680, in test_frames
self.assertTrue(re.match(r'.*\s+\$1 =\s+Frame 0x-?[0-9a-f]+, for file <string>, line 4, in foo \(a=3.*',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=) at Python/bltinmodule.c:1169\n1169\t PyObject *id = PyLong_FromVoidPtr(v);\n$1 = <unknown at remote 0x3fff7434ac0>\n'
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 637, in test_truncation
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)'
Diff is 1041 characters long. Set self.maxDiff to None to see it.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 592, in test_selfreferential_dict
self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "{'foo': {'bar': {...}}}"
+ {'foo': {'bar': {...}}}
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 319, in test_int
self.assertGdbRepr(42)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+2184>' != '42'
- <_PyRuntime+2184>
+ 42
: '<_PyRuntime+2184>' did not equal expected '42'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 496, in test_subclassing_tuple
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_7e7dbf8c'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 429, in test_frozensets
self.assertGdbRepr(frozenset(), "frozenset()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'frozenset()'
+ frozenset() : '' did not equal expected 'frozenset()'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 345, in test_bytes
self.assertGdbRepr(b'')
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+9064>' != "b''"
- <_PyRuntime+9064>
+ b''
: '<_PyRuntime+9064>' did not equal expected "b''"; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_b3f8bcfc'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 580, in test_selfreferential_list
self.assertEqual(gdb_repr, '[3, 4, 5, [...]]')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[3, 4, 5, [...]]'
+ [3, 4, 5, [...]]
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 602, in test_selfreferential_old_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 411, in test_sets
self.assertGdbRepr(set(), "set()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'set()'
+ set() : '' did not equal expected 'set()'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 333, in test_dicts
self.assertGdbRepr({})
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '{}'
+ {} : '' did not equal expected '{}'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 467, in test_modern_class
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 615, in test_selfreferential_new_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 381, in test_strings
self.assertGdbRepr('')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+22072>' != "''"
- <_PyRuntime+22072>
+ ''
: '<_PyRuntime+22072>' did not equal expected "''"; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 403, in test_tuples
self.assertGdbRepr(tuple(), '()')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '()'
+ () : '' did not equal expected '()'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 327, in test_singletons
self.assertGdbRepr(True)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_Py_TrueStruct>' != 'True'
- <_Py_TrueStruct>
+ True
: '<_Py_TrueStruct>' did not equal expected 'True'; full output was:
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_8bad9dea'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 536, in test_NULL_ptr
self.assertEqual(gdb_repr, '0x0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '0x0'
+ 0x0
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 481, in test_subclassing_list
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 444, in test_exceptions
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "RuntimeError('I am an error',)"
+ RuntimeError('I am an error',)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_gdb.py", line 664, in test_builtin_method
self.assertTrue(re.match(r'<built-in method readlines of _io.TextIOWrapper object at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x80213aa4: file Python/bltinmodule.c, line 1169.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Test report
===========
Failed tests:
- test_gdb
Failed subtests:
- test_dicts - test.test_gdb.PrettyPrintTests
- test_modern_class - test.test_gdb.PrettyPrintTests
- test_builtin_method - test.test_gdb.PrettyPrintTests
- test_lists - test.test_gdb.PrettyPrintTests
- test_selfreferential_dict - test.test_gdb.PrettyPrintTests
- test_bytes - test.test_gdb.PrettyPrintTests
- test_sets - test.test_gdb.PrettyPrintTests
- test_NULL_ptr - test.test_gdb.PrettyPrintTests
- test_selfreferential_new_style_instance - test.test_gdb.PrettyPrintTests
- test_subclassing_tuple - test.test_gdb.PrettyPrintTests
- test_truncation - test.test_gdb.PrettyPrintTests
- test_tuples - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_flags - test.test_gdb.PrettyPrintTests
- test_strings - test.test_gdb.PrettyPrintTests
- test_exceptions - test.test_gdb.PrettyPrintTests
- test_frozensets - test.test_gdb.PrettyPrintTests
- test_frames - test.test_gdb.PrettyPrintTests
- test_singletons - test.test_gdb.PrettyPrintTests
- test_selfreferential_old_style_instance - test.test_gdb.PrettyPrintTests
- test_corrupt_ob_type - test.test_gdb.PrettyPrintTests
- test_selfreferential_list - test.test_gdb.PrettyPrintTests
- test_builtins_help - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_name - test.test_gdb.PrettyPrintTests
- test_subclassing_list - test.test_gdb.PrettyPrintTests
- test_NULL_ob_type - test.test_gdb.PrettyPrintTests
- test_int - test.test_gdb.PrettyPrintTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/179/builds/1764
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Thomas Grainger <tagrain(a)gmail.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
417 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 22 sec
- test_tools: 2 min 29 sec
- test_multiprocessing_spawn: 1 min 49 sec
- test_multiprocessing_fork: 1 min 21 sec
- test_multiprocessing_forkserver: 1 min 19 sec
- test_unparse: 1 min 14 sec
- test_tokenize: 1 min 4 sec
- test_capi: 58.5 sec
- test_asyncio: 54.3 sec
- test_peg_generator: 52.0 sec
1 test failed:
test_gdb
14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_smtpnet
test_ssl test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_gdb
Total duration: 6 min 48 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 467, in test_modern_class
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_980a234b'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 319, in test_int
self.assertGdbRepr(42)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+2184>' != '42'
- <_PyRuntime+2184>
+ 42
: '<_PyRuntime+2184>' did not equal expected '42'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime
+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimiz
ed out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 988, in test_basic_command
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\n\'args\' not found\n' did not match ".*\\nlocal 'args' = \\(1, 2, 3\\)\\n.*"
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Py
thon/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Mo
dules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 796, in test_bt
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\nTraceback (most recent call first):\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/gdb_sample.py", line 10, in baz\n id(42)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/gdb_sample.py", line 7, in bar\n baz(a, b, c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/gdb_sample.py", line 4, in foo\n bar(a=a, b=b, c=c)\n File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/gdb_sample.py", line 12, in <module>\n foo(1, 2, 3)\n' did not match '^.*\nTraceback \\(most recent call first\\):\n <built-in method id of module object .*>\n File ".*gdb_sample.py", line 10, in baz\n id\\(42\\)\n File ".*gdb_sam
ple.py", line 7, in bar\n baz\\(a, b, c\\)\n File ".*gdb_sample.py", line 4, in foo\n bar\\(a=a, b=b, c=c\\)\n File ".*gdb_sample.py", line 12, in <module>\n foo\\(1, 2, 3\\)\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 536, in test_NULL_ptr
self.assertEqual(gdb_repr, '0x0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '0x0'
+ 0x0
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 340, in test_lists
self.assertGdbRepr([])
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[]'
+ [] : '' did not equal expected '[]'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 481, in test_subclassing_list
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+14836
0>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain (
) at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 615, in test_selfreferential_new_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate
=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/p
ythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime
+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run
_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram
e (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/
main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775
808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs
_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+14836
0>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#
15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, th
rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimiz
ed out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 327, in test_singletons
self.assertGdbRepr(True)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_Py_TrueStruct>' != 'True'
- <_Py_TrueStruct>
+ True
: '<_Py_TrueStruct>' did not equal expected 'True'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 381, in test_strings
self.assertGdbRepr('')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+22072>' != "''"
- <_PyRuntime+22072>
+ ''
: '<_PyRuntime+22072>' did not equal expected "''"; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 592, in test_selfreferential_dict
self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "{'foo': {'bar': {...}}}"
+ {'foo': {'bar': {...}}}
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 602, in test_selfreferential_old_style_instance
self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 753, in test_pyup_command
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n$'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFram
e (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_pyth
on (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 444, in test_exceptions
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != "RuntimeError('I am an error',)"
+ RuntimeError('I am an error',)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_Eval
FrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/p
ythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 429, in test_frozensets
self.assertGdbRepr(frozenset(), "frozenset()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'frozenset()'
+ frozenset() : '' did not equal expected 'frozenset()'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0,
frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/ma
in.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_o' not found in 'Breakpoint 1 (meth_o) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n5511\t{\n#0 meth_o (self=<MethClass_Type>, obj=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5511\n#1 cfunction_vectorcall_O (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:513\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775809, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775809, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0,
frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_o([])\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Module
s/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_E
valFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=)
at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, th
rowflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run
_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 580, in test_selfreferential_list
self.assertEqual(gdb_repr, '[3, 4, 5, [...]]')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[3, 4, 5, [...]]'
+ [3, 4, 5, [...]]
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 664, in test_builtin_method
self.assertTrue(re.match(r'<built-in method readlines of _io.TextIOWrapper object at remote 0x-?[0-9a-f]+>',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected gdb representation: ''
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 411, in test_sets
self.assertGdbRepr(set(), "set()")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != 'set()'
+ set() : '' did not equal expected 'set()'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=<MethClass_Type>, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775
808, kwnames=) at Objects/call.c:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs_key
words()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=<MethClass_Type>, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Py
thon/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) a
t Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall' not found in 'Breakpoint 1 (meth_fastcall) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n5537\t{\n#0 meth_fastcall (self=, args=, nargs=0) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5537\n#1 cfunction_vectorcall_FASTCALL (func=, args=, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:427\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_E
valFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_fastcall()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pyma
in_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ce
val.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass().meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/m
ain.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs' not found in 'Breakpoint 1 (meth_varargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n5499\t{\n#0 meth_varargs (self=<MethClass_Type>, args=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5499\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:549\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#5 _PyEval_Eval
FrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_varargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pytho
nrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 782, in test_up_then_down
self.assertMultilineMatches(bt,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 297, in assertMultilineMatches
self.fail(msg='%r did not match %r' % (actual, pattern))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=<_PyRuntime+2184>) at Python/bltinmodule.c:1168\n1168\t{\n#16 Frame 0x3fffdfb1118, for file <string>, line 9, in bar (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1090, for file <string>, line 6, in foo (a=1, b=2, c=3)\n#16 Frame 0x3fffdfb1020, for file <string>, line 14, in <module> ()\nUnable to find an older python frame\n#4 Frame 0x3fffdfb11a8, for file <string>, line 12, in baz (args=(1, 2, 3))\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n#[0-9]+ <built-in method pyobject_fastcall of module object at remote 0x[0-9a-f]+>\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file <string>, line 12, in baz \\(args=\\(1, 2, 3\\)\\)\n$'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 637, in test_truncation
self.assertEqual(gdb_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)'
Diff is 1041 characters long. Set self.maxDiff to None to see it.
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c
:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethStatic().meth_varargs_keywords()\\ndef bar():\\n
foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_f718d348'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_fastcall_keywords' not found in 'Breakpoint 1 (meth_fastcall_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n5546\t{\n#0 meth_fastcall_keywords (self=<MethClass_Type>, args=, nargs=0, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5546\n#1 cfunction_vectorcall_FASTCALL_KEYWORDS (func=, args=, nargsf=<optimized out>, kwnames=) at Objects/methodobject.c:443\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate
=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_fastcall_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pytho
nrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 572, in test_builtins_help
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 345, in test_bytes
self.assertGdbRepr(b'')
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<_PyRuntime+9064>' != "b''"
- <_PyRuntime+9064>
+ b''
: '<_PyRuntime+9064>' did not equal expected "b''"; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 403, in test_tuples
self.assertGdbRepr(tuple(), '()')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '()'
+ () : '' did not equal expected '()'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_c1f1100e'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_noargs' not found in 'Breakpoint 1 (meth_noargs) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n5517\t{\n#0 meth_noargs (self=<MethClass_Type>, ignored=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5517\n#1 cfunction_vectorcall_NOARGS (func=, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:486\n#2 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:92\n#3 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c:298\n#4 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ce
val.c:4611\n#5 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#6 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#7 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#8 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#9 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#10 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#11 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.MethClass.meth_noargs()\\ndef bar():\\n foo()\\nbar()\\n\\n", flags=) at Python/pythonrun.c:487\n#12 pymain_run_command (command=<optimized out>) at Modules/main.
c:248\n#13 pymain_run_python (exitcode=) at Modules/main.c:583\n#14 Py_RunMain () at Modules/main.c:671\n#15 pymain_main (args=) at Modules/main.c:701\n#16 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#17 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type
self.assertSane('id(42)',
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 525, in assertSane
self.fail('Unexpected gdb representation: %r\n%s' % \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected gdb representation: '<_PyRuntime+2184>'
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 333, in test_dicts
self.assertGdbRepr({})
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 313, in assertGdbRepr
self.assertEqual(gdb_repr, exp_repr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' != '{}'
+ {} : '' did not equal expected '{}'; full output was:
Breakpoint 1 at 0x801ff530: file Python/bltinmodule.c, line 1168.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 496, in test_subclassing_tuple
self.assertTrue(m,
^^^^^^^^^^^^^^^^^^
AssertionError: None is not true : Unexpected new-style class rendering ''
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_gdb.py", line 941, in test_pycfunction
self.assertIn(f'<built-in method {func_name}', gdb_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<built-in method meth_varargs_keywords' not found in 'Breakpoint 1 (meth_varargs_keywords) pending.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n5505\t{\n#0 meth_varargs_keywords (self=, args=, kwargs=) at /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Modules/_testcapimodule.c:5505\n#1 cfunction_call (func=, args=<optimized out>, kwargs=<optimized out>) at Objects/methodobject.c:540\n#2 _PyObject_MakeTpCall (tstate=<_PyRuntime+148360>, callable=, args=, nargs=0, keywords=) at Objects/call.c:214\n#3 _PyObject_VectorcallTstate (kwnames=, nargsf=9223372036854775808, args=, callable=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_call.h:90\n#4 PyObject_Vectorcall (callable=, args=, nargsf=9223372036854775808, kwnames=) at Objects/call.c
:298\n#5 _PyEval_EvalFrameDefault (tstate=<_PyRuntime+148360>, frame=, throwflag=0) at Python/ceval.c:4611\n#6 _PyEval_EvalFrame (throwflag=0, frame=, tstate=<_PyRuntime+148360>) at ./Include/internal/pycore_ceval.h:53\n#7 _PyEval_Vector (tstate=<_PyRuntime+148360>, func=, locals=, args=, argcount=0, kwnames=) at Python/ceval.c:6238\n#8 PyEval_EvalCode (co=, globals=, locals=) at Python/ceval.c:1101\n#9 run_eval_code_obj (tstate=<_PyRuntime+148360>, co=, globals=, locals=) at Python/pythonrun.c:1680\n#10 run_mod (mod=<optimized out>, filename=<optimized out>, globals=, locals=, flags=, arena=) at Python/pythonrun.c:1701\n#11 PyRun_StringFlags (str="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", start=257, globals=, locals=, flags=) at Python/pythonrun.c:1571\n#12 PyRun_SimpleStringFlags (command="\\nimport _testcapi\\ndef foo():\\n _testcapi.meth_varargs_keywords()\\ndef bar():\\n foo()\\nbar()\\n\\n", fla
gs=) at Python/pythonrun.c:487\n#13 pymain_run_command (command=<optimized out>) at Modules/main.c:248\n#14 pymain_run_python (exitcode=) at Modules/main.c:583\n#15 Py_RunMain () at Modules/main.c:671\n#16 pymain_main (args=) at Modules/main.c:701\n#17 Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:725\n#18 main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15\nTraceback (most recent call first):\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
Test report
===========
Failed tests:
- test_gdb
Failed subtests:
- test_dicts - test.test_gdb.PrettyPrintTests
- test_modern_class - test.test_gdb.PrettyPrintTests
- test_builtin_method - test.test_gdb.PrettyPrintTests
- test_lists - test.test_gdb.PrettyPrintTests
- test_selfreferential_dict - test.test_gdb.PrettyPrintTests
- test_bytes - test.test_gdb.PrettyPrintTests
- test_sets - test.test_gdb.PrettyPrintTests
- test_NULL_ptr - test.test_gdb.PrettyPrintTests
- test_selfreferential_new_style_instance - test.test_gdb.PrettyPrintTests
- test_subclassing_tuple - test.test_gdb.PrettyPrintTests
- test_truncation - test.test_gdb.PrettyPrintTests
- test_tuples - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_flags - test.test_gdb.PrettyPrintTests
- test_up_then_down - test.test_gdb.StackNavigationTests
- test_strings - test.test_gdb.PrettyPrintTests
- test_bt - test.test_gdb.PyBtTests
- test_exceptions - test.test_gdb.PrettyPrintTests
- test_frozensets - test.test_gdb.PrettyPrintTests
- test_pyup_command - test.test_gdb.StackNavigationTests
- test_basic_command - test.test_gdb.PyPrintTests
- test_singletons - test.test_gdb.PrettyPrintTests
- test_pycfunction - test.test_gdb.PyBtTests
- test_selfreferential_old_style_instance - test.test_gdb.PrettyPrintTests
- test_corrupt_ob_type - test.test_gdb.PrettyPrintTests
- test_selfreferential_list - test.test_gdb.PrettyPrintTests
- test_builtins_help - test.test_gdb.PrettyPrintTests
- test_corrupt_tp_name - test.test_gdb.PrettyPrintTests
- test_subclassing_list - test.test_gdb.PrettyPrintTests
- test_NULL_ob_type - test.test_gdb.PrettyPrintTests
- test_int - test.test_gdb.PrettyPrintTests
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder AMD64 FreeBSD Shared 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/151/builds/479
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of …
[View More]the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 23, done.
remote: Counting objects: 7% (1/14)
remote: Counting objects: 14% (2/14)
remote: Counting objects: 21% (3/14)
remote: Counting objects: 28% (4/14)
remote: Counting objects: 35% (5/14)
remote: Counting objects: 42% (6/14)
remote: Counting objects: 50% (7/14)
remote: Counting objects: 57% (8/14)
remote: Counting objects: 64% (9/14)
remote: Counting objects: 71% (10/14)
remote: Counting objects: 78% (11/14)
remote: Counting objects: 85% (12/14)
remote: Counting objects: 92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Total 23 (delta 14), reused 14 (delta 14), pack-reused 9
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
Note: switching to '29e8c43b32d6f1ec2e8b4fd8c4903d30830f280f'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 29e8c43b32 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Switched to and reset branch '3.9'
test_msilib skipped -- No module named '_msi'
Timeout (0:05:00)!
Cannot open file '/usr/home/buildbot/python/3.9.koobs-freebsd-564d/build/test-results.xml' for upload
Test report
===========
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang Installed 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/687/builds/671
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed update (failure) Uninstalled (…
[View More]failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
fatal: unable to access 'https://github.com/python/cpython.git/': Failed to connect to github.com port 443 after 129930 ms: Connection timed out
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.10 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/650/builds/639
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed update (failure) Uninstalled (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
fatal: unable to access 'https://github.com/python/cpython.git/': Failed to connect to github.com port 443 after 130161 ms: Connection timed out
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
[View Less]
1
0
The Buildbot has detected a new failure on builder AMD64 CentOS9 FIPS Only Blake2 Builtin Hash 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/828/builds/196
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-fips-x86_64
Build Reason: <unknown>
Blamelist: 180909 <wjh180909(a)gmail.com>, 97littleleaf11 <11172084+97littleleaf11(a)users.noreply.github.com>, Alex Waygood <Alex.…
[View More]Waygood(a)Gmail.com>, Alex-Blade <44120047+Alex-Blade(a)users.noreply.github.com>, Alexander Münch <theHacker(a)users.noreply.github.com>, Andrew Svetlov <andrew.svetlov(a)gmail.com>, Arie Bovenberg <a.c.bovenberg(a)gmail.com>, Brandt Bucher <brandtbucher(a)gmail.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Brian Faherty <anothergenericuser(a)gmail.com>, Charles Brunet <charles.brunet(a)optelgroup.com>, Christian Heimes <christian(a)python.org>, Cooper Lees <me(a)cooperlees.com>, Cyril Jouve <jv.cyril(a)gmail.com>, David Gilbertson <gilbertson.david(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Eric V. Smith <ericvsmith(a)users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Guido van Rossum <guido(a)python.org>,
Géry Ogam <gery.ogam(a)gmail.com>, Hakan Çelik <hakancelik96(a)outlook.com>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Inada Naoki <songofacandy(a)gmail.com>, Jacob Walls <jacobtylerwalls(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeremy Kloth <jeremy.kloth(a)gmail.com>, John Belmonte <john(a)neggie.net>, Josh Smith <cmyuiosu(a)gmail.com>, Jörn Heissler <joernheissler(a)users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Leo <LeoHuckvale(a)users.noreply.github.com>, Lital Natan <litaln(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Meer Suri <46469858+meersuri(a)users.noreply.github.com>, MishManners®™ <36594527+mishmanners(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Patrick Reader <_(a)pxeger.com>, Petr Viktorin <encukou(a)gmail.com>, Rafael Fontenelle <rffontenelle(a)users.noreply.github.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Robert-André Mauchin <30413512+eclipseo(a)users.noreply.github.com>, Saul
Shanabrook <s.shanabrook(a)gmail.com>, Scott Noyes <snoyes(a)gmail.com>, Sebastian Pipping <sebastian(a)pipping.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Steve Dower <steve.dower(a)python.org>, Terry Jan Reedy <tjreedy(a)udel.edu>, Victor Stinner <vstinner(a)python.org>, William Andrea <william.j.andrea(a)gmail.com>, Yilei "Dolee" Yang <yileiyang(a)google.com>, Zackery Spytz <zspytz(a)gmail.com>, aha79 <34090357+aha79(a)users.noreply.github.com>, 辰冢 <49506152+BruceLee569(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_gdb: 3 min 15 sec
- test_concurrent_futures: 3 min 11 sec
- test_asyncio: 2 min 3 sec
- test_multiprocessing_spawn: 1 min 41 sec
- test_capi: 1 min 31 sec
- test_multiprocessing_forkserver: 1 min 22 sec
- test_unparse: 1 min 19 sec
- test_peg_generator: 1 min 17 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_tokenize: 1 min 3 sec
1 test failed:
test_ssl
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_ssl
Total duration: 8 min 4 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_ssl.py", line 2138, in test_connect_cadata
ctx.load_verify_locations(cadata=der)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ssl.SSLError: [EVP] unsupported (_ssl.c:4009)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_ssl.py", line 1494, in test_load_verify_cadata
ctx.load_verify_locations(cadata=cacert_der)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ssl.SSLError: [EVP] unsupported (_ssl.c:4009)
Test report
===========
Failed tests:
- test_ssl
Failed subtests:
- test_load_verify_cadata - test.test_ssl.ContextTests
- test_connect_cadata - test.test_ssl.SimpleBackgroundTests
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 FIPS No Builtin Hashes 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/879/builds/195
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-fips-x86_64
Build Reason: <unknown>
Blamelist: 180909 <wjh180909(a)gmail.com>, 97littleleaf11 <11172084+97littleleaf11(a)users.noreply.github.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alex-Blade <44120047+Alex-Blade(a)users.noreply.github.com>, Alexander Münch <theHacker(a)users.noreply.github.com>, Andrew Svetlov <andrew.svetlov(a)gmail.com>, Arie Bovenberg <a.c.bovenberg(a)gmail.com>, Brandt Bucher <brandtbucher(a)gmail.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Brian Faherty <anothergenericuser(a)gmail.com>, Charles Brunet <charles.brunet(a)optelgroup.com>, Christian Heimes <christian(a)python.org>, Cooper Lees <me(a)cooperlees.com>, Cyril Jouve <jv.cyril(a)gmail.com>, David Gilbertson <gilbertson.david(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Eric V. Smith <ericvsmith(a)users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Guido van Rossum <guido(a)python.org>,
Géry Ogam <gery.ogam(a)gmail.com>, Hakan Çelik <hakancelik96(a)outlook.com>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Inada Naoki <songofacandy(a)gmail.com>, Jacob Walls <jacobtylerwalls(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeremy Kloth <jeremy.kloth(a)gmail.com>, John Belmonte <john(a)neggie.net>, Josh Smith <cmyuiosu(a)gmail.com>, Jörn Heissler <joernheissler(a)users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Leo <LeoHuckvale(a)users.noreply.github.com>, Lital Natan <litaln(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Meer Suri <46469858+meersuri(a)users.noreply.github.com>, MishManners®™ <36594527+mishmanners(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Patrick Reader <_(a)pxeger.com>, Petr Viktorin <encukou(a)gmail.com>, Rafael Fontenelle <rffontenelle(a)users.noreply.github.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Robert-André Mauchin <30413512+eclipseo(a)users.noreply.github.com>, Saul
Shanabrook <s.shanabrook(a)gmail.com>, Scott Noyes <snoyes(a)gmail.com>, Sebastian Pipping <sebastian(a)pipping.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Steve Dower <steve.dower(a)python.org>, Terry Jan Reedy <tjreedy(a)udel.edu>, Victor Stinner <vstinner(a)python.org>, William Andrea <william.j.andrea(a)gmail.com>, Yilei "Dolee" Yang <yileiyang(a)google.com>, Zackery Spytz <zspytz(a)gmail.com>, aha79 <34090357+aha79(a)users.noreply.github.com>, 辰冢 <49506152+BruceLee569(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
407 tests OK.
10 slowest tests:
- test_concurrent_futures: 4 min 3 sec
- test_gdb: 3 min 27 sec
- test_asyncio: 2 min 14 sec
- test_multiprocessing_spawn: 2 min 11 sec
- test_capi: 1 min 36 sec
- test_unparse: 1 min 19 sec
- test_multiprocessing_forkserver: 1 min 16 sec
- test_tokenize: 1 min 11 sec
- test_peg_generator: 1 min 10 sec
- test_multiprocessing_fork: 1 min 4 sec
12 tests failed:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_ssl
test_tempfile test_threading test_venv
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
13 re-run tests:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_ssl
test_tempfile test_threading test_venv
Total duration: 8 min 22 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/CP932.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JP.TXT ...
fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ...
fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 587, in test_with_pip
self.do_test_with_pip(False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 540, in do_test_with_pip
self.assertEqual(err, "")
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 352, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 309, in _runtest_inner2
test_runner()
^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 268, in _test_module
tests = loader.loadTestsFromModule(the_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_cons
tructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 57, in check_all
exec("from %s import *" % modname, names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<string>", line 1, in <module>
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 958, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2574 chars]od2'] != ['test_regrtest_noop1.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/r
andom.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1583, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildb
ot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/build
bot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:841: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmpl5y0jea4/tmpipox2cul\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmpl5y0jea4/tmpipox2cul/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [9819 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentO
S9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py"
, line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib
.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-12' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-14' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-23' coro=<<async_generator_athrow without __name__>()>>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
CRITICAL:root:critical test! <RecordingHandler (NOTSET)>
ERROR:root:testing exception: <RecordingHandler (NOTSET)>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4898, in test_exception
1 / 0
~~^~~
ZeroDivisionError: division by zero
ERROR:root:exc_info test
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4913, in test_exception_excinfo
1 / 0
~~^~~
ZeroDivisionError: division by zero
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea
/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Cen
tOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Ce
ntOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\nERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-Cent
OS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 32, in wrapper
return fxn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2421 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 400, in test_hang_issue39205
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.
x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
WARNING:asyncio:Unknown child process pid 3556465, will report returncode 255
WARNING:asyncio:Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 3556465 is closed
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 710, in test_finalization_shutdown
self.assertEqual(err, b"")
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != b''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
== CPython 3.11.0a5+ (heads/main-dirty:77f31a91d5, Feb 22 2022, 11:27:18) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]
== Linux-5.14.0-47.el9.x86_64-x86_64-with-glibc2.34 little-endian
== cwd: /home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/build_oot/build/test_python_3547605æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Using random seed 9266471
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builti
n-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [9819 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot
/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 5207, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ...
fetching http://www.pythontest.net/unicode/EUC-CN.TXT ...
fetching http://www.pythontest.net/unicode/CP936.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/_test_multiprocessing.py", line 5223, in test_preload_resources
self.fail("failed spawning forkserver or grandchild")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: failed spawning forkserver or grandchild
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
^^^^^^^^^^^^^^
AssertionError: "Output in '/tmp/tmpvf9juy5l/python3_project' will mirror the input directory '/tmp/tmpvf9juy5l/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 958, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2574 chars]od2'] != ['test_regrtest_noop8.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-Ce
ntOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
<string>:2: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py:350: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_ssl.py", line 2138, in test_connect_cadata
ctx.load_verify_locations(cadata=der)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ssl.SSLError: [EVP] unsupported (_ssl.c:4009)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 22, in wrapper
return fxn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2421 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1994, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/BIG5.TXT ...
fetching http://www.pythontest.net/unicode/CP950.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/14.0.0/NamedSequences.txt ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [9819 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 497, in test_cancel_futures_wait_false
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.
x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:concurrent.futures:exception calling callback for <Future at 0x7fc74a295870 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 328, in _invoke_callbacks
callback(self)
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1340, in raising_fn
raise Exception('doh!')
^^^^^^^^^^^^^^^^^^^^^^^
Exception: doh!
ERROR:concurrent.futures:exception calling callback for <Future at 0x7fc74a0dcab0 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 412, in add_done_callback
fn(self)
^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1390, in raising_fn
raise Exception('doh!')
^^^^^^^^^^^^^^^^^^^^^^^
Exception: doh!
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + nam
)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/__init__.py", line 659, in captured_output
yield getattr(sys, stream_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1352, in test_done_callback_raises
self.assertIn('Exception: doh!', stderr.getvalue())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Exception: doh!' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 352, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 309, in _runtest_inner2
test_runner()
^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 268, in _test_module
tests = loader.loadTestsFromModule(the_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'hashlib' has no attribute 'blake2s'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/CP949.TXT ...
fetching http://www.pythontest.net/unicode/EUC-KR.TXT ...
fetching http://www.pythontest.net/unicode/JOHAB.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 938, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2605 chars]op6'] != ['test_regrtest_noop2', 'test_regrtest_noop[67 chars]op6']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1982, in setUp
super(IPv6SysLogHandlerTest, self).setUp()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1889, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Cen
tOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Ce
ntOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/__init__.py", line 659, in captured_output
yield getattr(sys, stream_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1399, in test_done_callback_raises_already_succeeded
self.assertIn('exception calling callback for', stderr.getvalue())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'exception calling callback for' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 3546, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constru
ctor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1583, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildb
ot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/build
bot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:841: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmpsdcof3rc/tmpddfbnswu\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmpsdcof3rc/tmpddfbnswu/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
^^^^^^^^^^^^^^
AssertionError: "Output in '/tmp/tmp7obrp77p/python3_project' will mirror the input directory '/tmp/tmp7obrp77p/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 461, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 1086, in test_4_daemon_threads
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Cen
tOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-Ce
ntOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2421 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4947, in test_has_handlers
self.assertFalse(self.logger.hasHandlers())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: True is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12285 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/warnings_helper.py", line 160, in _filterwarnings
yield WarningsRecorder(w)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 60, in check_all
self.fail("__all__ failure in {}: {}: {}".format(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: __all__ failure in hashlib: AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_ssl.py", line 1494, in test_load_verify_cadata
ctx.load_verify_locations(cadata=cacert_der)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ssl.SSLError: [EVP] unsupported (_ssl.c:4009)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceba
ck (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name
] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1808, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7353 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.
x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hash
lib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 938, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2609 chars]p13'] != ['test_regrtest_noop9', 'test_regrtest_noop[71 chars]p13']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4887 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
hi there
Test report
===========
Failed tests:
- test_multiprocessing_main_handling
- test_multiprocessing_forkserver
- test_compileall
- test_concurrent_futures
- test_hashlib
- test_lib2to3
- test_regrtest
- test_ssl
- test___all__
- test_logging
- test_venv
- test_threading
- test_tempfile
Failed subtests:
- test_config_8a_ok - test.test_logging.ConfigDictTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_emit_after_closing_in_write_mode - test.test_logging.FileHandlerTest
- test_config2_failure - test.test_logging.ConfigDictTest
- test_filter - test.test_logging.BasicFilterTest
- test_callable_filter - test.test_logging.BasicFilterTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_del_on_shutdown_ignore_errors - test.test_tempfile.TestTemporaryDirectory
- test_path_objects - test.test_logging.HandlerTest
- test_logger_disabling - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate - test.test_logging.ConfigDictTest
- test_config4_ok - test.test_logging.ConfigFileTest
- test_output - test.test_logging.HTTPHandlerTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_4_daemon_threads - test.test_threading.ThreadJoinOnShutdown
- test_flat - test.test_logging.BuiltinLevelsTest
- test_config12_failure - test.test_logging.ConfigDictTest
- test_done_callback_raises - test.test_concurrent_futures.FutureTests
- test_package_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config13_failure - test.test_logging.ConfigDictTest
- test_custom_formatter_class_with_validate2 - test.test_logging.ConfigDictTest
- test_config0_ok - test.test_logging.ConfigDictTest
- test_specific_filters - test.test_logging.CustomLevelsAndFiltersTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config6_ok - test.test_logging.ConfigFileTest
- test_invalid_type_raises - test.test_logging.ConfigDictTest
- test_config5_ok - test.test_logging.ConfigFileTest
- test_config_filter_works - test.test_logging.ConfigDictTest
- test_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_package_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_filename_changing_on_output_single_dir - lib2to3.tests.test_main.TestMain
- test_config14_ok - test.test_logging.ConfigDictTest
- test_output - test.test_logging.DatagramHandlerTest
- test_post_fork_child_no_deadlock - test.test_logging.HandlerTest
- test_udp_reconnection - test.test_logging.IPv6SysLogHandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_regression_29220 - test.test_logging.BuiltinLevelsTest
- test_race - test.test_logging.HandlerTest
- test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_script_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_empty_filter - test.test_logging.BasicFilterTest
- test_config7_ok - test.test_logging.ConfigDictTest
- test_directory - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config6_failure - test.test_logging.ConfigDictTest
- test_out_of_order_with_dollar_style - test.test_logging.ConfigDictTest
- test_logger_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_connect_cadata - test.test_ssl.SimpleBackgroundTests
- test_basic_script - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate2_with_wrong_fmt - test.test_logging.ConfigDictTest
- test_dict_arg - test.test_logging.LogRecordTest
- test_config3_failure - test.test_logging.ConfigDictTest
- test_name - test.test_logging.HandlerTest
- test_config0_using_cp_ok - test.test_logging.ConfigFileTest
- test_multiprocessing - test.test_logging.LogRecordTest
- test_has_handlers - test.test_logging.LoggerAdapterTest
- test_listen_config_1_ok - test.test_logging.ConfigDictTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2a_failure - test.test_logging.ConfigDictTest
- test_nested_with_virtual_parent - test.test_logging.BuiltinLevelsTest
- test_encoding_plain_file - test.test_logging.EncodingTest
- test_handler_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_output - test.test_logging.IPv6SysLogHandlerTest
- test_list_tests - test.test_regrtest.ArgsTestCase
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- test_config_set_handler_names - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config4_ok - test.test_logging.ConfigDictTest
- test_nested_inherited - test.test_logging.BuiltinLevelsTest
- test_config_10_ok - test.test_logging.ConfigDictTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_last_resort - test.test_logging.LastResortTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_load_verify_cadata - test.test_ssl.ContextTests
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_builtin_handlers - test.test_logging.HandlerTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config1_ok - test.test_logging.ConfigDictTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2_failure - test.test_logging.ConfigFileTest
- test_logrecord_class - test.test_logging.LogRecordFactoryTest
- test_config11_ok - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_encoding_cyrillic_unicode - test.test_logging.EncodingTest
- test_config7_ok - test.test_logging.ConfigFileTest
- test_config_8_ok - test.test_logging.ConfigDictTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config3_failure - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_child_loggers - test.test_logging.ChildLoggerTest
- test_config4a_ok - test.test_logging.ConfigDictTest
- test_package_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_baseconfig - test.test_logging.ConfigDictTest
- test_config_callable_filter_works - test.test_logging.ConfigDictTest
- test_list_cases - test.test_regrtest.ArgsTestCase
- test_workers - test.test_compileall.CommandLineTestsWithSourceEpoch
- test_regression_22386 - test.test_logging.BuiltinLevelsTest
- test_config8_ok - test.test_logging.ConfigFileTest
- test_config2b_failure - test.test_logging.ConfigDictTest
- test_finalization_shutdown - test.test_threading.ThreadTests
- test_all - test.test___all__.AllTest
- test_issue27935 - test.test_logging.BuiltinLevelsTest
- test_config0_ok - test.test_logging.ConfigFileTest
- test_interpreter_shutdown - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_custom_formatter_class_with_validate3 - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_done_callback_raises_already_succeeded - test.test_concurrent_futures.FutureTests
- test_config15_ok - test.test_logging.ConfigDictTest
- test_with_pip - test.test_venv.EnsurePipTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- test_out_of_order - test.test_logging.ConfigDictTest
- test_str_rep - test.test_logging.LogRecordTest
- test_delay - test.test_logging.FileHandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config5_ok - test.test_logging.ConfigDictTest
- test_config1_ok - test.test_logging.ConfigFileTest
- test_optional - test.test_logging.LogRecordTest
- test_config_9_ok - test.test_logging.ConfigDictTest
- test_config_filter_method_works - test.test_logging.ConfigDictTest
- test_namedtuple - test.test_logging.ConfigDictTest
- test_custom_formatter_function_with_validate - test.test_logging.ConfigDictTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_preload_resources - test.test_multiprocessing_forkserver.TestStartMethod
- test_formatting - test.test_logging.ExceptionTest
- test_listen_config_10_ok - test.test_logging.ConfigDictTest
- test_listen_verify - test.test_logging.ConfigDictTest
- test_defaults_do_no_interpolation - test.test_logging.ConfigFileTest
- test_nested_explicit - test.test_logging.BuiltinLevelsTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_cancel_futures_wait_false - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_hang_issue39205 - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 FIPS No Builtin Hashes 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/480/builds/1970
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-fips-x86_64
Build Reason: <unknown>
Blamelist: 180909 <wjh180909(a)gmail.com>, 97littleleaf11 <11172084+97littleleaf11(a)users.noreply.github.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alex-Blade <44120047+Alex-Blade(a)users.noreply.github.com>, Alexander Münch <theHacker(a)users.noreply.github.com>, Andrew Svetlov <andrew.svetlov(a)gmail.com>, Arie Bovenberg <a.c.bovenberg(a)gmail.com>, Brandt Bucher <brandtbucher(a)gmail.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Brian Faherty <anothergenericuser(a)gmail.com>, Charles Brunet <charles.brunet(a)optelgroup.com>, Christian Heimes <christian(a)python.org>, Cooper Lees <me(a)cooperlees.com>, Cyril Jouve <jv.cyril(a)gmail.com>, David Gilbertson <gilbertson.david(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, DongGeon Lee <secmatth1996(a)gmail.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Eric V. Smith <ericvsmith(a)users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland(a)innova.no>, Guido van Rossum <guido(a)python.org>,
Géry Ogam <gery.ogam(a)gmail.com>, Hakan Çelik <hakancelik96(a)outlook.com>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Inada Naoki <songofacandy(a)gmail.com>, Jacob Walls <jacobtylerwalls(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Jeremy Kloth <jeremy.kloth(a)gmail.com>, John Belmonte <john(a)neggie.net>, Josh Smith <cmyuiosu(a)gmail.com>, Jörn Heissler <joernheissler(a)users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303(a)users.noreply.github.com>, Leo <LeoHuckvale(a)users.noreply.github.com>, Lital Natan <litaln(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Meer Suri <46469858+meersuri(a)users.noreply.github.com>, MishManners®™ <36594527+mishmanners(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Patrick Reader <_(a)pxeger.com>, Petr Viktorin <encukou(a)gmail.com>, Rafael Fontenelle <rffontenelle(a)users.noreply.github.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Robert-André Mauchin <30413512+eclipseo(a)users.noreply.github.com>, Saul
Shanabrook <s.shanabrook(a)gmail.com>, Scott Noyes <snoyes(a)gmail.com>, Sebastian Pipping <sebastian(a)pipping.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Steve Dower <steve.dower(a)python.org>, Terry Jan Reedy <tjreedy(a)udel.edu>, Victor Stinner <vstinner(a)python.org>, William Andrea <william.j.andrea(a)gmail.com>, Yilei "Dolee" Yang <yileiyang(a)google.com>, Zackery Spytz <zspytz(a)gmail.com>, aha79 <34090357+aha79(a)users.noreply.github.com>, 辰冢 <49506152+BruceLee569(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
408 tests OK.
10 slowest tests:
- test_gdb: 6 min 9 sec
- test_concurrent_futures: 3 min 33 sec
- test_asyncio: 2 min 3 sec
- test_multiprocessing_spawn: 1 min 48 sec
- test_capi: 1 min 44 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_peg_generator: 1 min 16 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_unparse: 1 min 4 sec
- test_tokenize: 1 min 3 sec
12 tests failed:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_tempfile
test_threading test_venv
12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64
12 re-run tests:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_tempfile
test_threading test_venv
Total duration: 8 min 18 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12205 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fip
s-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86
_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstr
atak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 958, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2558 chars]od2'] != ['test_regrtest_noop1.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
^^^^^^^^^^^^^^
AssertionError: "Output in '/tmp/tmpvajoru29/python3_project' will mirror the input directory '/tmp/tmpvajoru29/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 938, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2593 chars]p13'] != ['test_regrtest_noop9', 'test_regrtest_noop[71 chars]p13']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 938, in test_list_tests
self.assertEqual(output.rstrip().splitlines(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2589 chars]op6'] != ['test_regrtest_noop2', 'test_regrtest_noop[67 chars]op6']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 497, in test_cancel_futures_wait_false
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstr
atak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [14655 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 710, in test_finalization_shutdown
self.assertEqual(err, b"")
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != b''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/BIG5.TXT ...
fetching http://www.pythontest.net/unicode/CP950.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
CRITICAL:root:critical test! <RecordingHandler (NOTSET)>
ERROR:root:testing exception: <RecordingHandler (NOTSET)>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4898, in test_exception
1 / 0
~~^~~
ZeroDivisionError: division by zero
ERROR:root:exc_info test
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4913, in test_exception_excinfo
1 / 0
~~^~~
ZeroDivisionError: division by zero
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1994, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 400, in test_hang_issue39205
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstr
atak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 22, in wrapper
return fxn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2405 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 587, in test_with_pip
self.do_test_with_pip(False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_venv.py", line 540, in do_test_with_pip
self.assertEqual(err, "")
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/__init__.py", line 659, in captured_output
yield getattr(sys, stream_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1352, in test_done_callback_raises
self.assertIn('Exception: doh!', stderr.getvalue())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Exception: doh!' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
Warning -- logging._handlerList was modified by test_hashlib
Warning -- Before: (139729384080080, [<weakref at 0x7f154852c6e0; to '_StderrHandler' at 0x7f1548512a40>, <weakref at 0x7f153d106430; to 'StreamHandler' at 0x7f1522d0c4c0>], [<weakref at 0x7f154852c6e0; to '_StderrHandler' at 0x7f1548512a40>])
Warning -- After: (139729384080080, [<weakref at 0x7f154852c6e0; to '_StderrHandler' at 0x7f1548512a40>, <weakref at 0x7f153d106430; to 'StreamHandler' at 0x7f1522d0c4c0>], [<weakref at 0x7f154852c6e0; to '_StderrHandler' at 0x7f1548512a40>, <weakref at 0x7f153d106430; to 'StreamHandler' at 0x7f1522d0c4c0>])
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/14.0.0/NamedSequences.txt ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
self.assertIn(
^^^^^^^^^^^^^^
AssertionError: "Output in '/tmp/tmp9at_7rv3/python3_project' will mirror the input directory '/tmp/tmp9at_7rv3/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 323, in test_interpreter_shutdown
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fip
s-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86
_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\nERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-b
uiltin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
<string>:2: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py:350: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/_test_multiprocessing.py", line 5223, in test_preload_resources
self.fail("failed spawning forkserver or grandchild")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: failed spawning forkserver or grandchild
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 180, in test_basic_script_no_suffix
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_regrtest.py", line 958, in test_list_cases
self.assertEqual(output.splitlines(), all_methods)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ERROR:root:code for hash blake2b was not [2558 chars]od2'] != ['test_regrtest_noop8.Tests.test_method1', [36 chars]od2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ...
fetching http://www.pythontest.net/unicode/EUC-CN.TXT ...
fetching http://www.pythontest.net/unicode/CP936.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1982, in setUp
super(IPv6SysLogHandlerTest, self).setUp()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1889, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 252, in test_module_in_package_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12205 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 1808, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 352, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 309, in _runtest_inner2
test_runner()
^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/libregrtest/runtest.py", line 268, in _test_module
tests = loader.loadTestsFromModule(the_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
tests.append(self.loadTestsFromTestCase(obj))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 24, in __init__
self.addTests(tests)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/unittest/suite.py", line 57, in addTests
for test in tests:
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_hashlib.py", line 133, in __init__
constructors.add(getattr(hashlib, algorithm))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-12' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-14' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-23' coro=<<async_generator_athrow without __name__>()>>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [8530 chars]2b\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 228, in test_zipfile
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_py_compile.py", line 32, in wrapper
return fxn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 804, in test_workers
self.assertRunOK(self.directory, '-j', '0')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_compileall.py", line 495, in assertRunOK
self.assertEqual(b'', err)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'' != b'ERROR:root:code for hash blake2b was not [2405 chars]2s\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1583, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/bui
ldarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildare
a/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:841: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmpvp26x8fx/tmp6yeyp6y3\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmpvp26x8fx/tmp6yeyp6y3/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/CP949.TXT ...
fetching http://www.pythontest.net/unicode/EUC-KR.TXT ...
fetching http://www.pythontest.net/unicode/JOHAB.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_threading.py", line 1086, in test_4_daemon_threads
self.assertFalse(err)
^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fip
s-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86
_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n' is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_tempfile.py", line 1583, in test_del_on_shutdown_ignore_errors
self.assertNotIn("Error", err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Error' unexpectedly found in 'ERROR:root:code for hash blake2b was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/bui
ldarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2b\nERROR:root:code for hash blake2s was not found.\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>\n from _sha512 import sha512 as _sha512\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>\n globals()[__func_name] = __get_hash(__func_name)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildare
a/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor\n return __get_builtin_constructor(name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n raise ValueError(\'unsupported hash type \' + name)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nValueError: unsupported hash type blake2s\n/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/tempfile.py:841: ResourceWarning: Implicitly cleaning up <TemporaryDirectory \'/tmp/tmplkyzk7s6/tmp3ycopbik\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmplkyzk7s6/tmp3ycopbik/test_dir/open_file.txt\' mode=\'w\' encoding=\'UTF-8\'>\n'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [4855 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 191, in test_ipython_workaround
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [14655 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 246, in test_module_in_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f1be436df50 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 328, in _invoke_callbacks
callback(self)
^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1340, in raising_fn
raise Exception('doh!')
^^^^^^^^^^^^^^^^^^^^^^^
Exception: doh!
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f1be0161230 state=finished returned int>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/concurrent/futures/_base.py", line 412, in add_done_callback
fn(self)
^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1390, in raising_fn
raise Exception('doh!')
^^^^^^^^^^^^^^^^^^^^^^^
Exception: doh!
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12205 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
hi there
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 5207, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 174, in test_basic_script
self._check_script(script_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12205 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 57, in check_all
exec("from %s import *" % modname, names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<string>", line 1, in <module>
AttributeError: module 'hashlib' has no attribute 'blake2b'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 4947, in test_has_handlers
self.assertFalse(self.logger.hasHandlers())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: True is not false
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
from _sha512 import sha512 as _sha512
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sha512'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
fetching http://www.pythontest.net/unicode/CP932.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JP.TXT ...
fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ...
fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ...
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 220, in test_directory_compiled
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 281, in test_package_compiled
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [2405 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 258, in test_module_in_subpackage_in_zipfile
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [14655 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 203, in test_script_compiled
self._check_script(pyc_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 210, in test_directory
self._check_script(script_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 461, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 237, in test_zipfile_compiled
self._check_script(zip_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [7305 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/os_helper.py", line 396, in temp_dir
yield path
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 268, in test_package
self._check_script(launch_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 169, in _check_script
self._check_output(script_name, rc, out, err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_multiprocessing_main_handling.py", line 160, in _check_output
self.assertEqual(err.decode('utf-8'), '')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'ERROR:root:code for hash blake2b was not [12205 chars]2s\n' != ''
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
- ERROR:root:code for hash blake2b was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2b
- ERROR:root:code for hash blake2s was not found.
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/random.py", line 62, in <module>
- from _sha512 import sha512 as _sha512
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ModuleNotFoundError: No module named '_sha512'
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
- globals()[__func_name] = __get_hash(__func_name)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
- return __get_builtin_constructor(name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
- raise ValueError('unsupported hash type ' + name)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/__init__.py", line 659, in captured_output
yield getattr(sys, stream_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_concurrent_futures.py", line 1399, in test_done_callback_raises_already_succeeded
self.assertIn('exception calling callback for', stderr.getvalue())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'exception calling callback for' not found in ''
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 3546, in setUp
BaseTest.setUp(self)
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test_logging.py", line 120, in setUp
raise AssertionError('Unexpected handlers: %s' % hlist)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 261, in <module>
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: unsupported hash type blake2s
== CPython 3.11.0a5+ (heads/main-dirty:77f31a91d5, Feb 22 2022, 11:26:49) [GCC 8.5.0 20210514 (Red Hat 8.5.0-4)]
== Linux-4.18.0-348.12.2.el8_5.x86_64-x86_64-with-glibc2.28 little-endian
== cwd: /home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/build_oot/build/test_python_506938æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Using random seed 8775539
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/support/warnings_helper.py", line 160, in _filterwarnings
yield WarningsRecorder(w)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes/build/Lib/test/test___all__.py", line 60, in check_all
self.fail("__all__ failure in {}: {}: {}".format(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: __all__ failure in hashlib: AttributeError: module 'hashlib' has no attribute 'blake2b'
Test report
===========
Failed tests:
- test_multiprocessing_main_handling
- test_multiprocessing_forkserver
- test_compileall
- test_concurrent_futures
- test_hashlib
- test_lib2to3
- test_regrtest
- test___all__
- test_logging
- test_venv
- test_threading
- test_tempfile
Failed subtests:
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config_8a_ok - test.test_logging.ConfigDictTest
- test_emit_after_closing_in_write_mode - test.test_logging.FileHandlerTest
- test_config2_failure - test.test_logging.ConfigDictTest
- test_filter - test.test_logging.BasicFilterTest
- test_callable_filter - test.test_logging.BasicFilterTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_del_on_shutdown_ignore_errors - test.test_tempfile.TestTemporaryDirectory
- test_path_objects - test.test_logging.HandlerTest
- test_logger_disabling - test.test_logging.ConfigFileTest
- test_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate - test.test_logging.ConfigDictTest
- test_config4_ok - test.test_logging.ConfigFileTest
- test_output - test.test_logging.HTTPHandlerTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_4_daemon_threads - test.test_threading.ThreadJoinOnShutdown
- test_flat - test.test_logging.BuiltinLevelsTest
- test_config12_failure - test.test_logging.ConfigDictTest
- test_done_callback_raises - test.test_concurrent_futures.FutureTests
- test_package_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config13_failure - test.test_logging.ConfigDictTest
- test_custom_formatter_class_with_validate2 - test.test_logging.ConfigDictTest
- test_config0_ok - test.test_logging.ConfigDictTest
- test_specific_filters - test.test_logging.CustomLevelsAndFiltersTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config6_ok - test.test_logging.ConfigFileTest
- test_invalid_type_raises - test.test_logging.ConfigDictTest
- test_config5_ok - test.test_logging.ConfigFileTest
- test_config_filter_works - test.test_logging.ConfigDictTest
- test_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_package_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_filename_changing_on_output_single_dir - lib2to3.tests.test_main.TestMain
- test_config14_ok - test.test_logging.ConfigDictTest
- test_output - test.test_logging.DatagramHandlerTest
- test_post_fork_child_no_deadlock - test.test_logging.HandlerTest
- test_udp_reconnection - test.test_logging.IPv6SysLogHandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_regression_29220 - test.test_logging.BuiltinLevelsTest
- test_race - test.test_logging.HandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_empty_filter - test.test_logging.BasicFilterTest
- test_directory - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config7_ok - test.test_logging.ConfigDictTest
- test_config6_failure - test.test_logging.ConfigDictTest
- test_out_of_order_with_dollar_style - test.test_logging.ConfigDictTest
- test_logger_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_basic_script - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_custom_formatter_class_with_validate2_with_wrong_fmt - test.test_logging.ConfigDictTest
- test_dict_arg - test.test_logging.LogRecordTest
- test_config3_failure - test.test_logging.ConfigDictTest
- test_name - test.test_logging.HandlerTest
- test_config0_using_cp_ok - test.test_logging.ConfigFileTest
- test_multiprocessing - test.test_logging.LogRecordTest
- test_script_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_listen_config_1_ok - test.test_logging.ConfigDictTest
- test_has_handlers - test.test_logging.LoggerAdapterTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2a_failure - test.test_logging.ConfigDictTest
- test_nested_with_virtual_parent - test.test_logging.BuiltinLevelsTest
- test_list_tests - test.test_regrtest.ArgsTestCase
- test_handler_filter - test.test_logging.CustomLevelsAndFiltersTest
- test_encoding_plain_file - test.test_logging.EncodingTest
- test_output - test.test_logging.IPv6SysLogHandlerTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- test_directory_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_config_set_handler_names - test.test_logging.ConfigFileTest
- test_config4_ok - test.test_logging.ConfigDictTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_nested_inherited - test.test_logging.BuiltinLevelsTest
- test_config_10_ok - test.test_logging.ConfigDictTest
- test_last_resort - test.test_logging.LastResortTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_builtin_handlers - test.test_logging.HandlerTest
- test_zipfile_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config1_ok - test.test_logging.ConfigDictTest
- test_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config2_failure - test.test_logging.ConfigFileTest
- test_logrecord_class - test.test_logging.LogRecordFactoryTest
- test_config11_ok - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_encoding_cyrillic_unicode - test.test_logging.EncodingTest
- test_config7_ok - test.test_logging.ConfigFileTest
- test_config_8_ok - test.test_logging.ConfigDictTest
- test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_config3_failure - test.test_logging.ConfigFileTest
- test_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_child_loggers - test.test_logging.ChildLoggerTest
- test_config4a_ok - test.test_logging.ConfigDictTest
- test_package_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_baseconfig - test.test_logging.ConfigDictTest
- test_config_callable_filter_works - test.test_logging.ConfigDictTest
- test_list_cases - test.test_regrtest.ArgsTestCase
- test_workers - test.test_compileall.CommandLineTestsWithSourceEpoch
- test_regression_22386 - test.test_logging.BuiltinLevelsTest
- test_config8_ok - test.test_logging.ConfigFileTest
- test_config2b_failure - test.test_logging.ConfigDictTest
- test_finalization_shutdown - test.test_threading.ThreadTests
- test_all - test.test___all__.AllTest
- test_issue27935 - test.test_logging.BuiltinLevelsTest
- test_config0_ok - test.test_logging.ConfigFileTest
- test_interpreter_shutdown - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_custom_formatter_class_with_validate3 - test.test_logging.ConfigDictTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_done_callback_raises_already_succeeded - test.test_concurrent_futures.FutureTests
- test_config15_ok - test.test_logging.ConfigDictTest
- test_with_pip - test.test_venv.EnsurePipTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- test_out_of_order - test.test_logging.ConfigDictTest
- test_str_rep - test.test_logging.LogRecordTest
- test_delay - test.test_logging.FileHandlerTest
- test_script_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_directory - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_module_in_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_basic_script - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
- test_config5_ok - test.test_logging.ConfigDictTest
- test_config1_ok - test.test_logging.ConfigFileTest
- test_optional - test.test_logging.LogRecordTest
- test_config_9_ok - test.test_logging.ConfigDictTest
- test_config_filter_method_works - test.test_logging.ConfigDictTest
- test_namedtuple - test.test_logging.ConfigDictTest
- test_custom_formatter_function_with_validate - test.test_logging.ConfigDictTest
- test_directory_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_preload_resources - test.test_multiprocessing_forkserver.TestStartMethod
- test_formatting - test.test_logging.ExceptionTest
- test_listen_config_10_ok - test.test_logging.ConfigDictTest
- test_listen_verify - test.test_logging.ConfigDictTest
- test_defaults_do_no_interpolation - test.test_logging.ConfigFileTest
- test_nested_explicit - test.test_logging.BuiltinLevelsTest
- test_ipython_workaround - test.test_multiprocessing_main_handling.SpawnCmdLineTest
- test_cancel_futures_wait_false - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_hang_issue39205 - test.test_concurrent_futures.ThreadPoolShutdownTest
- test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkCmdLineTest
- test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
Sincerely,
-The Buildbot
[View Less]
2
1
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/582/builds/1015
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Andrew Svetlov <andrew.svetlov(a)gmail.com>, Christian Heimes <christian(a)python.org>, Dong-hee Na <donghee.na(a)python.org>, Jelle Zijlstra &…
[View More]lt;jelle.zijlstra(a)gmail.com>, Josh Smith <cmyuiosu(a)gmail.com>, Lital Natan <litaln(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Nikita Sobolev <mail(a)sobolevn.me>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Sebastian Pipping <sebastian(a)pipping.org>, Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_f1c2d643'
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_0ad026a4'
Test report
===========
Failed tests:
- test_multiprocessing_fork
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder x86 Gentoo Installed with X 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/464/builds/1773
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown>
Blamelist: Andrew Svetlov <andrew.svetlov(a)gmail.com>, Brandt Bucher <brandtbucher(a)gmail.com>, Charles Brunet <charles.brunet(a)optelgroup.com>, Christian Heimes <christian(a)python.org>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dong-hee Na <donghee.na(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Inada Naoki <songofacandy(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Josh Smith <cmyuiosu(a)gmail.com>, Jörn Heissler <joernheissler(a)users.noreply.github.com>, Lital Natan <litaln(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Nikita Sobolev <mail(a)sobolevn.me>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Sebastian Pipping <sebastian(a)pipping.org>, Serhiy Storchaka <storchaka(a)gmail.com>, Yilei "Dolee" Yang <yileiyang(a)google.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
417 tests OK.
1 test failed:
test_asyncio
13 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_asyncio
Total duration: 29 min 7 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/tasks.py", line 470, in wait_for
return fut.result()
^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1128, in test_client
await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_5b850909'
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 155, in _silence_eof_received_warning
yield
^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1157, in test_create_server_ssl_over_ssl
self.loop.run_until_complete(start_server())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/base_events.py", line 645, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1150, in start_server
await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/tasks.py", line 472, in wait_for
raise exceptions.TimeoutError() from exc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError
Test report
===========
Failed tests:
- test_asyncio
Failed subtests:
- test_create_server_ssl_over_ssl - test.test_asyncio.test_ssl.TestSSL
Sincerely,
-The Buildbot
[View Less]
2
1
The Buildbot has detected a new failure on builder x86 Gentoo Non-Debug with X 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/58/builds/1727
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================…
[View More]================
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_peg_generator: 4 min 27 sec
- test_multiprocessing_spawn: 4 min 17 sec
- test_asyncio: 4 min 12 sec
- test_concurrent_futures: 3 min 58 sec
- test_tokenize: 3 min 6 sec
- test_lib2to3: 2 min 18 sec
- test_unparse: 1 min 53 sec
- test_multiprocessing_forkserver: 1 min 37 sec
- test_signal: 1 min 12 sec
- test_multiprocessing_fork: 1 min 11 sec
1 test failed:
test_asyncio
9 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test:
test_asyncio
Total duration: 29 min 26 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_ec822a71'
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_asyncio/test_ssl.py", line 1128, in test_client
await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/asyncio/tasks.py", line 470, in wait_for
return fut.result()
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/contextlib.py", line 155, in __exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_asyncio/test_ssl.py", line 155, in _silence_eof_received_warning
yield
^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_asyncio/test_ssl.py", line 1157, in test_create_server_ssl_over_ssl
self.loop.run_until_complete(start_server())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/asyncio/base_events.py", line 645, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_asyncio/test_ssl.py", line 1150, in start_server
await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/asyncio/tasks.py", line 472, in wait_for
raise exceptions.TimeoutError() from exc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError
Traceback (most recent call last):
File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_49082959'
Test report
===========
Failed tests:
- test_asyncio
Failed subtests:
- test_create_server_ssl_over_ssl - test.test_asyncio.test_ssl.TestSSL
Sincerely,
-The Buildbot
[View Less]
2
1
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/350/builds/1493
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Inada Naoki <songofacandy(a)gmail.com>
BUILD FAILED: update (failure) Uninstalled (failure) clean (failure)
Summary of the results …
[View More]of the build (if available):
===================================================
Captured traceback
==================
fatal: unable to access 'https://github.com/python/cpython.git/': Failed to connect to github.com port 443 after 130922 ms: Connection timed out
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/536/builds/1603
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Inada Naoki <songofacandy(a)gmail.com>
BUILD FAILED: update (failure) Uninstalled (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
fatal: unable to access 'https://github.com/python/cpython.git/': Failed to connect to github.com port 443 after 131858 ms: Connection timed out
chmod: cannot access 'target/': No such file or directory
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
[View Less]
1
0