la suite
root@4004ade67ddb:/opt/domoticz# python3 -m pip install cffi
Code : Tout sélectionner
Collecting cffi
Using cached cffi-1.16.0-cp39-cp39-linux_armv7l.whl
Collecting pycparser (from cffi)
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, cffi
Successfully installed cffi-1.16.0 pycparser-2.21
root@4004ade67ddb:/opt/domoticz# python3 -m pip install cryptography==3.4.8
Code : Tout sélectionner
Collecting cryptography==3.4.8
Using cached cryptography-3.4.8.tar.gz (546 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.4.8) (1.16.0)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography==3.4.8) (2.21)
Building wheels for collected packages: cryptography
Building wheel for cryptography (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for cryptography (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [608 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-cpython-39
creating build/lib.linux-armv7l-cpython-39/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-cpython-39/cryptography
copying src/cryptography/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography
copying src/cryptography/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography
copying src/cryptography/__about__.py -> build/lib.linux-armv7l-cpython-39/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-armv7l-cpython-39/cryptography
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
copying src/cryptography/hazmat/_der.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
copying src/cryptography/hazmat/_types.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
creating build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'mypy.ini'
warning: no previously-included files matching '*' found under directory '.zuul.d'
warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
adding license file 'LICENSE.PSF'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
copying src/cryptography/py.typed -> build/lib.linux-armv7l-cpython-39/cryptography
running build_ext
generating cffi module 'build/temp.linux-armv7l-cpython-39/_padding.c'
creating build/temp.linux-armv7l-cpython-39
generating cffi module 'build/temp.linux-armv7l-cpython-39/_openssl.c'
building '_openssl' extension
creating build/temp.linux-armv7l-cpython-39/build
creating build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39
arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.9 -c build/temp.linux-armv7l-cpython-39/_openssl.c -o build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_openssl.o -Wconversion -Wno-error=sign-conversion
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘Cryptography_pem_password_cb’:
build/temp.linux-armv7l-cpython-39/_openssl.c:2386:37: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
2386 | memcpy(buf, st->password, st->length);
| ~~^~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’:
build/temp.linux-armv7l-cpython-39/_openssl.c:9133:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
9133 | return ASN1_STRING_data(x0);
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’:
build/temp.linux-armv7l-cpython-39/_openssl.c:9156:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
9156 | { result = ASN1_STRING_data(x0); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’:
build/temp.linux-armv7l-cpython-39/_openssl.c:10325:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
10325 | return BIO_s_datagram();
| ^~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’:
build/temp.linux-armv7l-cpython-39/_openssl.c:10336:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
10336 | { result = BIO_s_datagram(); }
| ^
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_BIO_s_mem’:
build/temp.linux-armv7l-cpython-39/_openssl.c:10351:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
10351 | return BIO_s_mem();
| ^~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_BIO_s_mem’:
build/temp.linux-armv7l-cpython-39/_openssl.c:10362:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
10362 | { result = BIO_s_mem(); }
| ^
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15467:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
15467 | return DTLSv1_client_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1907:1: note: declared here
1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15478:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
15478 | { result = DTLSv1_client_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1907:1: note: declared here
1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15531:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
15531 | return DTLSv1_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1905:1: note: declared here
1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15542:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
15542 | { result = DTLSv1_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1905:1: note: declared here
1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15557:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
15557 | return DTLSv1_server_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1906:1: note: declared here
1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:15568:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
15568 | { result = DTLSv1_server_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1906:1: note: declared here
1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’:
build/temp.linux-armv7l-cpython-39/_openssl.c:26207:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
26207 | return OCSP_resp_get0_certs(x0);
| ^~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’:
build/temp.linux-armv7l-cpython-39/_openssl.c:26230:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
26230 | { result = OCSP_resp_get0_certs(x0); }
| ^
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_OPENSSL_config’:
build/temp.linux-armv7l-cpython-39/_openssl.c:26695:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
26695 | OPENSSL_config(x0);
| ^~~~~~~~~~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_OPENSSL_config’:
build/temp.linux-armv7l-cpython-39/_openssl.c:26716:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
26716 | { OPENSSL_config(x0); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’:
build/temp.linux-armv7l-cpython-39/_openssl.c:31586:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
31586 | return SSL_CTX_add_extra_chain_cert(x0, x1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’:
build/temp.linux-armv7l-cpython-39/_openssl.c:31624:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
31624 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:31765:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
31765 | return SSL_CTX_clear_mode(x0, x1);
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:31765:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:31798:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
31798 | { result = SSL_CTX_clear_mode(x0, x1); }
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:31798:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:32254:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
32254 | return SSL_CTX_get_mode(x0);
| ^~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:32277:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
32277 | { result = SSL_CTX_get_mode(x0); }
| ^~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:32368:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
32368 | return SSL_CTX_get_session_cache_mode(x0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:32391:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
32391 | { result = SSL_CTX_get_session_cache_mode(x0); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34093:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
34093 | return SSL_CTX_set_mode(x0, x1);
| ^~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:34093:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34126:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
34126 | { result = SSL_CTX_set_mode(x0, x1); }
| ^~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:34126:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
In file included from build/temp.linux-armv7l-cpython-39/_openssl.c:815:
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34375:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
34375 | return SSL_CTX_set_session_cache_mode(x0, x1);
| ^~
build/temp.linux-armv7l-cpython-39/_openssl.c:34375:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34375 | return SSL_CTX_set_session_cache_mode(x0, x1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from build/temp.linux-armv7l-cpython-39/_openssl.c:815:
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34408:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
34408 | { result = SSL_CTX_set_session_cache_mode(x0, x1); }
| ^~
build/temp.linux-armv7l-cpython-39/_openssl.c:34408:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34408 | { result = SSL_CTX_set_session_cache_mode(x0, x1); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34781:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34781 | return SSL_CTX_set_tmp_dh(x0, x1);
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34819:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34819 | { result = SSL_CTX_set_tmp_dh(x0, x1); }
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34834:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34834 | return SSL_CTX_set_tmp_ecdh(x0, x1);
| ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’:
build/temp.linux-armv7l-cpython-39/_openssl.c:34872:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
34872 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
| ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’:
build/temp.linux-armv7l-cpython-39/_openssl.c:35501:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
35501 | return SSL_SESSION_get_ticket_lifetime_hint(x0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’:
build/temp.linux-armv7l-cpython-39/_openssl.c:35524:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
35524 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:35712:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
35712 | return SSL_clear_mode(x0, x1);
| ^~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:35712:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:35745:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
35745 | { result = SSL_clear_mode(x0, x1); }
| ^~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:35745:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_get_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:36698:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
36698 | return SSL_get_mode(x0);
| ^~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_get_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:36721:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
36721 | { result = SSL_get_mode(x0); }
| ^~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_set_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:38512:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
38512 | return SSL_set_mode(x0, x1);
| ^~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:38512:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_set_mode’:
build/temp.linux-armv7l-cpython-39/_openssl.c:38545:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
38545 | { result = SSL_set_mode(x0, x1); }
| ^~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:38545:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39649:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
39649 | return TLSv1_1_client_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1895:1: note: declared here
1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39660:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
39660 | { result = TLSv1_1_client_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1895:1: note: declared here
1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39675:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
39675 | return TLSv1_1_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1893:1: note: declared here
1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39686:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
39686 | { result = TLSv1_1_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1893:1: note: declared here
1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39701:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
39701 | return TLSv1_1_server_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1894:1: note: declared here
1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39712:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
39712 | { result = TLSv1_1_server_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1894:1: note: declared here
1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39727:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
39727 | return TLSv1_2_client_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1901:1: note: declared here
1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39738:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
39738 | { result = TLSv1_2_client_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1901:1: note: declared here
1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39753:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
39753 | return TLSv1_2_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1899:1: note: declared here
1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39764:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
39764 | { result = TLSv1_2_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1899:1: note: declared here
1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39779:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
39779 | return TLSv1_2_server_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1900:1: note: declared here
1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39790:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
39790 | { result = TLSv1_2_server_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1900:1: note: declared here
1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39805:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
39805 | return TLSv1_client_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1889:1: note: declared here
1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39816:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
39816 | { result = TLSv1_client_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1889:1: note: declared here
1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39831:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
39831 | return TLSv1_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1887:1: note: declared here
1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39842:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
39842 | { result = TLSv1_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1887:1: note: declared here
1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39857:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
39857 | return TLSv1_server_method();
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1888:1: note: declared here
1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’:
build/temp.linux-armv7l-cpython-39/_openssl.c:39868:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
39868 | { result = TLSv1_server_method(); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/ssl.h:1888:1: note: declared here
1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’:
build/temp.linux-armv7l-cpython-39/_openssl.c:41169:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
41169 | return X509_CRL_get_lastUpdate(x0);
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/x509.h:730:1: note: declared here
730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’:
build/temp.linux-armv7l-cpython-39/_openssl.c:41192:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
41192 | { result = X509_CRL_get_lastUpdate(x0); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/x509.h:730:1: note: declared here
730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’:
build/temp.linux-armv7l-cpython-39/_openssl.c:41207:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
41207 | return X509_CRL_get_nextUpdate(x0);
| ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/x509.h:731:1: note: declared here
731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’:
build/temp.linux-armv7l-cpython-39/_openssl.c:41230:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
41230 | { result = X509_CRL_get_nextUpdate(x0); }
| ^
In file included from /usr/include/openssl/e_os2.h:13,
from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
/usr/include/openssl/x509.h:731:1: note: declared here
731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
| ^~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c: At top level:
build/temp.linux-armv7l-cpython-39/_openssl.c:777:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined [-Wunused-function]
777 | static void ERR_load_Cryptography_OSRandom_strings(void);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-armv7l-cpython-39/_openssl.c:778:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined [-Wunused-function]
778 | static void ERR_Cryptography_OSRandom_error(int function, int reason,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_openssl.o -L/usr/lib -lssl -lcrypto -lpthread -o build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_openssl.abi3.so
building '_padding' extension
arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.9 -c build/temp.linux-armv7l-cpython-39/_padding.c -o build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_padding.o
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_padding.o -L/usr/lib -o build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_padding.abi3.so
running build_rust
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation.html for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq.html
4) Ensure you have a recent Rust toolchain installed:
https://cryptography.io/en/latest/installation.html#rust
5) If you are experiencing issues with Rust for *this release only* you may
set the environment variable `CRYPTOGRAPHY_DONT_BUILD_RUST=1`.
=============================DEBUG ASSISTANCE=============================
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.41.0.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
j'ai aussi essayé ça
Code : Tout sélectionner
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
mais j'ai arrêté car ça installe plus que 1g de données donc pas dans l'idée de docker