Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [2202e] {translation-task
  2. starting build_cffi_imports
  3. Traceback (most recent call last):
  4. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 161, in <module>
  5. import _hashlib
  6. File "/Users/yannick/pypy/lib_pypy/_hashlib/__init__.py", line 3, in <module>
  7. from _pypy_openssl import ffi, lib
  8. ModuleNotFoundError: No module named '_pypy_openssl'
  9. /Users/yannick/pypy/lib-python/3/hashlib.py:175: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named '_pypy_openssl')
  10. RuntimeWarning)
  11. ERROR:root:code for hash sha3_224 was not found.
  12. Traceback (most recent call last):
  13. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  14. globals()[__func_name] = __get_hash(__func_name)
  15. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  16. raise ValueError('unsupported hash type ' + name)
  17. ValueError: unsupported hash type sha3_224
  18. ERROR:root:code for hash sha3_256 was not found.
  19. Traceback (most recent call last):
  20. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  21. globals()[__func_name] = __get_hash(__func_name)
  22. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  23. raise ValueError('unsupported hash type ' + name)
  24. ValueError: unsupported hash type sha3_256
  25. ERROR:root:code for hash sha3_384 was not found.
  26. Traceback (most recent call last):
  27. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  28. globals()[__func_name] = __get_hash(__func_name)
  29. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  30. raise ValueError('unsupported hash type ' + name)
  31. ValueError: unsupported hash type sha3_384
  32. ERROR:root:code for hash sha3_512 was not found.
  33. Traceback (most recent call last):
  34. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  35. globals()[__func_name] = __get_hash(__func_name)
  36. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  37. raise ValueError('unsupported hash type ' + name)
  38. ValueError: unsupported hash type sha3_512
  39. ERROR:root:code for hash shake_128 was not found.
  40. Traceback (most recent call last):
  41. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  42. globals()[__func_name] = __get_hash(__func_name)
  43. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  44. raise ValueError('unsupported hash type ' + name)
  45. ValueError: unsupported hash type shake_128
  46. ERROR:root:code for hash shake_256 was not found.
  47. Traceback (most recent call last):
  48. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  49. globals()[__func_name] = __get_hash(__func_name)
  50. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  51. raise ValueError('unsupported hash type ' + name)
  52. ValueError: unsupported hash type shake_256
  53. * _blake2 already built
  54. * _ssl_build.py
  55. fetching archive https://www.openssl.org/source/openssl-1.1.1c.tar.gz
  56. Traceback (most recent call last):
  57. File "/Users/yannick/pypy/pypy/../lib_pypy/tools/build_cffi_imports.py", line 259, in <module>
  58. rebuild=args.rebuild)
  59. File "/Users/yannick/pypy/pypy/../lib_pypy/tools/build_cffi_imports.py", line 184, in create_cffi_import_libraries
  60. status, stdout, stderr = _build_dependency(key)
  61. File "/Users/yannick/pypy/pypy/../lib_pypy/tools/build_cffi_imports.py", line 118, in _build_dependency
  62. urlretrieve(url, archive)
  63. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 248, in urlretrieve
  64. with contextlib.closing(urlopen(url, data)) as fp:
  65. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 223, in urlopen
  66. return opener.open(url, data, timeout)
  67. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 526, in open
  68. response = self._open(req, data)
  69. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 549, in _open
  70. 'unknown_open', req)
  71. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 504, in _call_chain
  72. result = func(*args)
  73. File "/Users/yannick/pypy/lib-python/3/urllib/request.py", line 1388, in unknown_open
  74. raise URLError('unknown url type: %s' % type)
  75. urllib.error.URLError: <urlopen error unknown url type: https>
  76. [2202e] translation-task}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement