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 'rtd-requirements.txt' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files matching '*' found under directory '.zuul.d' warning: no previously-included files matching '*' found under directory '.zuul.playbooks' build/temp.linux-i686-2.7/_openssl.c: In function ‘Cryptography_pem_password_cb’: build/temp.linux-i686-2.7/_openssl.c:2308:37: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 2308 | memcpy(buf, st->password, st->length); | ~~^~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: build/temp.linux-i686-2.7/_openssl.c:8971:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] 8971 | return ASN1_STRING_data(x0); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /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-i686-2.7/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: build/temp.linux-i686-2.7/_openssl.c:8994:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] 8994 | { result = ASN1_STRING_data(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /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-i686-2.7/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: build/temp.linux-i686-2.7/_openssl.c:10097:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 10097 | return BIO_s_datagram(); | ^~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: build/temp.linux-i686-2.7/_openssl.c:10107:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 10107 | { result = BIO_s_datagram(); } | ^ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: build/temp.linux-i686-2.7/_openssl.c:10121:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 10121 | return BIO_s_mem(); | ^~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: build/temp.linux-i686-2.7/_openssl.c:10131:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 10131 | { result = BIO_s_mem(); } | ^ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: build/temp.linux-i686-2.7/_openssl.c:15275:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 15275 | return DTLSv1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1897:1: note: declared here 1897 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: build/temp.linux-i686-2.7/_openssl.c:15285:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 15285 | { result = DTLSv1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1897:1: note: declared here 1897 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: build/temp.linux-i686-2.7/_openssl.c:15335:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] 15335 | return DTLSv1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: build/temp.linux-i686-2.7/_openssl.c:15345:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] 15345 | { result = DTLSv1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: build/temp.linux-i686-2.7/_openssl.c:15359:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 15359 | return DTLSv1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: build/temp.linux-i686-2.7/_openssl.c:15369:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 15369 | { result = DTLSv1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’: build/temp.linux-i686-2.7/_openssl.c:25967:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 25967 | return OCSP_resp_get0_certs(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’: build/temp.linux-i686-2.7/_openssl.c:25990:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 25990 | { result = OCSP_resp_get0_certs(x0); } | ^ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: build/temp.linux-i686-2.7/_openssl.c:26447:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] 26447 | OPENSSL_config(x0); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /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-i686-2.7/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: build/temp.linux-i686-2.7/_openssl.c:26469:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] 26469 | { OPENSSL_config(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /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-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: build/temp.linux-i686-2.7/_openssl.c:31384:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 31384 | return SSL_CTX_add_extra_chain_cert(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: build/temp.linux-i686-2.7/_openssl.c:31424:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 31424 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’: build/temp.linux-i686-2.7/_openssl.c:31563:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 31563 | return SSL_CTX_clear_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:31563:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’: build/temp.linux-i686-2.7/_openssl.c:31596:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 31596 | { result = SSL_CTX_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:31596:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: build/temp.linux-i686-2.7/_openssl.c:32038:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 32038 | return SSL_CTX_get_mode(x0); | ^~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: build/temp.linux-i686-2.7/_openssl.c:32061:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 32061 | { result = SSL_CTX_get_mode(x0); } | ^~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: build/temp.linux-i686-2.7/_openssl.c:32146:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 32146 | return SSL_CTX_get_session_cache_mode(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: build/temp.linux-i686-2.7/_openssl.c:32169:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 32169 | { result = SSL_CTX_get_session_cache_mode(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: build/temp.linux-i686-2.7/_openssl.c:33841:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 33841 | return SSL_CTX_set_mode(x0, x1); | ^~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:33841:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: build/temp.linux-i686-2.7/_openssl.c:33874:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 33874 | { result = SSL_CTX_set_mode(x0, x1); } | ^~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:33874: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-i686-2.7/_openssl.c:738: build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: build/temp.linux-i686-2.7/_openssl.c:34117:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 34117 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~ build/temp.linux-i686-2.7/_openssl.c:34117:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34117 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-i686-2.7/_openssl.c:738: build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: build/temp.linux-i686-2.7/_openssl.c:34150:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 34150 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~ build/temp.linux-i686-2.7/_openssl.c:34150:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34150 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: build/temp.linux-i686-2.7/_openssl.c:34519:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34519 | return SSL_CTX_set_tmp_dh(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: build/temp.linux-i686-2.7/_openssl.c:34559:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34559 | { result = SSL_CTX_set_tmp_dh(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: build/temp.linux-i686-2.7/_openssl.c:34572:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34572 | return SSL_CTX_set_tmp_ecdh(x0, x1); | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: build/temp.linux-i686-2.7/_openssl.c:34612:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34612 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-i686-2.7/_openssl.c:35237:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 35237 | return SSL_SESSION_get_ticket_lifetime_hint(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-i686-2.7/_openssl.c:35260:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 35260 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’: build/temp.linux-i686-2.7/_openssl.c:35440:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 35440 | return SSL_clear_mode(x0, x1); | ^~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:35440:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’: build/temp.linux-i686-2.7/_openssl.c:35473:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 35473 | { result = SSL_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:35473:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: build/temp.linux-i686-2.7/_openssl.c:36408:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 36408 | return SSL_get_mode(x0); | ^~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: build/temp.linux-i686-2.7/_openssl.c:36431:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 36431 | { result = SSL_get_mode(x0); } | ^~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: build/temp.linux-i686-2.7/_openssl.c:38200:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38200 | return SSL_set_mode(x0, x1); | ^~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:38200:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: build/temp.linux-i686-2.7/_openssl.c:38233:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38233 | { result = SSL_set_mode(x0, x1); } | ^~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c:38233:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’: build/temp.linux-i686-2.7/_openssl.c:39155:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 39155 | return SSLv3_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1864:1: note: declared here 1864 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’: build/temp.linux-i686-2.7/_openssl.c:39165:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 39165 | { result = SSLv3_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1864:1: note: declared here 1864 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSLv3_method’: build/temp.linux-i686-2.7/_openssl.c:39179:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] 39179 | return SSLv3_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1862:1: note: declared here 1862 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSLv3_method’: build/temp.linux-i686-2.7/_openssl.c:39189:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] 39189 | { result = SSLv3_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1862:1: note: declared here 1862 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’: build/temp.linux-i686-2.7/_openssl.c:39203:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] 39203 | return SSLv3_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1863:1: note: declared here 1863 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’: build/temp.linux-i686-2.7/_openssl.c:39213:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] 39213 | { result = SSLv3_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1863:1: note: declared here 1863 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: build/temp.linux-i686-2.7/_openssl.c:39299:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] 39299 | return TLSv1_1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1885:1: note: declared here 1885 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: build/temp.linux-i686-2.7/_openssl.c:39309:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] 39309 | { result = TLSv1_1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1885:1: note: declared here 1885 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: build/temp.linux-i686-2.7/_openssl.c:39323:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] 39323 | return TLSv1_1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: build/temp.linux-i686-2.7/_openssl.c:39333:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] 39333 | { result = TLSv1_1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: build/temp.linux-i686-2.7/_openssl.c:39347:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] 39347 | return TLSv1_1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: build/temp.linux-i686-2.7/_openssl.c:39357:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] 39357 | { result = TLSv1_1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: build/temp.linux-i686-2.7/_openssl.c:39371:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] 39371 | return TLSv1_2_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1891:1: note: declared here 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: build/temp.linux-i686-2.7/_openssl.c:39381:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] 39381 | { result = TLSv1_2_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1891:1: note: declared here 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: build/temp.linux-i686-2.7/_openssl.c:39395:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] 39395 | return TLSv1_2_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: build/temp.linux-i686-2.7/_openssl.c:39405:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] 39405 | { result = TLSv1_2_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: build/temp.linux-i686-2.7/_openssl.c:39419:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] 39419 | return TLSv1_2_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: build/temp.linux-i686-2.7/_openssl.c:39429:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] 39429 | { result = TLSv1_2_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: build/temp.linux-i686-2.7/_openssl.c:39443:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 39443 | return TLSv1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: build/temp.linux-i686-2.7/_openssl.c:39453:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 39453 | { result = TLSv1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_method’: build/temp.linux-i686-2.7/_openssl.c:39467:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] 39467 | return TLSv1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_method’: build/temp.linux-i686-2.7/_openssl.c:39477:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] 39477 | { result = TLSv1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: build/temp.linux-i686-2.7/_openssl.c:39491:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 39491 | return TLSv1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1878:1: note: declared here 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: build/temp.linux-i686-2.7/_openssl.c:39501:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 39501 | { result = TLSv1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_openssl.c:512: /usr/include/openssl/ssl.h:1878:1: note: declared here 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-i686-2.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: build/temp.linux-i686-2.7/_openssl.c:40721:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] 40721 | return X509_CRL_get_lastUpdate(x0); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-i686-2.7/_ogcc -pthread -shared build/temp.linux-i686-2.7/build/temp.linux-i686-2.7/_openssl.o -L/usr/lib -lssl -lcrypto -lpthread -lpython2.7 -o build/lib.linux-i686-2.7/cryptography/hazmat/bindings/_openssl.so building '_padding' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-i686-2.7/_padding.c -o build/temp.linux-i686-2.7/build/temp.linux-i686-2.7/_padding.o gcc -pthread -shared build/temp.linux-i686-2.7/build/temp.linux-i686-2.7/_padding.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/cryptography/hazmat/bindings/_padding.so running install_lib creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7 creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-i686-2.7/cryptography/__about__.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-i686-2.7/cryptography/__init__.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-i686-2.7/cryptography/exceptions.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-i686-2.7/cryptography/fernet.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-i686-2.7/cryptography/utils.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography creating /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-i686-2.7/cryptography/hazmat/__init__.py -> /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-i686-2.7/cryptog./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python2-cryptography-3.3.2/ usr/doc/python2-cryptography-3.3.2/AUTHORS.rst usr/doc/python2-cryptography-3.3.2/CHANGELOG.rst usr/doc/python2-cryptography-3.3.2/CONTRIBUTING.rst usr/doc/python2-cryptography-3.3.2/LICENSE usr/doc/python2-cryptography-3.3.2/LICENSE.APACHE usr/doc/python2-cryptography-3.3.2/LICENSE.BSD usr/doc/python2-cryptography-3.3.2/LICENSE.PSF usr/doc/python2-cryptography-3.3.2/README.rst usr/doc/python2-cryptography-3.3.2/docs/ usr/doc/python2-cryptography-3.3.2/docs/Makefile usr/doc/python2-cryptography-3.3.2/docs/_static/ usr/doc/python2-cryptography-3.3.2/docs/_static/.keep usr/doc/python2-cryptography-3.3.2/docs/api-stability.rst usr/doc/python2-cryptography-3.3.2/docs/changelog.rst usr/doc/python2-cryptography-3.3.2/docs/community.rst usr/doc/python2-cryptography-3.3.2/docs/conf.py usr/doc/python2-cryptography-3.3.2/docs/cryptography-docs.py usr/doc/python2-cryptography-3.3.2/docs/development/ usr/doc/python2-cryptography-3.3.2/docs/development/c-bindings.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/arc4/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/arc4.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/arc4/generate_arc4.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/arc4/verify_arc4.go usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/cast5/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/cast5.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/cast5/generate_cast5.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/cast5/verify_cast5.go usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/hkdf/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/hkdf.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/hkdf/generate_hkdf.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/hkdf/verify_hkdf.go usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/idea/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/idea.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/idea/generate_idea.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/idea/verify_idea.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/rsa-oaep-sha2/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/rsa-oaep-sha2.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/secp256k1/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/secp256k1.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/secp256k1/generate_secp256k1.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/secp256k1/verify_secp256k1.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/seed/ usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/seed.rst usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/seed/generate_seed.py usr/doc/python2-cryptography-3.3.2/docs/development/custom-vectors/seed/verify_seed.py usr/doc/python2-cryptography-3.3.2/docs/development/getting-started.rst usr/doc/python2-cryptography-3.3.2/docs/development/index.rst usr/doc/python2-cryptography-3.3.2/docs/development/reviewing-patches.rst usr/doc/python2-cryptography-3.3.2/docs/development/submitting-patches.rst usr/doc/python2-cryptography-3.3.2/docs/development/test-vectors.rst usr/doc/python2-cryptography-3.3.2/docs/doing-a-release.rst usr/doc/python2-cryptography-3.3.2/docs/exceptions.rst usr/doc/python2-cryptography-3.3.2/docs/faq.rst usr/doc/python2-cryptography-3.3.2/docs/fernet.rst usr/doc/python2-cryptography-3.3.2/docs/glossary.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/ usr/doc/python2-cryptography-3.3.2/docs/hazmat/backends/ usr/doc/python2-cryptography-3.3.2/docs/hazmat/backends/index.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/backends/interfaces.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/backends/openssl.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/ usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/aead.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/ usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/dh.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/dsa.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/ec.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/ed25519.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/ed448.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/index.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/rsa.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/serialization.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/utils.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/x25519.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/asymmetric/x448.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/constant-time.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/cryptographic-hashes.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/index.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/key-derivation-functions.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/keywrap.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/mac/ usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/mac/cmac.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/mac/hmac.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/mac/index.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/mac/poly1305.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/padding.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/symmetric-encryption.rst usr/doc/python2-cryptography-3.3.2/docs/hazmat/primitives/twofactor.rst usr/doc/python2-cryptography-3.3.2/docs/index.rst usr/doc/python2-cryptography-3.3.2/docs/installation.rst usr/doc/python2-cryptography-3.3.2/docs/limitations.rst usr/doc/python2-cryptography-3.3.2/docs/make.bat usr/doc/python2-cryptography-3.3.2/docs/random-numbers.rst usr/doc/python2-cryptography-3.3.2/docs/security.rst usr/doc/python2-cryptography-3.3.2/docs/spelling_wordlist.txt usr/doc/python2-cryptography-3.3.2/docs/x509/ usr/doc/python2-cryptography-3.3.2/docs/x509/certificate-transparency.rst usr/doc/python2-cryptography-3.3.2/docs/x509/index.rst usr/doc/python2-cryptography-3.3.2/docs/x509/ocsp.rst usr/doc/python2-cryptography-3.3.2/docs/x509/reference.rst usr/doc/python2-cryptography-3.3.2/docs/x509/tutorial.rst usr/doc/python2-cryptography-3.3.2/python2-cryptography.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/cryptography/ usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/ usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/not-zip-safe usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/requires.txt usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/cryptography/__about__.py usr/lib/python2.7/site-packages/cryptography/__about__.pyc usr/lib/python2.7/site-packages/cryptography/__init__.py usr/lib/python2.7/site-packages/cryptography/__init__.pyc usr/lib/python2.7/site-packages/cryptography/exceptions.py usr/lib/python2.7/site-packages/cryptography/exceptions.pyc usr/lib/python2.7/site-packages/cryptography/fernet.py usr/lib/python2.7/site-packages/cryptography/fernet.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/ usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/_der.py usr/lib/python2.7/site-packages/cryptography/hazmat/_der.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.py usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/ usr/lib/python2.7/site-packages/cryptography/hazmat/backends/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/interfaces.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed448.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/poly1305.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/poly1305.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x448.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x448.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/ usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/ usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/cmac.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hashes.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hmac.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/padding.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/padding.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/poly1305.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/poly1305.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/base.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/base.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/ usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.pyc usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.pyc usr/lib/python2.7/site-packages/cryptography/utils.py usr/lib/python2.7/site-packages/cryptography/utils.pyc usr/lib/python2.7/site-packages/cryptography/x509/ usr/lib/python2.7/site-packages/cryptography/x509/__init__.py usr/lib/python2.7/site-packages/cryptography/x509/__init__.pyc usr/lib/python2.7/site-packages/cryptography/x509/base.py usr/lib/python2.7/site-packages/cryptography/x509/base.pyc usr/lib/python2.7/site-packages/cryptography/x509/certificate_transparency.py usr/lib/python2.7/site-packages/cryptography/x509/certificate_transparency.pyc usr/lib/python2.7/site-packages/cryptography/x509/extensions.py usr/lib/python2.7/site-packages/cryptography/x509/extensions.pyc usr/lib/python2.7/site-packages/cryptography/x509/general_name.py usr/lib/python2.7/site-packages/cryptography/x509/general_name.pyc usr/lib/python2.7/site-packages/cryptography/x509/name.py usr/lib/python2.7/site-packages/cryptography/x509/name.pyc usr/lib/python2.7/site-packages/cryptography/x509/ocsp.py usr/lib/python2.7/site-packages/cryptography/x509/ocsp.pyc usr/lib/python2.7/site-packages/cryptography/x509/oid.py usr/lib/python2.7/site-packages/cryptography/x509/oid.pyc phy/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py to pkcs7.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/base.py to base.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/extensions.py to extensions.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/general_name.py to general_name.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/name.py to name.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/ocsp.py to ocsp.pyc byte-compiling /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/oid.py to oid.pyc running install_egg_info Copying src/cryptography.egg-info to /usr/src/slapt-src/python/python2-cryptography/package-python2-cryptography/usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info running install_scripts Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/python2-cryptography/python2-cryptography-3.3.2-i586-1salix15.0.txz WARNING: zero length file usr/doc/python2-cryptography-3.3.2/docs/_static/.keep Slackware package /usr/src/slapt-src/python/python2-cryptography/python2-cryptography-3.3.2-i586-1salix15.0.txz created. Installing package python2-cryptography-3.3.2-i586-1salix15.0... | python2-cryptography (Python2 cryptography library) | | Cryptography is a Python library which exposes cryptographic recipes | and primitives. | | It is available under either the Apache Software License, | Version 2.0, or the BSD license. | | Homepage: https://cryptography.io/ | | | |