Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) #30455

Merged
merged 10 commits into from
Jan 13, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jan 7, 2022

@tiran tiran marked this pull request as ready for review January 7, 2022 14:43
@tiran tiran requested a review from a team as a code owner January 7, 2022 15:18
Copy link

@tomato42 tomato42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did check if the property flags are used correctly, they are, so it should work fine in real FIPS mode with a real FIPS module
didn't really review any other part

@bedevere-bot
Copy link

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

And if you don't make the requested changes, you will be put in the comfy chair!

@tiran
Copy link
Member Author

tiran commented Jan 8, 2022

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@gpshead: please review the changes made to this pull request.

@bedevere-bot bedevere-bot requested a review from gpshead January 8, 2022 13:15
Copy link
Member

@gpshead gpshead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall good, though you've got a leftover debugging #if 1 in the code...

@tiran tiran added the needs backport to 3.9 only security fixes label Jan 9, 2022
@tiran tiran added the needs backport to 3.10 only security fixes label Jan 9, 2022
@tiran tiran requested a review from gpshead January 11, 2022 10:52
@tiran tiran changed the title bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) Jan 13, 2022
@tiran tiran merged commit 443b308 into python:main Jan 13, 2022
@tiran tiran deleted the bpo-40479-hashlib300-fips branch January 13, 2022 08:46
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 13, 2022
…30455)

(cherry picked from commit 443b308)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Contributor

Sorry, @tiran, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 443b308fee088e21bbf472c376c5c9e3648f916c 3.9

@bedevere-bot
Copy link

GH-30573 is a backport of this pull request to the 3.10 branch.

tiran added a commit to tiran/cpython that referenced this pull request Jan 13, 2022
…honGH-30455).

(cherry picked from commit 443b308)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

GH-30574 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jan 13, 2022
tiran added a commit that referenced this pull request Jan 13, 2022
…30455) (GH-30574)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.9 has failed when building commit 4ddd5da.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/382/builds/411) and take a look at the build logs.
  4. Check if the failure is related to this commit (4ddd5da) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/382/builds/411

Failed tests:

  • test___all__
  • test_smtplib
  • test_threading
  • test_logging
  • test_compileall
  • test_lib2to3
  • test_hashlib
  • test_uuid
  • test_venv
  • test_concurrent_futures
  • test_multiprocessing_forkserver
  • test_regrtest
  • test_multiprocessing_main_handling

Failed subtests:

  • test_encoding_cyrillic_unicode - test.test_logging.EncodingTest
  • test_directory_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_basic_script - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_nested_inherited - test.test_logging.BuiltinLevelsTest
  • test_config0_ok - test.test_logging.ConfigFileTest
  • test_filter - test.test_logging.BasicFilterTest
  • test_config5_ok - test.test_logging.ConfigDictTest
  • test_directory - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_logger_disabling - test.test_logging.ConfigFileTest
  • test_last_resort - test.test_logging.LastResortTest
  • test_config_9_ok - test.test_logging.ConfigDictTest
  • test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_list_cases - test.test_regrtest.ArgsTestCase
  • test_config3_failure - test.test_logging.ConfigFileTest
  • test_builtin_handlers - test.test_logging.HandlerTest
  • test_config2_failure - test.test_logging.ConfigFileTest
  • test_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_config1_ok - test.test_logging.ConfigDictTest
  • test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_logger_filter - test.test_logging.CustomLevelsAndFiltersTest
  • test_package_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_module_in_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_list_tests - test.test_regrtest.ArgsTestCase
  • test_race - test.test_logging.HandlerTest
  • test_module_in_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_empty_filter - test.test_logging.BasicFilterTest
  • test_config_8_ok - test.test_logging.ConfigDictTest
  • test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
  • test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_auth_function - test.test_smtplib.SMTPSimTests
  • test_config4_ok - test.test_logging.ConfigFileTest
  • test_basic_script - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_delay - test.test_logging.FileHandlerTest
  • test_config14_ok - test.test_logging.ConfigDictTest
  • test_config_set_handler_names - test.test_logging.ConfigFileTest
  • test_directory_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_uuid3 - test.test_uuid.TestUUIDWithoutExtModule
  • test_directory - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_listen_config_1_ok - test.test_logging.ConfigDictTest
  • test_package_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_ipython_workaround - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_config13_failure - test.test_logging.ConfigDictTest
  • test_config2a_failure - test.test_logging.ConfigDictTest
  • test_out_of_order - test.test_logging.ConfigDictTest
  • test_custom_formatter_class_with_validate2_with_wrong_fmt - test.test_logging.ConfigDictTest
  • test_4_daemon_threads - test.test_threading.ThreadJoinOnShutdown
  • test_all - test.test___all__.AllTest
  • test_custom_formatter_class_with_validate3 - test.test_logging.ConfigDictTest
  • test_baseconfig - test.test_logging.ConfigDictTest
  • test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_with_pip - test.test_venv.EnsurePipTest
  • test_config0_ok - test.test_logging.ConfigDictTest
  • test_done_callback_raises_already_succeeded - test.test_concurrent_futures.FutureTests
  • test_has_handlers - test.test_logging.LoggerAdapterTest
  • test_package - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_output - test.test_logging.HTTPHandlerTest
  • test_script_compiled - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_formatting - test.test_logging.ExceptionTest
  • test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch
  • test_cancel_futures_wait_false - test.test_concurrent_futures.ThreadPoolShutdownTest
  • test_uuid3 - test.test_uuid.TestUUIDWithExtModule
  • test_config6_failure - test.test_logging.ConfigDictTest
  • test_package - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_config3_failure - test.test_logging.ConfigDictTest
  • test_done_callback_raises - test.test_concurrent_futures.FutureTests
  • test_listen_config_10_ok - test.test_logging.ConfigDictTest
  • test_optional - test.test_logging.LogRecordTest
  • test_config2_failure - test.test_logging.ConfigDictTest
  • test_basic_script_no_suffix - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_interpreter_shutdown - test.test_concurrent_futures.ThreadPoolShutdownTest
  • test_directory_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_custom_formatter_class_with_validate - test.test_logging.ConfigDictTest
  • test_ipython_workaround - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_directory - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_name - test.test_logging.HandlerTest
  • test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_str_rep - test.test_logging.LogRecordTest
  • test_flat - test.test_logging.BuiltinLevelsTest
  • test_config7_ok - test.test_logging.ConfigFileTest
  • test_preload_resources - test.test_multiprocessing_forkserver.TestStartMethod
  • test_config4a_ok - test.test_logging.ConfigDictTest
  • test_workers - test.test_compileall.CommandLineTestsWithSourceEpoch
  • test_module_in_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_nested_explicit - test.test_logging.BuiltinLevelsTest
  • test_config4_ok - test.test_logging.ConfigDictTest
  • test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_callable_filter - test.test_logging.BasicFilterTest
  • test_config5_ok - test.test_logging.ConfigFileTest
  • test_post_fork_child_no_deadlock - test.test_logging.HandlerTest
  • test_finalization_shutdown - test.test_threading.ThreadTests
  • test_config15_ok - test.test_logging.ConfigDictTest
  • test_handler_filter - test.test_logging.CustomLevelsAndFiltersTest
  • test_basic_script - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_config1_ok - test.test_logging.ConfigFileTest
  • test_config12_failure - test.test_logging.ConfigDictTest
  • test_zipfile_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_config_10_ok - test.test_logging.ConfigDictTest
  • test_config6_ok - test.test_logging.ConfigFileTest
  • test_basic_script_no_suffix - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_logrecord_class - test.test_logging.LogRecordFactoryTest
  • test_multiprocessing - test.test_logging.LogRecordTest
  • test_script_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_specific_filters - test.test_logging.CustomLevelsAndFiltersTest
  • test_config11_ok - test.test_logging.ConfigDictTest
  • test_config0_using_cp_ok - test.test_logging.ConfigFileTest
  • test_dict_arg - test.test_logging.LogRecordTest
  • test_out_of_order_with_dollar_style - test.test_logging.ConfigDictTest
  • test_module_in_package_in_zipfile - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
  • test_nested_with_virtual_parent - test.test_logging.BuiltinLevelsTest
  • test_listen_verify - test.test_logging.ConfigDictTest
  • test_output - test.test_logging.DatagramHandlerTest
  • test_encoding_plain_file - test.test_logging.EncodingTest
  • test_module_in_subpackage_in_zipfile - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_namedtuple - test.test_logging.ConfigDictTest
  • test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
  • test_config8_ok - test.test_logging.ConfigFileTest
  • test_package_compiled - test.test_multiprocessing_main_handling.ForkServerCmdLineTest
  • test_child_loggers - test.test_logging.ChildLoggerTest
  • test_custom_formatter_function_with_validate - test.test_logging.ConfigDictTest
  • test_package - test.test_multiprocessing_main_handling.ForkCmdLineTest
  • test_config_8a_ok - test.test_logging.ConfigDictTest
  • test_output - test.test_logging.IPv6SysLogHandlerTest
  • test_zipfile_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_config2b_failure - test.test_logging.ConfigDictTest
  • test_script_compiled - test.test_multiprocessing_main_handling.SpawnCmdLineTest
  • test_issue27935 - test.test_logging.BuiltinLevelsTest
  • test_defaults_do_no_interpolation - test.test_logging.ConfigFileTest
  • test_custom_formatter_class_with_validate2 - test.test_logging.ConfigDictTest
  • test_config7_ok - test.test_logging.ConfigDictTest

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

401 tests OK.

10 slowest tests:

  • test_gdb: 6 min 40 sec
  • test_concurrent_futures: 3 min 35 sec
  • test_capi: 2 min 25 sec
  • test_multiprocessing_spawn: 1 min 45 sec
  • test_peg_generator: 1 min 41 sec
  • test_asyncio: 1 min 30 sec
  • test_tokenize: 1 min 22 sec
  • test_multiprocessing_forkserver: 1 min 17 sec
  • test_unparse: 1 min 10 sec
  • test_multiprocessing_fork: 1 min 5 sec

12 tests failed:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_smtplib
test_threading test_uuid 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

13 re-run tests:
test___all__ test_compileall test_concurrent_futures test_hashlib
test_lib2to3 test_logging test_multiprocessing_forkserver
test_multiprocessing_main_handling test_regrtest test_smtplib
test_threading test_uuid test_venv

Total duration: 10 min 36 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 543, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 491, in do_test_with_pip
    self.fail(msg.format(exc, details))
AssertionError: Command '['/tmp/tmpzczu0u_z/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 210, in run_module
    return _run_module_code(code, init_globals, run_name, mod_spec)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 97, in _run_module_code
    _run_code(code, mod_globals, init_globals,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/__main__.py", line 29, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/main.py", line 9, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/autocompletion.py", line 10, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/main_parser.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/cmdoptions.py", line 23, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/parser.py", line 12, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/configuration.py", line 21, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_internal/exceptions.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/requests/__init__.py", line 43, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/__init__.py", line 13, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/connectionpool.py", line 11, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/connection.py", line 15, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/util/__init__.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/util/ssl_.py", line 8, in <module>
ImportError: cannot import name 'md5' from 'hashlib' (/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py)
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__main__.py", line 5, in <module>
    sys.exit(ensurepip._main())
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 206, in _main
    return _bootstrap(
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 125, in _bootstrap
    return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 34, in _run_pip
    return subprocess.run([sys.executable, "-c", code], check=True).returncode
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmpfib542yj/bin/python', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmpu78s7pa3/setuptools-58.1.0-py3-none-any.whl\', \'/tmp/tmpu78s7pa3/pip-21.2.4-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmpu78s7pa3\', \'--upgrade\', \'setuptools\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 279, in test_package_compiled
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[7220 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/../Lib/random.py", line 61, in <module>
    from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 235, in test_zipfile_compiled
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 1800, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
    self.assertIn(
AssertionError: "Output in '/tmp/tmp648u57t7/python3_project' will mirror the input directory '/tmp/tmp648u57t7/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 201, in test_script_compiled
    self._check_script(pyc_file)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_compileall.py", line 799, in test_workers
    self.assertRunOK(self.directory, '-j', '0')
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_compileall.py", line 490, in assertRunOK
    self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash md5 was not foun[1473 chars]d5\n'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test___all__.py", line 42, in check_all
    self.fail("__all__ failure in {}: {}: {}".format(
AssertionError: __all__ failure in hashlib: AttributeError: module 'hashlib' has no attribute 'md5'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
    f(usedforsecurity=False)
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/lib2to3/tests/test_main.py", line 89, in test_filename_changing_on_output_single_dir
    self.assertIn(
AssertionError: "Output in '/tmp/tmpmahmi13q/python3_project' will mirror the input directory '/tmp/tmpmahmi13q/python2_project' layout" not found in 'WARNING: --write-unchanged-files/-W implies -w.\n'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 250, in test_module_in_package_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_regrtest.py", line 955, in test_list_cases
    self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash md5 was not foun[1531 chars]od2'] != ['test_regrtest_noop9.Tests.test_method1', [36 chars]od2']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 189, in test_ipython_workaround
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/libregrtest/runtest.py", line 326, in _runtest_inner
    refleak = _runtest_inner2(ns, test_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/libregrtest/runtest.py", line 288, in _runtest_inner2
    test_runner()
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/libregrtest/runtest.py", line 258, in _test_module
    tests = loader.loadTestsFromModule(the_module)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/loader.py", line 124, in loadTestsFromModule
    tests.append(self.loadTestsFromTestCase(obj))
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/loader.py", line 93, in loadTestsFromTestCase
    loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/suite.py", line 24, in __init__
    self.addTests(tests)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/suite.py", line 57, in addTests
    for test in tests:
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_hashlib.py", line 137, in __init__
    constructors.add(getattr(hashlib, algorithm))
AttributeError: module 'hashlib' has no attribute 'md5'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_py_compile.py", line 32, in wrapper
    return fxn(*args, **kwargs)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_compileall.py", line 799, in test_workers
    self.assertRunOK(self.directory, '-j', '0')
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_compileall.py", line 490, in assertRunOK
    self.assertEqual(b'', err)
AssertionError: b'' != b'ERROR:root:code for hash md5 was not foun[1473 chars]d5\n'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 483, in test_cancel_futures_wait_false
    self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\n' is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/../Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/../Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/../Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
    from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 279, in test_package_compiled
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-9' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>>
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>>


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
    from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 309, in test_interpreter_shutdown
    self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\n' is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1308, 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.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 218, in test_directory_compiled
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[7220 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 5106, 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.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 189, in test_ipython_workaround
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 266, in test_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 218, in test_directory_compiled
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 208, in test_directory
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 3491, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_regrtest.py", line 955, in test_list_cases
    self.assertEqual(output.splitlines(), all_methods)
AssertionError: Lists differ: ['ERROR:root:code for hash md5 was not foun[1531 chars]od2'] != ['test_regrtest_noop1.Tests.test_method1', [36 chars]od2']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 201, in test_script_compiled
    self._check_script(pyc_file)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 309, in test_interpreter_shutdown
    self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\nERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\n' is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 226, in test_zipfile
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 226, in test_zipfile
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 178, in test_basic_script_no_suffix
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 543, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 491, in do_test_with_pip
    self.fail(msg.format(exc, details))
AssertionError: Command '['/tmp/tmpfib542yj/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 1966, in setUp
    super(IPv6SysLogHandlerTest, self).setUp()
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 1881, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f459eef3320 state=finished returned int>
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
    callback(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1296, in raising_fn
    raise Exception('doh!')
Exception: doh!
ERROR:concurrent.futures:exception calling callback for <Future at 0x7f459ef1d870 state=finished returned int>
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
    fn(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1346, in raising_fn
    raise Exception('doh!')
Exception: doh!
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
    from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/concurrent/futures/_base.py", line 414, in add_done_callback
    fn(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1346, in raising_fn
    raise Exception('doh!')
Exception: doh!


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 235, in test_zipfile_compiled
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
CRITICAL:root:critical test! <RecordingHandler (NOTSET)>
ERROR:root:testing exception: <RecordingHandler (NOTSET)>
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 4726, in test_exception
    1 / 0
ZeroDivisionError: division by zero
ERROR:root:exc_info test
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 4741, in test_exception_excinfo
    1 / 0
ZeroDivisionError: division by zero
Warning -- logging._handlerList was modified by test_logging


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 235, in test_zipfile_compiled
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[8673 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 178, in test_basic_script_no_suffix
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/concurrent/futures/_base.py", line 330, in _invoke_callbacks
    callback(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1296, in raising_fn
    raise Exception('doh!')
Exception: doh!


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 483, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 77, in run_with_capture
    func(*args, **kwargs)
subprocess.CalledProcessError: Command '['/tmp/tmpzczu0u_z/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 218, in test_directory_compiled
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 208, in test_directory
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[5767 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
    f(usedforsecurity=False)
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 256, in test_module_in_subpackage_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_smtplib.py", line 1192, in test_auth_function
    hashlib.md5()
AttributeError: module 'hashlib' has no attribute 'md5'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
Warning -- logging._handlerList was modified by test_lib2to3
/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
  __import__(name)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
    from _sha512 import sha512 as _sha512
ModuleNotFoundError: No module named '_sha512'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 266, in test_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 208, in test_directory
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 279, in test_package_compiled
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 266, in test_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 244, in test_module_in_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 244, in test_module_in_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 226, in test_zipfile
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[7220 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
== CPython 3.9.9+ (heads/3.9-dirty:4ddd5da269, Jan 13 2022, 05:36:34) [GCC 8.5.0 20210514 (Red Hat 8.5.0-4)]
== Linux-4.18.0-348.2.1.el8_5.x86_64-x86_64-with-glibc2.28 little-endian
== cwd: /home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/build/test_python_620086æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Using random seed 5424678


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 1355, 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.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 210, in run_module
    return _run_module_code(code, init_globals, run_name, mod_spec)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 97, in _run_module_code
    _run_code(code, mod_globals, init_globals,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/__main__.py", line 29, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/main.py", line 9, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/autocompletion.py", line 10, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/main_parser.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/cmdoptions.py", line 23, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/cli/parser.py", line 12, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/configuration.py", line 21, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_internal/exceptions.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/requests/__init__.py", line 43, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/__init__.py", line 13, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/connectionpool.py", line 11, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/connection.py", line 15, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/util/__init__.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl/pip/_vendor/urllib3/util/ssl_.py", line 8, in <module>
ImportError: cannot import name 'md5' from 'hashlib' (/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py)
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__main__.py", line 5, in <module>
    sys.exit(ensurepip._main())
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 206, in _main
    return _bootstrap(
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 125, in _bootstrap
    return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/ensurepip/__init__.py", line 34, in _run_pip
    return subprocess.run([sys.executable, "-c", code], check=True).returncode
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmpzczu0u_z/bin/python', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmpbiij169g/setuptools-58.1.0-py3-none-any.whl\', \'/tmp/tmpbiij169g/pip-21.2.4-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmpbiij169g\', \'--upgrade\', \'setuptools\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 201, in test_script_compiled
    self._check_script(pyc_file)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 172, in test_basic_script
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[8673 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
    return __get_builtin_constructor(name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
WARNING:asyncio:Unknown child process pid 635939, will report returncode 255
WARNING:asyncio:Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 635939 is closed


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_threading.py", line 646, in test_finalization_shutdown
    self.assertEqual(err, b"")
AssertionError: b'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != b''


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 172, in test_basic_script
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 250, in test_module_in_package_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_regrtest.py", line 935, in test_list_tests
    self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash md5 was not foun[1567 chars]p14'] != ['test_regrtest_noop10', 'test_regrtest_noo[72 chars]p14']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 483, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_venv.py", line 77, in run_with_capture
    func(*args, **kwargs)
subprocess.CalledProcessError: Command '['/tmp/tmpfib542yj/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_uuid.py", line 595, in test_uuid3
    for u, v in [(self.uuid.uuid3(self.uuid.NAMESPACE_DNS, 'python.org'),
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/uuid.py", line 706, in uuid3
    from hashlib import md5
ImportError: cannot import name 'md5' from 'hashlib' (/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 172, in test_basic_script
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test___all__.py", line 39, in check_all
    exec("from %s import *" % modname, names)
AttributeError: module 'hashlib' has no attribute 'md5'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_regrtest.py", line 935, in test_list_tests
    self.assertEqual(output.rstrip().splitlines(),
AssertionError: Lists differ: ['ERROR:root:code for hash md5 was not foun[1562 chars]op6'] != ['test_regrtest_noop2', 'test_regrtest_noop[67 chars]op6']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 218, in test_directory_compiled
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 189, in test_ipython_workaround
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 1978, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_threading.py", line 971, in test_4_daemon_threads
    self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\n' is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 4775, in test_has_handlers
    self.assertFalse(self.logger.hasHandlers())
AssertionError: True is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 226, in test_zipfile
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 256, in test_module_in_subpackage_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_concurrent_futures.py", line 386, in test_hang_issue39205
    self.assertFalse(err)
AssertionError: b'ERROR:root:code for hash md5 was not found.\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>\n    from _sha512 import sha512 as _sha512\nModuleNotFoundError: No module named \'_sha512\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor\n    f(usedforsecurity=False)\nValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>\n    globals()[__func_name] = __get_hash(__func_name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor\n    return __get_builtin_constructor(name)\n  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor\n    raise ValueError(\'unsupported hash type \' + name)\nValueError: unsupported hash type md5\n' is not false


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 279, in test_package_compiled
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 172, in test_basic_script
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 5030, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 208, in test_directory
    self._check_script(script_dir)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[7220 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 256, in test_module_in_subpackage_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[1408 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 235, in test_zipfile_compiled
    self._check_script(zip_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 250, in test_module_in_package_in_zipfile
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 455, in setUp
    BaseTest.setUp(self)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_logging.py", line 114, in setUp
    raise AssertionError('Unexpected handlers: %s' % hlist)
AssertionError: Unexpected handlers: [<StreamHandler <stderr> (NOTSET)>]


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 178, in test_basic_script_no_suffix
    self._check_script(script_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[2861 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/build_oot/../Lib/hashlib.py", line 137, in __get_openssl_constructor
    f(usedforsecurity=False)
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 244, in test_module_in_package
    self._check_script(launch_name)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    self._check_output(script_name, rc, out, err)
  File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_multiprocessing_main_handling.py", line 158, in _check_output
    self.assertEqual(err.decode('utf-8'), '')
AssertionError: 'ERROR:root:code for hash md5 was not foun[4314 chars]d5\n' != ''
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5
- ERROR:root:code for hash md5 was not found.
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/random.py", line 61, in <module>
-     from _sha512 import sha512 as _sha512
- ModuleNotFoundError: No module named '_sha512'
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 137, in __get_openssl_constructor
-     f(usedforsecurity=False)
- ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
- 
- During handling of the above exception, another exception occurred:
- 
- Traceback (most recent call last):
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 254, in <module>
-     globals()[__func_name] = __get_hash(__func_name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 141, in __get_openssl_constructor
-     return __get_builtin_constructor(name)
-   File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hashlib.py", line 123, in __get_builtin_constructor
-     raise ValueError('unsupported hash type ' + name)
- ValueError: unsupported hash type md5

@pablogsal
Copy link
Member

@tiran This stable buildbot started to fail with this PR. Can you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants