-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Appears to be an issue with crypto callbacks. test_data_key_creation fails with:
[2020/09/01 15:19:13.631] Traceback (most recent call last): [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/test/test_mongocrypt.py", line 337, in test_data_key_creation [2020/09/01 15:19:13.631] key_alt_names=key_alt_names) [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/pymongocrypt/explicit_encrypter.py", line 112, in create_data_key [2020/09/01 15:19:13.631] with self.mongocrypt.data_key_context(kms_provider, opts) as ctx: [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/pymongocrypt/mongocrypt.py", line 228, in data_key_context [2020/09/01 15:19:13.631] return DataKeyContext(self._create_context(), kms_provider, opts) [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/pymongocrypt/mongocrypt.py", line 472, in __init__ [2020/09/01 15:19:13.631] self._raise_from_status() [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/pymongocrypt/mongocrypt.py", line 269, in _raise_from_status [2020/09/01 15:19:13.631] raise exc [2020/09/01 15:19:13.631] pymongocrypt.errors.MongoCryptError: Traceback (most recent call last): [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/pymongocrypt/crypto.py", line 53, in aes_256_cbc_encrypt [2020/09/01 15:19:13.631] backend=default_backend()) [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/.eggs/cryptography-2.9.2-py3.6-linux-x86_64.egg/cryptography/hazmat/backends/__init__.py", line 15, in default_backend [2020/09/01 15:19:13.631] from cryptography.hazmat.backends.openssl.backend import backend [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/.eggs/cryptography-2.9.2-py3.6-linux-x86_64.egg/cryptography/hazmat/backends/openssl/__init__.py", line 7, in <module> [2020/09/01 15:19:13.631] from cryptography.hazmat.backends.openssl.backend import backend [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/.eggs/cryptography-2.9.2-py3.6-linux-x86_64.egg/cryptography/hazmat/backends/openssl/backend.py", line 75, in <module> [2020/09/01 15:19:13.631] from cryptography.hazmat.bindings.openssl import binding [2020/09/01 15:19:13.631] File "/data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/.eggs/cryptography-2.9.2-py3.6-linux-x86_64.egg/cryptography/hazmat/bindings/openssl/binding.py", line 16, in <module> [2020/09/01 15:19:13.631] from cryptography.hazmat.bindings._openssl import ffi, lib [2020/09/01 15:19:13.631] ImportError: /data/mci/855bd8193a913e7481d4d37155d70e3f/libmongocrypt/bindings/python/.eggs/cryptography-2.9.2-py3.6-linux-x86_64.egg/cryptography/hazmat/bindings/_openssl.pypy3-71-x86_64-linux-gnu.so: undefined symbol: d2i_DHxparams
- is related to
-
PYTHON-2451 test-python PyPy tasks failing on RHEL 6.2 RuntimeError: You are linking against OpenSSL 1.0.1
- Closed