Advertisement
Guest User

Untitled

a guest
May 10th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.69 KB | None | 0 0
  1. Collecting cryptography
  2. Using cached https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz
  3. Requirement already satisfied: idna>=2.1 in ./.local/lib/python3.6/site-packages (from cryptography)
  4. Requirement already satisfied: asn1crypto>=0.21.0 in ./.local/lib/python3.6/site-packages (from cryptography)
  5. Requirement already satisfied: six>=1.4.1 in ./.local/lib/python3.6/site-packages (from cryptography)
  6. Requirement already satisfied: cffi>=1.7 in ./.local/lib/python3.6/site-packages (from cryptography)
  7. Requirement already satisfied: pycparser in ./.local/lib/python3.6/site-packages (from cffi>=1.7->cryptography)
  8. Installing collected packages: cryptography
  9. Running setup.py install for cryptography: started
  10. Running setup.py install for cryptography: finished with status 'error'
  11. 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=:
  12. running install
  13. running build
  14. running build_py
  15. creating build
  16. creating build/lib.linux-x86_64-3.6
  17. creating build/lib.linux-x86_64-3.6/cryptography
  18. copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography
  19. copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography
  20. copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography
  21. copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography
  22. copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography
  23. creating build/lib.linux-x86_64-3.6/cryptography/x509
  24. copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  25. copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  26. copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  27. copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  28. copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  29. copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  30. copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509
  31. creating build/lib.linux-x86_64-3.6/cryptography/hazmat
  32. copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat
  33. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings
  34. copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings
  35. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  36. copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  37. copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  38. copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  39. copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  40. copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  41. copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  42. copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  43. copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  44. copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives
  45. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
  46. copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
  47. copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends
  48. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
  49. copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
  50. copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
  51. copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl
  52. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  53. copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  54. copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  55. copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  56. copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  57. copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  58. copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  59. copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  60. copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric
  61. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  62. copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  63. copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  64. copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  65. copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  66. copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers
  67. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
  68. copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
  69. copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
  70. copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
  71. copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor
  72. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  73. copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  74. copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  75. copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  76. copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  77. copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  78. copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  79. copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf
  80. creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  81. copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  82. copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  83. copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  84. copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  85. copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  86. copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  87. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  88. copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  89. copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  90. copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  91. copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  92. copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  93. copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  94. copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  95. copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  96. copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl
  97. running egg_info
  98. writing src/cryptography.egg-info/PKG-INFO
  99. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  100. writing requirements to src/cryptography.egg-info/requires.txt
  101. writing top-level names to src/cryptography.egg-info/top_level.txt
  102. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  103. reading manifest template 'MANIFEST.in'
  104. no previously-included directories found matching 'docs/_build'
  105. warning: no previously-included files matching '*' found under directory 'vectors'
  106. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  107. running build_ext
  108. generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'
  109. creating build/temp.linux-x86_64-3.6
  110. generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'
  111. generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'
  112. building '_openssl' extension
  113. creating build/temp.linux-x86_64-3.6/build
  114. creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
  115. 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
  116. build/temp.linux-x86_64-3.6/_openssl.c: In function 'dev_urandom_read':
  117. 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]
  118. size -= n;
  119. ^
  120. build/temp.linux-x86_64-3.6/_openssl.c: In function 'osrandom_rand_bytes':
  121. build/temp.linux-x86_64-3.6/_openssl.c:1732:21: warning: conversion to 'int' from 'long int' may alter its value [-Wconversion]
  122. size -= n;
  123. ^
  124. build/temp.linux-x86_64-3.6/_openssl.c: In function 'SSL_SESSION_get_master_key':
  125. 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]
  126. return session->master_key_length;
  127. ~~~~~~~^~~~~~~~~~~~~~~~~~~
  128. 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]
  129. outlen = session->master_key_length;
  130. ^~~~~~~
  131. build/temp.linux-x86_64-3.6/_openssl.c: At top level:
  132. build/temp.linux-x86_64-3.6/_openssl.c:2269:38: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  133. static const long SSL_OP_NO_DTLSv1 = NULL;
  134. ^~~~
  135. build/temp.linux-x86_64-3.6/_openssl.c:2270:40: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  136. static const long SSL_OP_NO_DTLSv1_2 = NULL;
  137. ^~~~
  138. build/temp.linux-x86_64-3.6/_openssl.c:2334:6: error: conflicting types for 'X509_get0_signature'
  139. void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
  140. ^~~~~~~~~~~~~~~~~~~
  141. In file included from /usr/include/openssl/engine.h:96:0,
  142. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  143. /usr/include/openssl/x509.h:919:6: note: previous declaration of 'X509_get0_signature' was here
  144. void X509_get0_signature(const ASN1_BIT_STRING **psig,
  145. ^~~~~~~~~~~~~~~~~~~
  146. build/temp.linux-x86_64-3.6/_openssl.c:2472:7: error: 'X509_VERIFY_PARAM_set1_host' redeclared as different kind of symbol
  147. int (*X509_VERIFY_PARAM_set1_host)(X509_VERIFY_PARAM *, const char *,
  148. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  149. In file included from /usr/include/openssl/x509.h:595:0,
  150. from /usr/include/openssl/engine.h:96,
  151. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  152. /usr/include/openssl/x509_vfy.h:564:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_host' was here
  153. int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, const char *name,
  154. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  155. build/temp.linux-x86_64-3.6/_openssl.c:2474:7: error: 'X509_VERIFY_PARAM_set1_email' redeclared as different kind of symbol
  156. int (*X509_VERIFY_PARAM_set1_email)(X509_VERIFY_PARAM *, const char *,
  157. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158. In file included from /usr/include/openssl/x509.h:595:0,
  159. from /usr/include/openssl/engine.h:96,
  160. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  161. /usr/include/openssl/x509_vfy.h:571:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_email' was here
  162. int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email,
  163. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. build/temp.linux-x86_64-3.6/_openssl.c:2476:7: error: 'X509_VERIFY_PARAM_set1_ip' redeclared as different kind of symbol
  165. int (*X509_VERIFY_PARAM_set1_ip)(X509_VERIFY_PARAM *, const unsigned char *,
  166. ^~~~~~~~~~~~~~~~~~~~~~~~~
  167. In file included from /usr/include/openssl/x509.h:595:0,
  168. from /usr/include/openssl/engine.h:96,
  169. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  170. /usr/include/openssl/x509_vfy.h:573:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_ip' was here
  171. int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, const unsigned char *ip,
  172. ^~~~~~~~~~~~~~~~~~~~~~~~~
  173. build/temp.linux-x86_64-3.6/_openssl.c:2478:7: error: 'X509_VERIFY_PARAM_set1_ip_asc' redeclared as different kind of symbol
  174. int (*X509_VERIFY_PARAM_set1_ip_asc)(X509_VERIFY_PARAM *, const char *) = NULL;
  175. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. In file included from /usr/include/openssl/x509.h:595:0,
  177. from /usr/include/openssl/engine.h:96,
  178. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  179. /usr/include/openssl/x509_vfy.h:575:5: note: previous declaration of 'X509_VERIFY_PARAM_set1_ip_asc' was here
  180. int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, const char *ipasc);
  181. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182. build/temp.linux-x86_64-3.6/_openssl.c:2479:8: error: 'X509_VERIFY_PARAM_set_hostflags' redeclared as different kind of symbol
  183. void (*X509_VERIFY_PARAM_set_hostflags)(X509_VERIFY_PARAM *,
  184. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  185. In file included from /usr/include/openssl/x509.h:595:0,
  186. from /usr/include/openssl/engine.h:96,
  187. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  188. /usr/include/openssl/x509_vfy.h:568:6: note: previous declaration of 'X509_VERIFY_PARAM_set_hostflags' was here
  189. void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param,
  190. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191. build/temp.linux-x86_64-3.6/_openssl.c:2518:7: error: conflicting types for 'X509_OBJECT_get0_X509'
  192. X509 *X509_OBJECT_get0_X509(X509_OBJECT *x) {
  193. ^~~~~~~~~~~~~~~~~~~~~
  194. In file included from /usr/include/openssl/x509.h:595:0,
  195. from /usr/include/openssl/engine.h:96,
  196. from build/temp.linux-x86_64-3.6/_openssl.c:572:
  197. /usr/include/openssl/x509_vfy.h:430:7: note: previous declaration of 'X509_OBJECT_get0_X509' was here
  198. X509 *X509_OBJECT_get0_X509(const X509_OBJECT *xo);
  199. ^~~~~~~~~~~~~~~~~~~~~
  200. build/temp.linux-x86_64-3.6/_openssl.c: In function 'init_mutexes':
  201. build/temp.linux-x86_64-3.6/_openssl.c:2607:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  202. for (i = 0; i < _ssl_locks_count; i++) {
  203. ^
  204. build/temp.linux-x86_64-3.6/_openssl.c: In function '_setup_ssl_threads':
  205. 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]
  206. _ssl_locks_count = CRYPTO_num_locks();
  207. ^~~~~~~~~~~~~~~~
  208. build/temp.linux-x86_64-3.6/_openssl.c: In function 'Cryptography_pem_password_cb':
  209. 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]
  210. memcpy(buf, st->password, st->length);
  211. ^~
  212. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_DTLS_get_link_min_mtu':
  213. build/temp.linux-x86_64-3.6/_openssl.c:22451:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
  214. return DTLS_get_link_min_mtu(x0);
  215. ^~~~~~~~~~~~~~~~~~~~~~~~~
  216. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_DTLS_get_link_min_mtu':
  217. build/temp.linux-x86_64-3.6/_openssl.c:22474:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  218. { result = DTLS_get_link_min_mtu(x0); }
  219. ^
  220. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_DTLS_set_link_mtu':
  221. build/temp.linux-x86_64-3.6/_openssl.c:22535:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
  222. return DTLS_set_link_mtu(x0, x1);
  223. ^~~~~~~~~~~~~~~~~~~~~~~~~
  224. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_DTLS_set_link_mtu':
  225. build/temp.linux-x86_64-3.6/_openssl.c:22568:12: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  226. { result = DTLS_set_link_mtu(x0, x1); }
  227. ^
  228. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert':
  229. 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]
  230. return SSL_CTX_add_extra_chain_cert(x0, x1);
  231. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  232. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert':
  233. 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]
  234. { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
  235. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_clear_options':
  237. 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]
  238. return SSL_CTX_clear_options(x0, x1);
  239. ^~~~~~~~~~~~~~~~~~~~~
  240. 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]
  241. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_clear_options':
  242. 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]
  243. { result = SSL_CTX_clear_options(x0, x1); }
  244. ^~~~~~~~~~~~~~~~~~~~~
  245. 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]
  246. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode':
  247. 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]
  248. return SSL_CTX_get_mode(x0);
  249. ^~~~~~~~~~~~~~~~
  250. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode':
  251. 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]
  252. { result = SSL_CTX_get_mode(x0); }
  253. ^~~~~~~~~~~~~~~~
  254. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_options':
  255. 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]
  256. return SSL_CTX_get_options(x0);
  257. ^~~~~~~~~~~~~~~~~~~
  258. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_options':
  259. 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]
  260. { result = SSL_CTX_get_options(x0); }
  261. ^~~~~~~~~~~~~~~~~~~
  262. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode':
  263. 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]
  264. return SSL_CTX_get_session_cache_mode(x0);
  265. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  266. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode':
  267. 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]
  268. { result = SSL_CTX_get_session_cache_mode(x0); }
  269. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_cookie_verify_cb':
  271. 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]
  272. SSL_CTX_set_cookie_verify_cb(x0, x1);
  273. ^~
  274. In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
  275. /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)}'
  276. void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx,
  277. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  278. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_cookie_verify_cb':
  279. 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]
  280. { SSL_CTX_set_cookie_verify_cb(x0, x1); }
  281. ^~
  282. In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
  283. /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)}'
  284. void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx,
  285. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  286. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode':
  287. 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]
  288. return SSL_CTX_set_mode(x0, x1);
  289. ^~~~~~~~~~~~~~~~
  290. 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]
  291. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode':
  292. 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]
  293. { result = SSL_CTX_set_mode(x0, x1); }
  294. ^~~~~~~~~~~~~~~~
  295. 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]
  296. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_options':
  297. 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]
  298. return SSL_CTX_set_options(x0, x1);
  299. ^~~~~~~~~~~~~~~~~~~
  300. 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]
  301. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_options':
  302. 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]
  303. { result = SSL_CTX_set_options(x0, x1); }
  304. ^~~~~~~~~~~~~~~~~~~
  305. 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]
  306. In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
  307. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode':
  308. 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]
  309. return SSL_CTX_set_session_cache_mode(x0, x1);
  310. ^
  311. 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]
  312. return SSL_CTX_set_session_cache_mode(x0, x1);
  313. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  314. In file included from build/temp.linux-x86_64-3.6/_openssl.c:712:0:
  315. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode':
  316. 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]
  317. { result = SSL_CTX_set_session_cache_mode(x0, x1); }
  318. ^
  319. 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]
  320. { result = SSL_CTX_set_session_cache_mode(x0, x1); }
  321. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh':
  323. 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]
  324. return SSL_CTX_set_tmp_dh(x0, x1);
  325. ^~~~~~~~~~~~~~~~~~
  326. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh':
  327. 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]
  328. { result = SSL_CTX_set_tmp_dh(x0, x1); }
  329. ^~~~~~~~~~~~~~~~~~
  330. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh':
  331. 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]
  332. return SSL_CTX_set_tmp_ecdh(x0, x1);
  333. ^~~~~~~~~~~~~~~~~~~~
  334. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh':
  335. 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]
  336. { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
  337. ^~~~~~~~~~~~~~~~~~~~
  338. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_get_mode':
  339. 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]
  340. return SSL_get_mode(x0);
  341. ^~~~~~~~~~~~
  342. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_get_mode':
  343. 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]
  344. { result = SSL_get_mode(x0); }
  345. ^~~~~~~~~~~~
  346. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_get_options':
  347. 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]
  348. return SSL_get_options(x0);
  349. ^~~~~~~~~~~~~~~
  350. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_get_options':
  351. 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]
  352. { result = SSL_get_options(x0); }
  353. ^~~~~~~~~~~~~~~
  354. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_set_mode':
  355. 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]
  356. return SSL_set_mode(x0, x1);
  357. ^~~~~~~~~~~~
  358. 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]
  359. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_set_mode':
  360. 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]
  361. { result = SSL_set_mode(x0, x1); }
  362. ^~~~~~~~~~~~
  363. 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]
  364. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_d_SSL_set_options':
  365. 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]
  366. return SSL_set_options(x0, x1);
  367. ^~~~~~~~~~~~~~~
  368. 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]
  369. build/temp.linux-x86_64-3.6/_openssl.c: In function '_cffi_f_SSL_set_options':
  370. 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]
  371. { result = SSL_set_options(x0, x1); }
  372. ^~~~~~~~~~~~~~~
  373. 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]
  374. error: command 'gcc' failed with exit status 1
  375.  
  376. ----------------------------------------
  377. 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