Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collecting cryptography
- Using cached https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz
- Requirement already satisfied: idna>=2.1 in ./.local/lib/python3.6/site-packages (from cryptography)
- Requirement already satisfied: asn1crypto>=0.21.0 in ./.local/lib/python3.6/site-packages (from cryptography)
- Requirement already satisfied: six>=1.4.1 in ./.local/lib/python3.6/site-packages (from cryptography)
- Requirement already satisfied: cffi>=1.7 in ./.local/lib/python3.6/site-packages (from cryptography)
- Requirement already satisfied: pycparser in ./.local/lib/python3.6/site-packages (from cffi>=1.7->cryptography)
- Installing collected packages: cryptography
- Running setup.py install for cryptography: started
- Running setup.py install for cryptography: finished with status 'error'
- Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-q9f15h0b/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-alkeg1nd-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
- running install
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/cryptography
- copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography
- copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography
- copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography
- copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography
- copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography
- creating build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat
- copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings
- copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
- copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
- copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
- creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
- 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 matching '*' found under directory 'vectors'
- writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
- running build_ext
- generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'
- creating build/temp.linux-x86_64-3.6
- generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'
- generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'
- building '_openssl' extension
- creating build/temp.linux-x86_64-3.6/build
- creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
- gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -g -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -g -fPIC -I/usr/include/python3.6m -c build/temp.linux-x86_64-3.6/_openssl.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion
- build/temp.linux-x86_64-3.6/_openssl.c: In function 'dev_urandom_read':
- build/temp.linux-x86_64-3.6/_openssl.c:1540:17: warning: conversion to 'int' from 'ssize_t {aka long int}' may alter its value [-Wconversion]
- size -= n;
- ^
- build/temp.linux-x86_64-3.6/_openssl.c: In function 'osrandom_rand_bytes':
- build/temp.linux-x86_64-3.6/_openssl.c:1732:21: warning: conversion to 'int' from 'long int' may alter its value [-Wconversion]
- size -= n;
- ^
- build/temp.linux-x86_64-3.6/_openssl.c: In function 'SSL_SESSION_get_master_key':
- build/temp.linux-x86_64-3.6/_openssl.c:2155:23: warning: conversion to 'size_t {aka long unsigned int}' from 'int' may change the sign of the result [-Wsign-conversion]
- return session->master_key_length;
- ~~~~~~~^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2157:18: warning: conversion to 'size_t {aka long unsigned int}' from 'int' may change the sign of the result [-Wsign-conversion]
- outlen = session->master_key_length;
- ^~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: At top level:
- build/temp.linux-x86_64-3.6/_openssl.c:2269:38: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- static const long SSL_OP_NO_DTLSv1 = NULL;
- ^~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2270:40: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- static const long SSL_OP_NO_DTLSv1_2 = NULL;
- ^~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2334:6: error: conflicting types for 'X509_get0_signature'
- void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
- ^~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/engine.h:96:0,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509.h:919:6: note: previous declaration of 'X509_get0_signature' was here
- void X509_get0_signature(const ASN1_BIT_STRING **psig,
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2472:7: error: 'X509_VERIFY_PARAM_set1_host' redeclared as different kind of symbol
- int (*X509_VERIFY_PARAM_set1_host)(X509_VERIFY_PARAM *, const char *,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:564:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_host' was here
- int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, const char *name,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2474:7: error: 'X509_VERIFY_PARAM_set1_email' redeclared as different kind of symbol
- int (*X509_VERIFY_PARAM_set1_email)(X509_VERIFY_PARAM *, const char *,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:571:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_email' was here
- int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2476:7: error: 'X509_VERIFY_PARAM_set1_ip' redeclared as different kind of symbol
- int (*X509_VERIFY_PARAM_set1_ip)(X509_VERIFY_PARAM *, const unsigned char *,
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:573:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_ip' was here
- int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, const unsigned char *ip,
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2478:7: error: 'X509_VERIFY_PARAM_set1_ip_asc' redeclared as different kind of symbol
- int (*X509_VERIFY_PARAM_set1_ip_asc)(X509_VERIFY_PARAM *, const char *) = NULL;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:575:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_ip_asc' was here
- int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, const char *ipasc);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2479:8: error: 'X509_VERIFY_PARAM_set_hostflags' redeclared as different kind of symbol
- void (*X509_VERIFY_PARAM_set_hostflags)(X509_VERIFY_PARAM *,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:568:6: note: previous declaration of 'X509_VERIFY_PARAM_set_hostflags' was here
- void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:2518:7: error: conflicting types for 'X509_OBJECT_get0_X509'
- X509 *X509_OBJECT_get0_X509(X509_OBJECT *x) {
- ^~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/openssl/x509.h:595:0,
- from /usr/include/openssl/engine.h:96,
- from build/temp.linux-x86_64-3.6/_openssl.c:572:
- /usr/include/openssl/x509_vfy.h:430:7: note: previous declaration of 'X509_OBJECT_get0_X509' was here
- X509 *X509_OBJECT_get0_X509(const X509_OBJECT *xo);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function 'init_mutexes':
- build/temp.linux-x86_64-3.6/_openssl.c:2607:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- for (i = 0; i < _ssl_locks_count; i++) {
- ^
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_setup_ssl_threads':
- build/temp.linux-x86_64-3.6/_openssl.c:2615:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
- _ssl_locks_count = CRYPTO_num_locks();
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function 'Cryptography_pem_password_cb':
- build/temp.linux-x86_64-3.6/_openssl.c:2648:35: warning: conversion to 'size_t {aka long unsigned int}' from 'int' may change the sign of the result [-Wsign-conversion]
- memcpy(buf, st->password, st->length);
- ^~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_DTLS_get_link_min_mtu':
- build/temp.linux-x86_64-3.6/_openssl.c:22451:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
- return DTLS_get_link_min_mtu(x0);
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_DTLS_get_link_min_mtu':
- build/temp.linux-x86_64-3.6/_openssl.c:22474:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- { result = DTLS_get_link_min_mtu(x0); }
- ^
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_DTLS_set_link_mtu':
- build/temp.linux-x86_64-3.6/_openssl.c:22535:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
- return DTLS_set_link_mtu(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_DTLS_set_link_mtu':
- build/temp.linux-x86_64-3.6/_openssl.c:22568:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- { result = DTLS_set_link_mtu(x0, x1); }
- ^
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert':
- build/temp.linux-x86_64-3.6/_openssl.c:46134:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_add_extra_chain_cert(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert':
- build/temp.linux-x86_64-3.6/_openssl.c:46174:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_clear_options':
- build/temp.linux-x86_64-3.6/_openssl.c:46223:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_clear_options(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:46223:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_clear_options':
- build/temp.linux-x86_64-3.6/_openssl.c:46256:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_clear_options(x0, x1); }
- ^~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:46256:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:46508:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_get_mode(x0);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:46531:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_get_mode(x0); }
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_options':
- build/temp.linux-x86_64-3.6/_openssl.c:46544:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_get_options(x0);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_options':
- build/temp.linux-x86_64-3.6/_openssl.c:46567:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_get_options(x0); }
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:46616:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_get_session_cache_mode(x0);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:46639:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_get_session_cache_mode(x0); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_cookie_verify_cb':
- build/temp.linux-x86_64-3.6/_openssl.c:47913:36: warning: passing argument 2 of 'SSL_CTX_set_cookie_verify_cb' from incompatible pointer type [-Wincompatible-pointer-types]
- SSL_CTX_set_cookie_verify_cb(x0, x1);
- ^~
- In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
- /usr/include/openssl/ssl.h:752:6: note: expected 'int (*)(SSL *, unsigned char *, unsigned int) {aka int (*)(struct ssl_st *, unsigned char *, unsigned int)}' but argument is of type 'int (*)(SSL *, const unsigned char *, unsigned int) {aka int (*)(struct ssl_st *, const unsigned char *, unsigned int)}'
- void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_cookie_verify_cb':
- build/temp.linux-x86_64-3.6/_openssl.c:47945:38: warning: passing argument 2 of 'SSL_CTX_set_cookie_verify_cb' from incompatible pointer type [-Wincompatible-pointer-types]
- { SSL_CTX_set_cookie_verify_cb(x0, x1); }
- ^~
- In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
- /usr/include/openssl/ssl.h:752:6: note: expected 'int (*)(SSL *, unsigned char *, unsigned int) {aka int (*)(struct ssl_st *, unsigned char *, unsigned int)}' but argument is of type 'int (*)(SSL *, const unsigned char *, unsigned int) {aka int (*)(struct ssl_st *, const unsigned char *, unsigned int)}'
- void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:48245:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_mode(x0, x1);
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:48245:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:48278:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_mode(x0, x1); }
- ^~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:48278:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_options':
- build/temp.linux-x86_64-3.6/_openssl.c:48409:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_options(x0, x1);
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:48409:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_options':
- build/temp.linux-x86_64-3.6/_openssl.c:48442:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_options(x0, x1); }
- ^~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:48442: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-x86_64-3.6/_openssl.c:712:0:
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:48593:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_session_cache_mode(x0, x1);
- ^
- build/temp.linux-x86_64-3.6/_openssl.c:48593:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_session_cache_mode(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:48626:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_session_cache_mode(x0, x1); }
- ^
- build/temp.linux-x86_64-3.6/_openssl.c:48626:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_session_cache_mode(x0, x1); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh':
- build/temp.linux-x86_64-3.6/_openssl.c:48995:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_tmp_dh(x0, x1);
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh':
- build/temp.linux-x86_64-3.6/_openssl.c:49035:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_tmp_dh(x0, x1); }
- ^~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh':
- build/temp.linux-x86_64-3.6/_openssl.c:49048:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_CTX_set_tmp_ecdh(x0, x1);
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh':
- build/temp.linux-x86_64-3.6/_openssl.c:49088:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
- ^~~~~~~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_get_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:50981:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_get_mode(x0);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_get_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:51004:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_get_mode(x0); }
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_get_options':
- build/temp.linux-x86_64-3.6/_openssl.c:51017:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- return SSL_get_options(x0);
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_get_options':
- build/temp.linux-x86_64-3.6/_openssl.c:51040:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_get_options(x0); }
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_set_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:52816:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_set_mode(x0, x1);
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:52816:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_set_mode':
- build/temp.linux-x86_64-3.6/_openssl.c:52849:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_set_mode(x0, x1); }
- ^~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:52849:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_set_options':
- build/temp.linux-x86_64-3.6/_openssl.c:52862:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- return SSL_set_options(x0, x1);
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:52862:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_set_options':
- build/temp.linux-x86_64-3.6/_openssl.c:52895:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
- { result = SSL_set_options(x0, x1); }
- ^~~~~~~~~~~~~~~
- build/temp.linux-x86_64-3.6/_openssl.c:52895:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
- error: command 'gcc' failed with exit status 1
- ----------------------------------------
- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5terql1a/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-_nege9uj-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-5terql1a/cryptography/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement