Created
July 30, 2020 14:45
-
-
Save kimberlythegeek/97ad719b0e8a0fa15c0710e5c08313dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ ./mach raptor -t raptor-tp6-wikipedia-firefox --post-startup-delay 1 --no-conditioned-profile | |
| ERROR:root:code for hash md5 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type md5 | |
| ERROR:root:code for hash sha1 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type sha1 | |
| ERROR:root:code for hash sha224 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type sha224 | |
| ERROR:root:code for hash sha256 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type sha256 | |
| ERROR:root:code for hash sha384 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type sha384 | |
| ERROR:root:code for hash sha512 was not found. | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> | |
| globals()[__func_name] = __get_hash(__func_name) | |
| File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor | |
| raise ValueError('unsupported hash type ' + name) | |
| ValueError: unsupported hash type sha512 | |
| Traceback (most recent call last): | |
| File "./mach", line 214, in <module> | |
| main(sys.argv[1:]) | |
| File "./mach", line 206, in main | |
| mach = get_mach() | |
| File "./mach", line 196, in get_mach | |
| mach = check_and_get_mach(dir_path) | |
| File "./mach", line 152, in check_and_get_mach | |
| return load_mach(dir_path, mach_path) | |
| File "./mach", line 140, in load_mach | |
| return mach_bootstrap.bootstrap(dir_path) | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 204, in bootstrap | |
| import mach.main | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/python/mach/mach/main.py", line 39, in <module> | |
| from .sentry import register_sentry, NoopErrorReporter | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/python/mach/mach/sentry.py", line 11, in <module> | |
| import sentry_sdk | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/sentry-sdk/sentry_sdk/__init__.py", line 1, in <module> | |
| from sentry_sdk.hub import Hub, init | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/sentry-sdk/sentry_sdk/hub.py", line 10, in <module> | |
| from sentry_sdk.client import Client | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/sentry-sdk/sentry_sdk/client.py", line 17, in <module> | |
| from sentry_sdk.transport import make_transport | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/sentry-sdk/sentry_sdk/transport.py", line 5, in <module> | |
| import urllib3 # type: ignore | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/urllib3/src/urllib3/__init__.py", line 7, in <module> | |
| from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/urllib3/src/urllib3/connectionpool.py", line 29, in <module> | |
| from .connection import ( | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/urllib3/src/urllib3/connection.py", line 41, in <module> | |
| from .util.ssl_ import ( | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/urllib3/src/urllib3/util/__init__.py", line 7, in <module> | |
| from .ssl_ import ( | |
| File "/Users/ksereduck/Workspace/mozilla-central/build/mach_bootstrap.py", line 472, in __call__ | |
| module = self._original_import(name, globals, locals, fromlist, level) | |
| File "/Users/ksereduck/Workspace/mozilla-central/third_party/python/urllib3/src/urllib3/util/ssl_.py", line 8, in <module> | |
| from hashlib import md5, sha1, sha256 | |
| ImportError: cannot import name md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment