bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)#30455
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)#30455tiran merged 10 commits into
Conversation
tomato42
left a comment
There was a problem hiding this comment.
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
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: And if you don't make the requested changes, you will be put in the comfy chair! |
Sorry, something went wrong.
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @gpshead: please review the changes made to this pull request. |
Sorry, something went wrong.
gpshead
left a comment
There was a problem hiding this comment.
overall good, though you've got a leftover debugging #if 1 in the code...
Sorry, something went wrong.
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, something went wrong.
|
Sorry, @tiran, I could not cleanly backport this to |
Sorry, something went wrong.
⚠️⚠️⚠️ 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:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/382/builds/411 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Tests result: FAILURE then FAILURE == 401 tests OK. 10 slowest tests:
12 tests failed: 12 tests skipped: 13 re-run tests: Total duration: 10 min 36 sec Click to see traceback logsTraceback (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
|
Sorry, something went wrong.
|
@tiran This stable buildbot started to fail with this PR. Can you take a look? |
Sorry, something went wrong.
https://bugs.python.org/issue40479