Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder ARM64 Windows Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/730/builds/3596
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro-win-arm64
Build Reason: <unknown> Blamelist: Inada Naoki <songofacandy@gmail.com>, Mark Shannon <mark@hotpy.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
Note: switching to '9058a35558422810061989f41571fdfea7ea8cbe'.
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 9058a35558 Move call specializations from CALL to PRECALL. (GH-31496) Switched to and reset branch 'main'
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip
Test report
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/1777
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Mark Shannon <mark@hotpy.org>
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: 26 min 41 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/threading.py", line 1031, in _bootstrap_inner self.run() ^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1675, in run self._run() ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1714, in _run self._test._abort_socket_test(ex) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 163, in _abort_socket_test self.fail(ex) ^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/unittest/case.py", line 671, in fail raise self.failureException(msg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: The read operation timed out /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/threading.py:1033: ResourceWarning: unclosed <ssl.SSLSocket fd=9, family=2, type=1, proto=0, laddr=('127.0.0.1', 50535), raddr=('127.0.0.1', 37172)> self._invoke_excepthook(self) ResourceWarning: Enable tracemalloc to get the object allocation traceback ERROR /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/selector_events.py:708: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=29> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/threading.py", line 1031, in _bootstrap_inner self.run() ^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1675, in run self._run() ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1714, in _run self._test._abort_socket_test(ex) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 163, in _abort_socket_test self.fail(ex) ^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/unittest/case.py", line 671, in fail raise self.failureException(msg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: The read operation timed out /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/threading.py:1033: ResourceWarning: unclosed <ssl.SSLSocket fd=9, family=2, type=1, proto=0, laddr=('127.0.0.1', 54155), raddr=('127.0.0.1', 34950)> self._invoke_excepthook(self) ResourceWarning: Enable tracemalloc to get the object allocation traceback ERROR /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/selector_events.py:708: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=29> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1706, in _run self._handle_client(conn) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1717, in _handle_client self._prog(TestSocketWrapper(sock)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1183, in server sock.unwrap() ^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/ssl.py", line 1321, in unwrap s = self._sslobj.shutdown() ^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out
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
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_60057d39'
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 1228, in test_shutdown_cleanly run(client) ^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1222, in run self.loop.run_until_complete( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 1213, in _gather return await asyncio.gather(*tasks) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_asyncio/test_ssl.py", line 1191, in client reader, writer = await asyncio.open_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/streams.py", line 47, in open_connection transport, _ = await loop.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/base_events.py", line 1093, in create_connection transport, protocol = await self._create_connection_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/asyncio/base_events.py", line 1126, in _create_connection_transport await waiter ^^^^^^^^^^^^ ConnectionAbortedError: SSL handshake is taking longer than 10.0 seconds: aborting the connection
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
Test report
Failed tests:
- test_asyncio
Failed subtests:
- test_create_server_ssl_over_ssl - test.test_asyncio.test_ssl.TestSSL
- test_shutdown_cleanly - test.test_asyncio.test_ssl.TestSSL
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/1968
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-fips-x86_64
Build Reason: <unknown> Blamelist: 180909 <wjh180909@gmail.com>, 97littleleaf11 <11172084+97littleleaf11@users.noreply.github.com>, Alex Waygood <Alex.Waygood@Gmail.com>, Alex-Blade <44120047+Alex-Blade@users.noreply.github.com>, Alexander Münch <theHacker@users.noreply.github.com>, Andrew Svetlov <andrew.svetlov@gmail.com>, Brandt Bucher <brandtbucher@gmail.com>, Brandt Bucher <brandtbucher@microsoft.com>, Brian Faherty <anothergenericuser@gmail.com>, Charles Brunet <charles.brunet@optelgroup.com>, Christian Heimes <christian@python.org>, Cooper Lees <me@cooperlees.com>, David Gilbertson <gilbertson.david@gmail.com>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, DongGeon Lee <secmatth1996@gmail.com>, Eric Snow <ericsnowcurrently@gmail.com>, Eric V. Smith <ericvsmith@users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Guido van Rossum <guido@python.org>, Géry Ogam <gery.ogam@gmail.com>, Hakan Çelik <hakancelik96@outlook.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Inada Naoki <songofacandy@gmail.com>, Jacob Walls <jacobtylerwalls@gmail.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jeremy Kloth <jeremy.kloth@gmail.com>, John Belmonte <john@neggie.net>, Josh Smith <cmyuiosu@gmail.com>, Jörn Heissler <joernheissler@users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Leo <LeoHuckvale@users.noreply.github.com>, Lital Natan <litaln@gmail.com>, Mark Shannon <mark@hotpy.org>, MishManners®™ <36594527+mishmanners@users.noreply.github.com>, Nikita Sobolev <mail@sobolevn.me>, Patrick Reader <_@pxeger.com>, Rafael Fontenelle <rffontenelle@users.noreply.github.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Robert-André Mauchin <30413512+eclipseo@users.noreply.github.com>, Saul Shanabrook <s.shanabrook@gmail.com>, Scott Noyes <snoyes@gmail.com>, Sebastian Pipping <sebastian@pipping.org>, Serhiy Storchaka <storchaka@gmail.com>, William Andrea <william.j.andrea@gmail.com>, Yilei "Dolee" Yang <yileiyang@google.com>, Zackery Spytz <zspytz@gmail.com>, aha79 <34090357+aha79@users.noreply.github.com>, 辰冢 <49506152+BruceLee569@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
409 tests OK.
10 slowest tests:
- test_gdb: 5 min 18 sec
- test_concurrent_futures: 3 min 29 sec
- test_multiprocessing_spawn: 1 min 54 sec
- test_asyncio: 1 min 44 sec
- test_capi: 1 min 36 sec
- test_peg_generator: 1 min 23 sec
- test_unparse: 1 min 12 sec
- test_multiprocessing_forkserver: 1 min 11 sec
- test_multiprocessing_fork: 1 min 6 sec
- test_tokenize: 1 min 2 sec
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: 11 min 11 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 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/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir self.assertIn( ^^^^^^^^^^^^^^ AssertionError: "Output in '/tmp/tmpzu1_trbu/python3_project' will mirror the input directory '/tmp/tmpzu1_trbu/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 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 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 [9755 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
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/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 [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/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/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/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 [9755 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
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 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 [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/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/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir self.assertIn( ^^^^^^^^^^^^^^ AssertionError: "Output in '/tmp/tmp461r76w0/python3_project' will mirror the input directory '/tmp/tmp461r76w0/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 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 [9755 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
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 ERROR:concurrent.futures:exception calling callback for <Future at 0x7f822aad4dd0 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 0x7f8229cfd140 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/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/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/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 [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/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/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 [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 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 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/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/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/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 [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_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/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 '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 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/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/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/tmpk2gya2c9/tmp8n__ao3a\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmpk2gya2c9/tmp8n__ao3a/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/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 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/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 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 [9755 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
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/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 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 [10980 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
- 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 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/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:asyncio:Unknown child process pid 481950, will report returncode 255 WARNING:asyncio:Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 481950 is closed
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/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 == CPython 3.11.0a5+ (heads/main-dirty:9058a35558, Feb 22 2022, 09:59:45) [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_476424æ == CPU count: 4 == encodings: locale=UTF-8, FS=utf-8 Using random seed 9431316
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/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/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/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/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 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 [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 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 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 [9755 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
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/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/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/tmp4mj5uyxs/tmpygasa94g\'>\n _warnings.warn(warn_message, ResourceWarning)\nsys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=\'/tmp/tmp4mj5uyxs/tmpygasa94g/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 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/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 [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/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/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 [9755 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
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_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_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 BuildbotThe 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/194
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-fips-x86_64
Build Reason: <unknown> Blamelist: 180909 <wjh180909@gmail.com>, 97littleleaf11 <11172084+97littleleaf11@users.noreply.github.com>, Alex Waygood <Alex.Waygood@Gmail.com>, Alex-Blade <44120047+Alex-Blade@users.noreply.github.com>, Alexander Münch <theHacker@users.noreply.github.com>, Andrew Svetlov <andrew.svetlov@gmail.com>, Brandt Bucher <brandtbucher@gmail.com>, Brandt Bucher <brandtbucher@microsoft.com>, Brian Faherty <anothergenericuser@gmail.com>, Charles Brunet <charles.brunet@optelgroup.com>, Christian Heimes <christian@python.org>, Cooper Lees <me@cooperlees.com>, David Gilbertson <gilbertson.david@gmail.com>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, DongGeon Lee <secmatth1996@gmail.com>, Eric Snow <ericsnowcurrently@gmail.com>, Eric V. Smith <ericvsmith@users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Guido van Rossum <guido@python.org>, Géry Ogam <gery.ogam@gmail.com>, Hakan Çelik <hakancelik96@outlook.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Inada Naoki <songofacandy@gmail.com>, Jacob Walls <jacobtylerwalls@gmail.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jeremy Kloth <jeremy.kloth@gmail.com>, John Belmonte <john@neggie.net>, Josh Smith <cmyuiosu@gmail.com>, Jörn Heissler <joernheissler@users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Leo <LeoHuckvale@users.noreply.github.com>, Lital Natan <litaln@gmail.com>, Mark Shannon <mark@hotpy.org>, MishManners®™ <36594527+mishmanners@users.noreply.github.com>, Nikita Sobolev <mail@sobolevn.me>, Patrick Reader <_@pxeger.com>, Rafael Fontenelle <rffontenelle@users.noreply.github.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Robert-André Mauchin <30413512+eclipseo@users.noreply.github.com>, Saul Shanabrook <s.shanabrook@gmail.com>, Scott Noyes <snoyes@gmail.com>, Sebastian Pipping <sebastian@pipping.org>, Serhiy Storchaka <storchaka@gmail.com>, William Andrea <william.j.andrea@gmail.com>, Yilei "Dolee" Yang <yileiyang@google.com>, Zackery Spytz <zspytz@gmail.com>, aha79 <34090357+aha79@users.noreply.github.com>, 辰冢 <49506152+BruceLee569@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 34 sec
- test_concurrent_futures: 3 min 30 sec
- test_asyncio: 2 min 29 sec
- test_multiprocessing_spawn: 1 min 54 sec
- test_capi: 1 min 53 sec
- test_peg_generator: 1 min 39 sec
- test_tokenize: 1 min 22 sec
- test_multiprocessing_forkserver: 1 min 12 sec
- test_unparse: 1 min 6 sec
- test_multiprocessing_fork: 59.0 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 20 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 Buildbot
participants (1)
-
buildbot@python.org