Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f28-build-13107596-954666/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-cryptography-2.3-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f28-build-13107596-954666/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xxbSsx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptography-2.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-2.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-2.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 + cp -a . /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 + find /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 -name '*.py' + xargs sed -i '1s|^#!/usr/bin/python|#!/usr/bin/python3|' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9lWAwz + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-armv7l-2.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-armv7l-2.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-armv7l-2.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-armv7l-2.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-2.7/cryptography creating build/lib.linux-armv7l-2.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat creating build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-2.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-2.7/cryptography/x509 creating build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives creating build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings creating build/lib.linux-armv7l-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends creating build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor creating build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers creating build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-armv7l-2.7/_padding.c' creating build/temp.linux-armv7l-2.7 generating cffi module 'build/temp.linux-armv7l-2.7/_constant_time.c' generating cffi module 'build/temp.linux-armv7l-2.7/_openssl.c' building '_openssl' extension creating build/temp.linux-armv7l-2.7/build creating build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c build/temp.linux-armv7l-2.7/_openssl.c -o build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-armv7l-2.7/_openssl.c: In function 'Cryptography_pem_password_cb': build/temp.linux-armv7l-2.7/_openssl.c:2701:37: warning: conversion to 'size_t' {aka 'unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] memcpy(buf, st->password, st->length); ~~^~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_ASN1_STRING_data': build/temp.linux-armv7l-2.7/_openssl.c:11992:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/include/openssl/bn.h:31, from /usr/include/openssl/asn1.h:24, from build/temp.linux-armv7l-2.7/_openssl.c:536: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_ASN1_STRING_data': build/temp.linux-armv7l-2.7/_openssl.c:12015:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/include/openssl/bn.h:31, from /usr/include/openssl/asn1.h:24, from build/temp.linux-armv7l-2.7/_openssl.c:536: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_BIO_s_datagram': build/temp.linux-armv7l-2.7/_openssl.c:13128:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_datagram(); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_BIO_s_datagram': build/temp.linux-armv7l-2.7/_openssl.c:13138:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_datagram(); } ^ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_BIO_s_mem': build/temp.linux-armv7l-2.7/_openssl.c:13152:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_mem(); ^~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_BIO_s_mem': build/temp.linux-armv7l-2.7/_openssl.c:13162:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_mem(); } ^ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_DTLSv1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:18853:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1652:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_DTLSv1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:18863:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1652:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_DTLSv1_method': build/temp.linux-armv7l-2.7/_openssl.c:18913:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1650:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_DTLSv1_method': build/temp.linux-armv7l-2.7/_openssl.c:18923:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1650:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_DTLSv1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:18937:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1651:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_DTLSv1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:18947:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1651:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_OPENSSL_config': build/temp.linux-armv7l-2.7/_openssl.c:33234:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:13, from /usr/include/openssl/cmac.h:19, from build/temp.linux-armv7l-2.7/_openssl.c:546: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_OPENSSL_config': build/temp.linux-armv7l-2.7/_openssl.c:33256:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/include/openssl/evp.h:13, from /usr/include/openssl/cmac.h:19, from build/temp.linux-armv7l-2.7/_openssl.c:546: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert': build/temp.linux-armv7l-2.7/_openssl.c:38803:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_add_extra_chain_cert(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert': build/temp.linux-armv7l-2.7/_openssl.c:38843:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_add_extra_chain_cert(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode': build/temp.linux-armv7l-2.7/_openssl.c:39267:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_mode(x0); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode': build/temp.linux-armv7l-2.7/_openssl.c:39290:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_mode(x0); } ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode': build/temp.linux-armv7l-2.7/_openssl.c:39375:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_session_cache_mode(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode': build/temp.linux-armv7l-2.7/_openssl.c:39398:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_session_cache_mode(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode': build/temp.linux-armv7l-2.7/_openssl.c:41004:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_mode(x0, x1); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c:41004:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode': build/temp.linux-armv7l-2.7/_openssl.c:41037:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_mode(x0, x1); } ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c:41037:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] In file included from build/temp.linux-armv7l-2.7/_openssl.c:719: build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode': build/temp.linux-armv7l-2.7/_openssl.c:41352:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~ build/temp.linux-armv7l-2.7/_openssl.c:41352:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-armv7l-2.7/_openssl.c:719: build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode': build/temp.linux-armv7l-2.7/_openssl.c:41385:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~ build/temp.linux-armv7l-2.7/_openssl.c:41385:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh': build/temp.linux-armv7l-2.7/_openssl.c:41754:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_dh(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh': build/temp.linux-armv7l-2.7/_openssl.c:41794:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_dh(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh': build/temp.linux-armv7l-2.7/_openssl.c:41807:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_ecdh(x0, x1); ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh': build/temp.linux-armv7l-2.7/_openssl.c:41847:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_ecdh(x0, x1); } ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_SESSION_get_ticket_lifetime_hint': build/temp.linux-armv7l-2.7/_openssl.c:42560:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_SESSION_get_ticket_lifetime_hint(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_SESSION_get_ticket_lifetime_hint': build/temp.linux-armv7l-2.7/_openssl.c:42583:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_get_mode': build/temp.linux-armv7l-2.7/_openssl.c:43912:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] return SSL_get_mode(x0); ^~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_get_mode': build/temp.linux-armv7l-2.7/_openssl.c:43935:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] { result = SSL_get_mode(x0); } ^~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSL_set_mode': build/temp.linux-armv7l-2.7/_openssl.c:45747:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_set_mode(x0, x1); ^~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c:45747:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSL_set_mode': build/temp.linux-armv7l-2.7/_openssl.c:45780:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_set_mode(x0, x1); } ^~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c:45780:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSLv3_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47040:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] return SSLv3_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1619:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSLv3_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47050:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] { result = SSLv3_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1619:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSLv3_method': build/temp.linux-armv7l-2.7/_openssl.c:47064:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] return SSLv3_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1617:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSLv3_method': build/temp.linux-armv7l-2.7/_openssl.c:47074:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] { result = SSLv3_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1617:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_SSLv3_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47088:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] return SSLv3_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1618:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_SSLv3_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47098:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] { result = SSLv3_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1618:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47112:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47122:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_method': build/temp.linux-armv7l-2.7/_openssl.c:47136:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1638:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_method': build/temp.linux-armv7l-2.7/_openssl.c:47146:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1638:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47160:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47170:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47184:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47194:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_method': build/temp.linux-armv7l-2.7/_openssl.c:47208:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1644:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_method': build/temp.linux-armv7l-2.7/_openssl.c:47218:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1644:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47232:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47242:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47256:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_client_method': build/temp.linux-armv7l-2.7/_openssl.c:47266:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_method': build/temp.linux-armv7l-2.7/_openssl.c:47280:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1632:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_method': build/temp.linux-armv7l-2.7/_openssl.c:47290:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1632:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_TLSv1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47304:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_TLSv1_server_method': build/temp.linux-armv7l-2.7/_openssl.c:47314:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-2.7/_openssl.c:719: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': build/temp.linux-armv7l-2.7/_openssl.c:48387:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': build/temp.linux-armv7l-2.7/_openssl.c:48410:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': build/temp.linux-armv7l-2.7/_openssl.c:48423:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': build/temp.linux-armv7l-2.7/_openssl.c:48446:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_d_X509_get0_signature': build/temp.linux-armv7l-2.7/_openssl.c:54348:23: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:552:50: note: expected 'const ASN1_BIT_STRING **' {aka 'const struct asn1_string_st **'} but argument is of type 'ASN1_OCTET_STRING **' {aka 'struct asn1_string_st **'} void X509_get0_signature(const ASN1_BIT_STRING **psig, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-2.7/_openssl.c:54348:27: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:553:45: note: expected 'const X509_ALGOR **' {aka 'const struct X509_algor_st **'} but argument is of type 'X509_ALGOR **' {aka 'struct X509_algor_st **'} const X509_ALGOR **palg, const X509 *x); ~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-2.7/_openssl.c: In function '_cffi_f_X509_get0_signature': build/temp.linux-armv7l-2.7/_openssl.c:54400:25: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:552:50: note: expected 'const ASN1_BIT_STRING **' {aka 'const struct asn1_string_st **'} but argument is of type 'ASN1_OCTET_STRING **' {aka 'struct asn1_string_st **'} void X509_get0_signature(const ASN1_BIT_STRING **psig, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-2.7/_openssl.c:54400:29: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-2.7/_openssl.c:557: /usr/include/openssl/x509.h:553:45: note: expected 'const X509_ALGOR **' {aka 'const struct X509_algor_st **'} but argument is of type 'X509_ALGOR **' {aka 'struct X509_algor_st **'} const X509_ALGOR **palg, const X509 *x); ~~~~~~~~~~~~~~~~~~~^~~~ At top level: build/temp.linux-armv7l-2.7/_openssl.c:2630:13: warning: '_ssl_thread_locking_function' defined but not used [-Wunused-function] static void _ssl_thread_locking_function(int mode, int n, const char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_openssl.o -L/usr/lib -lssl -lcrypto -lpython2.7 -o build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_openssl.so building '_constant_time' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c build/temp.linux-armv7l-2.7/_constant_time.c -o build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_constant_time.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_constant_time.so building '_padding' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c build/temp.linux-armv7l-2.7/_padding.c -o build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-2.7/build/temp.linux-armv7l-2.7/_padding.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_padding.so + sleep 1 + pushd /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/cryptography-2.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-armv7l-3.6 creating build/lib.linux-armv7l-3.6/cryptography copying src/cryptography/__about__.py -> build/lib.linux-armv7l-3.6/cryptography copying src/cryptography/__init__.py -> build/lib.linux-armv7l-3.6/cryptography copying src/cryptography/utils.py -> build/lib.linux-armv7l-3.6/cryptography copying src/cryptography/fernet.py -> build/lib.linux-armv7l-3.6/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-3.6/cryptography creating build/lib.linux-armv7l-3.6/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat creating build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-3.6/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-3.6/cryptography/x509 creating build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives creating build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings creating build/lib.linux-armv7l-3.6/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends creating build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf creating build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor creating build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers creating build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl creating build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-armv7l-3.6/_padding.c' creating build/temp.linux-armv7l-3.6 generating cffi module 'build/temp.linux-armv7l-3.6/_constant_time.c' generating cffi module 'build/temp.linux-armv7l-3.6/_openssl.c' building '_openssl' extension creating build/temp.linux-armv7l-3.6/build creating build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6 gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python3.6m -c build/temp.linux-armv7l-3.6/_openssl.c -o build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-armv7l-3.6/_openssl.c: In function ‘Cryptography_pem_password_cb’: build/temp.linux-armv7l-3.6/_openssl.c:2701:37: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] memcpy(buf, st->password, st->length); ~~^~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: build/temp.linux-armv7l-3.6/_openssl.c:11992:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/include/openssl/bn.h:31, from /usr/include/openssl/asn1.h:24, from build/temp.linux-armv7l-3.6/_openssl.c:536: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: build/temp.linux-armv7l-3.6/_openssl.c:12015:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/include/openssl/bn.h:31, from /usr/include/openssl/asn1.h:24, from build/temp.linux-armv7l-3.6/_openssl.c:536: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: build/temp.linux-armv7l-3.6/_openssl.c:13128:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_datagram(); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: build/temp.linux-armv7l-3.6/_openssl.c:13138:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_datagram(); } ^ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: build/temp.linux-armv7l-3.6/_openssl.c:13152:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_mem(); ^~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: build/temp.linux-armv7l-3.6/_openssl.c:13162:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_mem(); } ^ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:18853:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1652:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:18863:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1652:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: build/temp.linux-armv7l-3.6/_openssl.c:18913:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1650:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: build/temp.linux-armv7l-3.6/_openssl.c:18923:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1650:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:18937:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1651:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:18947:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1651:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: build/temp.linux-armv7l-3.6/_openssl.c:33234:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:13, from /usr/include/openssl/cmac.h:19, from build/temp.linux-armv7l-3.6/_openssl.c:546: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: build/temp.linux-armv7l-3.6/_openssl.c:33256:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/include/openssl/evp.h:13, from /usr/include/openssl/cmac.h:19, from build/temp.linux-armv7l-3.6/_openssl.c:546: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: build/temp.linux-armv7l-3.6/_openssl.c:38803:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_add_extra_chain_cert(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: build/temp.linux-armv7l-3.6/_openssl.c:38843:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_add_extra_chain_cert(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: build/temp.linux-armv7l-3.6/_openssl.c:39267:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_mode(x0); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: build/temp.linux-armv7l-3.6/_openssl.c:39290:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_mode(x0); } ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: build/temp.linux-armv7l-3.6/_openssl.c:39375:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_session_cache_mode(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: build/temp.linux-armv7l-3.6/_openssl.c:39398:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_session_cache_mode(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: build/temp.linux-armv7l-3.6/_openssl.c:41004:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_mode(x0, x1); ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c:41004:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: build/temp.linux-armv7l-3.6/_openssl.c:41037:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_mode(x0, x1); } ^~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c:41037:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] In file included from build/temp.linux-armv7l-3.6/_openssl.c:719: build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: build/temp.linux-armv7l-3.6/_openssl.c:41352:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~ build/temp.linux-armv7l-3.6/_openssl.c:41352:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-armv7l-3.6/_openssl.c:719: build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: build/temp.linux-armv7l-3.6/_openssl.c:41385:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~ build/temp.linux-armv7l-3.6/_openssl.c:41385:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: build/temp.linux-armv7l-3.6/_openssl.c:41754:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_dh(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: build/temp.linux-armv7l-3.6/_openssl.c:41794:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_dh(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: build/temp.linux-armv7l-3.6/_openssl.c:41807:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_ecdh(x0, x1); ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: build/temp.linux-armv7l-3.6/_openssl.c:41847:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_ecdh(x0, x1); } ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-armv7l-3.6/_openssl.c:42560:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_SESSION_get_ticket_lifetime_hint(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-armv7l-3.6/_openssl.c:42583:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: build/temp.linux-armv7l-3.6/_openssl.c:43912:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_get_mode(x0); ^~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: build/temp.linux-armv7l-3.6/_openssl.c:43935:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_get_mode(x0); } ^~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: build/temp.linux-armv7l-3.6/_openssl.c:45747:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_set_mode(x0, x1); ^~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c:45747:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: build/temp.linux-armv7l-3.6/_openssl.c:45780:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_set_mode(x0, x1); } ^~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c:45780:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47040:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] return SSLv3_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1619:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47050:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] { result = SSLv3_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1619:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_method’: build/temp.linux-armv7l-3.6/_openssl.c:47064:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] return SSLv3_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1617:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_method’: build/temp.linux-armv7l-3.6/_openssl.c:47074:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] { result = SSLv3_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1617:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47088:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] return SSLv3_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1618:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47098:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] { result = SSLv3_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1618:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47112:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47122:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: build/temp.linux-armv7l-3.6/_openssl.c:47136:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1638:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: build/temp.linux-armv7l-3.6/_openssl.c:47146:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1638:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47160:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47170:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47184:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47194:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: build/temp.linux-armv7l-3.6/_openssl.c:47208:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1644:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: build/temp.linux-armv7l-3.6/_openssl.c:47218:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1644:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47232:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47242:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47256:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: build/temp.linux-armv7l-3.6/_openssl.c:47266:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_method’: build/temp.linux-armv7l-3.6/_openssl.c:47280:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1632:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_method’: build/temp.linux-armv7l-3.6/_openssl.c:47290:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1632:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47304:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: build/temp.linux-armv7l-3.6/_openssl.c:47314:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/include/openssl/comp.h:13, from /usr/include/openssl/ssl.h:47, from build/temp.linux-armv7l-3.6/_openssl.c:719: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: build/temp.linux-armv7l-3.6/_openssl.c:48387:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: build/temp.linux-armv7l-3.6/_openssl.c:48410:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: build/temp.linux-armv7l-3.6/_openssl.c:48423:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: build/temp.linux-armv7l-3.6/_openssl.c:48446:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_d_X509_get0_signature’: build/temp.linux-armv7l-3.6/_openssl.c:54348:23: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:552:50: note: expected ‘const ASN1_BIT_STRING **’ {aka ‘const struct asn1_string_st **’} but argument is of type ‘ASN1_OCTET_STRING **’ {aka ‘struct asn1_string_st **’} void X509_get0_signature(const ASN1_BIT_STRING **psig, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-3.6/_openssl.c:54348:27: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:553:45: note: expected ‘const X509_ALGOR **’ {aka ‘const struct X509_algor_st **’} but argument is of type ‘X509_ALGOR **’ {aka ‘struct X509_algor_st **’} const X509_ALGOR **palg, const X509 *x); ~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-3.6/_openssl.c: In function ‘_cffi_f_X509_get0_signature’: build/temp.linux-armv7l-3.6/_openssl.c:54400:25: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:552:50: note: expected ‘const ASN1_BIT_STRING **’ {aka ‘const struct asn1_string_st **’} but argument is of type ‘ASN1_OCTET_STRING **’ {aka ‘struct asn1_string_st **’} void X509_get0_signature(const ASN1_BIT_STRING **psig, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ build/temp.linux-armv7l-3.6/_openssl.c:54400:29: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/ct.h:18, from build/temp.linux-armv7l-3.6/_openssl.c:557: /usr/include/openssl/x509.h:553:45: note: expected ‘const X509_ALGOR **’ {aka ‘const struct X509_algor_st **’} but argument is of type ‘X509_ALGOR **’ {aka ‘struct X509_algor_st **’} const X509_ALGOR **palg, const X509 *x); ~~~~~~~~~~~~~~~~~~~^~~~ At top level: build/temp.linux-armv7l-3.6/_openssl.c:2630:13: warning: ‘_ssl_thread_locking_function’ defined but not used [-Wunused-function] static void _ssl_thread_locking_function(int mode, int n, const char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_openssl.o -L/usr/lib -lssl -lcrypto -lpython3.6m -o build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_openssl.abi3.so building '_constant_time' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python3.6m -c build/temp.linux-armv7l-3.6/_constant_time.c -o build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_constant_time.o -L/usr/lib -lpython3.6m -o build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_constant_time.abi3.so building '_padding' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -I/usr/include/python3.6m -c build/temp.linux-armv7l-3.6/_padding.c -o build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-3.6/build/temp.linux-armv7l-3.6/_padding.o -L/usr/lib -lpython3.6m -o build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_padding.abi3.so + sleep 1 + popd ~/build/BUILD/cryptography-2.3 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5wbjxh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm ++ dirname /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm + cd cryptography-2.3 + find . -name .keep -print -delete ./docs/_static/.keep + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-armv7l-2.7/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-armv7l-2.7/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-armv7l-2.7/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-2.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_openssl.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_padding.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_constant_time.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-armv7l-2.7/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-armv7l-2.7/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-armv7l-2.7/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-armv7l-2.7/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/mac.py to mac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/name.py to name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/general_name.py to general_name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/oid.py to oid.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/x509/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/fernet.py to fernet.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/exceptions.py to exceptions.pyc writing byte-compilation script '/tmp/tmpUPrUkp.py' /usr/bin/python2 -O /tmp/tmpUPrUkp.py removing /tmp/tmpUPrUkp.py running install_egg_info running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography-2.3-py2.7.egg-info running install_scripts + pushd /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/cryptography-2.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography copying build/lib.linux-armv7l-3.6/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography copying build/lib.linux-armv7l-3.6/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat copying build/lib.linux-armv7l-3.6/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-armv7l-3.6/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_constant_time.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_padding.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends copying build/lib.linux-armv7l-3.6/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509 copying build/lib.linux-armv7l-3.6/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography copying build/lib.linux-armv7l-3.6/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography copying build/lib.linux-armv7l-3.6/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/__about__.py to __about__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/mac.py to mac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/name.py to name.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/general_name.py to general_name.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/oid.py to oid.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/x509/extensions.py to extensions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/fernet.py to fernet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/exceptions.py to exceptions.cpython-36.pyc writing byte-compilation script '/tmp/tmpubplwegw.py' /usr/bin/python3 /tmp/tmpubplwegw.py removing /tmp/tmpubplwegw.py running install_egg_info running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info running install_scripts + popd ~/build/BUILD/cryptography-2.3 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.3-1.fc28 --unique-debug-suffix -2.3-1.fc28.arm --unique-debug-src-base python-cryptography-2.3-1.fc28.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-2.3 extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_padding.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_constant_time.so /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 4176 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/debug/usr/lib/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0d9hil + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + rm -f tests/hazmat/primitives/test_padding.py + /usr/bin/python setup.py test DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running test running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-armv7l-2.7/_padding.c' already up-to-date generating cffi module 'build/temp.linux-armv7l-2.7/_constant_time.c' already up-to-date generating cffi module 'build/temp.linux-armv7l-2.7/_openssl.c' already up-to-date copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_openssl.so -> src/cryptography/hazmat/bindings copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_constant_time.so -> src/cryptography/hazmat/bindings copying build/lib.linux-armv7l-2.7/cryptography/hazmat/bindings/_padding.so -> src/cryptography/hazmat/bindings ============================= test session starts ============================== platform linux2 -- Python 2.7.15, pytest-3.4.2, py-1.5.4, pluggy-0.6.0 OpenSSL: OpenSSL 1.1.0h-fips 27 Mar 2018 rootdir: /builddir/build/BUILD/cryptography-2.3, inifile: plugins: hypothesis-3.44.24 collected 100995 items / 9 skipped tests/test_cryptography_utils.py .... [ 0%] tests/test_fernet.py ............................ [ 0%] tests/test_interfaces.py ..... [ 0%] tests/test_utils.py ..................................... [ 0%] tests/test_warnings.py .. [ 0%] tests/hazmat/backends/test_openssl.py .................................. [ 0%] ..ss............sssssss [ 0%] tests/hazmat/backends/test_openssl_memleak.py ......... [ 0%] tests/hazmat/bindings/test_openssl.py .s....... [ 0%] tests/hazmat/primitives/test_3des.py ................................... [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ....................... [ 2%] tests/hazmat/primitives/test_aead.py s.................................. [ 2%] ..............................................s......................... [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................ [ 12%] tests/hazmat/primitives/test_aes.py .................................... [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ................................................................... [ 70%] tests/hazmat/primitives/test_arc4.py ................................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ..................................... [ 71%] tests/hazmat/primitives/test_asym_utils.py ...... [ 71%] tests/hazmat/primitives/test_block.py ........................ [ 71%] tests/hazmat/primitives/test_blowfish.py ............................... [ 71%] ........................... [ 71%] tests/hazmat/primitives/test_camellia.py ............................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ............................. [ 75%] tests/hazmat/primitives/test_cast5.py .................................. [ 75%] ............................. [ 75%] tests/hazmat/primitives/test_chacha20.py ....... [ 75%] tests/hazmat/primitives/test_ciphers.py ................................ [ 75%] ........................................................................ [ 75%] .................................... [ 75%] tests/hazmat/primitives/test_cmac.py ................................... [ 75%] ........... [ 75%] tests/hazmat/primitives/test_concatkdf.py .............. [ 75%] tests/hazmat/primitives/test_constant_time.py .. [ 75%] tests/hazmat/primitives/test_dh.py ..................................... [ 75%] ...................................... [ 75%] tests/hazmat/primitives/test_dsa.py .................................... [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ................................................. [ 76%] tests/hazmat/primitives/test_ec.py ....................sssssssssssssssss [ 76%] sssssssssssssssssssssssssssssssss....................................... [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] .................sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss......... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ...............................................sssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssss.s.ssss..ss.ssss..s..ssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ...........sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] sssssssssssssssssssssssssssssssssssssssss............................... [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ..............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] sssssssssssssssss....................................................... [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssss............. [ 81%] .........................s....ssssssssssssssssssssssssssssss............ [ 81%] ........................................................................ [ 81%] ....................................sss.. [ 81%] tests/hazmat/primitives/test_hash_vectors.py ........................... [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ............................... [ 82%] tests/hazmat/primitives/test_hashes.py ............... [ 82%] tests/hazmat/primitives/test_hkdf.py ............. [ 82%] tests/hazmat/primitives/test_hkdf_vectors.py ..................... [ 82%] tests/hazmat/primitives/test_hmac.py ......... [ 82%] tests/hazmat/primitives/test_hmac_vectors.py ........................... [ 82%] ............. [ 82%] tests/hazmat/primitives/test_idea.py ................................... [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ............................................................. [ 83%] tests/hazmat/primitives/test_kbkdf.py ................ [ 83%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssss.................................................. [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......................................................ssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssss [ 88%] tests/hazmat/primitives/test_keywrap.py ................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ......................................... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac.py ...... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ...... [ 94%] tests/hazmat/primitives/test_rsa.py .................................... [ 94%] ...............s........................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 99%] ... [ 99%] tests/hazmat/primitives/test_scrypt.py ....s......s..... [ 99%] tests/hazmat/primitives/test_seed.py ................................... [ 99%] ........... [ 99%] tests/hazmat/primitives/test_serialization.py .......................... [ 99%] ........................................................................ [ 99%] ...... [ 99%] tests/hazmat/primitives/test_x25519.py s......... [ 99%] tests/hazmat/primitives/test_x963_vectors.py ........................... [ 99%] ........................................................................ [ 99%] .. [ 99%] tests/hazmat/primitives/test_x963kdf.py ....... [ 99%] tests/hazmat/primitives/twofactor/test_hotp.py ......................... [ 99%] ............. [ 99%] tests/hazmat/primitives/twofactor/test_totp.py ......................... [ 99%] ............... [ 99%] tests/hypothesis/test_fernet.py . [ 99%] tests/hypothesis/test_padding.py .. [ 99%] tests/wycheproof/test_utils.py .. [ 99%] tests/x509/test_x509.py ................................................ [ 99%] .............................................ss......................... [ 99%] ........................................................................ [ 99%] ...................................................... [ 99%] tests/x509/test_x509_crlbuilder.py ................................. [ 99%] tests/x509/test_x509_ext.py ............................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] .....................................................................s. [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] =============================== warnings summary =============================== tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_dsa_verify_invalid_asn1 /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:398: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(b'fakesig', hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:406: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. public_key.verifier(1234, hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_use_after_finalize /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:410: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(b'fakesig', hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_verify /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:423: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:454: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. private_key.signer(Prehashed(hashes.SHA1())) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:460: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. b"0" * 64, Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_use_after_finalize /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:505: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_sign /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:519: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, algorithm) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_prehashed_sign /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_dsa.py:532: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, hashes.SHA1()) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_sign /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:549: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_sign_prehashed /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:563: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, ec.ECDSA(hashes.SHA1())) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_verify /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:583: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_verify_prehashed /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:594: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:622: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. private_key.signer(ec.ECDSA(Prehashed(hashes.SHA1()))) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:631: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. ec.ECDSA(Prehashed(hashes.SHA1())) tests/hazmat/primitives/test_ec.py::TestECDSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_ec.py:1026: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. public_key.verifier(1234, ec.ECDSA(hashes.SHA256())) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_use_after_finalize /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_rsa.py:544: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(padding.PKCS1v15(), hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_rsa.py:664: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. asym_utils.Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_rsa.py:679: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. asym_utils.Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSAVerification::()::test_use_after_finalize /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_rsa.py:938: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. hashes.SHA1() tests/hazmat/primitives/test_rsa.py::TestRSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/cryptography-2.3/tests/hazmat/primitives/test_rsa.py:969: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. hashes.SHA1() tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::()::test_subject_alt_names /builddir/build/BUILD/cryptography-2.3/tests/x509/test_x509.py:3124: CryptographyDeprecationWarning: RFC822Name values should be passed as an A-label string. This means unicode characters should be encoded via idna. Support for passing unicode strings (aka U-label) will be removed in a future version. x509.RFC822Name(u"email@em\xe5\xefl.com"), /builddir/build/BUILD/cryptography-2.3/tests/x509/test_x509.py:3126: CryptographyDeprecationWarning: URI values should be passed as an A-label string. This means unicode characters should be encoded via idna. Support for passing unicode strings (aka U-label) will be removed in a future version. u"https://\u043f\u044b\u043a\u0430.cryptography" -- Docs: http://doc.pytest.org/en/latest/warnings.html ========== 94976 passed, 6028 skipped, 23 warnings in 1235.69 seconds ========== + pushd /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/python3-python-cryptography-2.3-1.fc28 ~/build/BUILD/cryptography-2.3 + rm -f tests/hazmat/primitives/test_padding.py + /usr/bin/python3 setup.py test running test running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-armv7l-3.6/_padding.c' already up-to-date generating cffi module 'build/temp.linux-armv7l-3.6/_constant_time.c' already up-to-date generating cffi module 'build/temp.linux-armv7l-3.6/_openssl.c' already up-to-date copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_openssl.abi3.so -> src/cryptography/hazmat/bindings copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_constant_time.abi3.so -> src/cryptography/hazmat/bindings copying build/lib.linux-armv7l-3.6/cryptography/hazmat/bindings/_padding.abi3.so -> src/cryptography/hazmat/bindings ============================= test session starts ============================== platform linux -- Python 3.6.5, pytest-3.4.2, py-1.5.4, pluggy-0.6.0 OpenSSL: OpenSSL 1.1.0h-fips 27 Mar 2018 rootdir: /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28, inifile: plugins: hypothesis-3.44.24 collected 100995 items / 9 skipped tests/test_cryptography_utils.py .... [ 0%] tests/test_fernet.py ............................ [ 0%] tests/test_interfaces.py ..... [ 0%] tests/test_utils.py ..................................... [ 0%] tests/test_warnings.py .. [ 0%] tests/hazmat/backends/test_openssl.py .................................. [ 0%] ..ss............sssssss [ 0%] tests/hazmat/backends/test_openssl_memleak.py ......... [ 0%] tests/hazmat/bindings/test_openssl.py .s....... [ 0%] tests/hazmat/primitives/test_3des.py ................................... [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ....................... [ 2%] tests/hazmat/primitives/test_aead.py s.................................. [ 2%] ..............................................s......................... [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................ [ 12%] tests/hazmat/primitives/test_aes.py .................................... [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ................................................................... [ 70%] tests/hazmat/primitives/test_arc4.py ................................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ..................................... [ 71%] tests/hazmat/primitives/test_asym_utils.py ...... [ 71%] tests/hazmat/primitives/test_block.py ........................ [ 71%] tests/hazmat/primitives/test_blowfish.py ............................... [ 71%] ........................... [ 71%] tests/hazmat/primitives/test_camellia.py ............................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ............................. [ 75%] tests/hazmat/primitives/test_cast5.py .................................. [ 75%] ............................. [ 75%] tests/hazmat/primitives/test_chacha20.py ....... [ 75%] tests/hazmat/primitives/test_ciphers.py ................................ [ 75%] ........................................................................ [ 75%] .................................... [ 75%] tests/hazmat/primitives/test_cmac.py ................................... [ 75%] ........... [ 75%] tests/hazmat/primitives/test_concatkdf.py .............. [ 75%] tests/hazmat/primitives/test_constant_time.py .. [ 75%] tests/hazmat/primitives/test_dh.py ..................................... [ 75%] ...................................... [ 75%] tests/hazmat/primitives/test_dsa.py .................................... [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ................................................. [ 76%] tests/hazmat/primitives/test_ec.py ....................sssssssssssssssss [ 76%] sssssssssssssssssssssssssssssssss....................................... [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] .................sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss......... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ...............................................sssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssss.s.....sssssssssssss.s..ssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ...........sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] sssssssssssssssssssssssssssssssssssssssss............................... [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ..............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] sssssssssssssssss....................................................... [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssss............. [ 81%] .........................s....ssssssssssssssssssssssssssssss............ [ 81%] ........................................................................ [ 81%] ....................................sss.. [ 81%] tests/hazmat/primitives/test_hash_vectors.py ........................... [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ............................... [ 82%] tests/hazmat/primitives/test_hashes.py ............... [ 82%] tests/hazmat/primitives/test_hkdf.py ............. [ 82%] tests/hazmat/primitives/test_hkdf_vectors.py ..................... [ 82%] tests/hazmat/primitives/test_hmac.py ......... [ 82%] tests/hazmat/primitives/test_hmac_vectors.py ........................... [ 82%] ............. [ 82%] tests/hazmat/primitives/test_idea.py ................................... [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ............................................................. [ 83%] tests/hazmat/primitives/test_kbkdf.py ................ [ 83%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssss.................................................. [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......................................................ssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssss [ 88%] tests/hazmat/primitives/test_keywrap.py ................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ......................................... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac.py ...... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ...... [ 94%] tests/hazmat/primitives/test_rsa.py .................................... [ 94%] ...............s........................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 99%] ... [ 99%] tests/hazmat/primitives/test_scrypt.py ....s......s..... [ 99%] tests/hazmat/primitives/test_seed.py ................................... [ 99%] ........... [ 99%] tests/hazmat/primitives/test_serialization.py .......................... [ 99%] ........................................................................ [ 99%] ...... [ 99%] tests/hazmat/primitives/test_x25519.py s......... [ 99%] tests/hazmat/primitives/test_x963_vectors.py ........................... [ 99%] ........................................................................ [ 99%] .. [ 99%] tests/hazmat/primitives/test_x963kdf.py ....... [ 99%] tests/hazmat/primitives/twofactor/test_hotp.py ......................... [ 99%] ............. [ 99%] tests/hazmat/primitives/twofactor/test_totp.py ......................... [ 99%] ............... [ 99%] tests/hypothesis/test_fernet.py . [ 99%] tests/hypothesis/test_padding.py .. [ 99%] tests/wycheproof/test_utils.py .. [ 99%] tests/x509/test_x509.py ................................................ [ 99%] .............................................ss......................... [ 99%] ........................................................................ [ 99%] ...................................................... [ 99%] tests/x509/test_x509_crlbuilder.py ................................. [ 99%] tests/x509/test_x509_ext.py ............................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] .....................................................................s. [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] =============================== warnings summary =============================== tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_dsa_verify_invalid_asn1 /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:398: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(b'fakesig', hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:406: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. public_key.verifier(1234, hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_use_after_finalize /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:410: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(b'fakesig', hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_verify /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:423: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:454: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. private_key.signer(Prehashed(hashes.SHA1())) tests/hazmat/primitives/test_dsa.py::TestDSAVerification::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:460: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. b"0" * 64, Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_use_after_finalize /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:505: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(hashes.SHA1()) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_sign /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:519: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, algorithm) tests/hazmat/primitives/test_dsa.py::TestDSASignature::()::test_prehashed_sign /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_dsa.py:532: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, hashes.SHA1()) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_sign /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:549: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_sign_prehashed /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:563: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. verifier = public_key.verifier(signature, ec.ECDSA(hashes.SHA1())) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_verify /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:583: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_verify_prehashed /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:594: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(algorithm) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:622: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. private_key.signer(ec.ECDSA(Prehashed(hashes.SHA1()))) tests/hazmat/primitives/test_ec.py::TestECDSAVectors::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:631: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. ec.ECDSA(Prehashed(hashes.SHA1())) tests/hazmat/primitives/test_ec.py::TestECDSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_ec.py:1026: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. public_key.verifier(1234, ec.ECDSA(hashes.SHA256())) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_use_after_finalize /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_rsa.py:544: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. signer = private_key.signer(padding.PKCS1v15(), hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_prehashed_unsupported_in_signer_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_rsa.py:664: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. asym_utils.Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSASignature::()::test_prehashed_unsupported_in_verifier_ctx /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_rsa.py:679: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. asym_utils.Prehashed(hashes.SHA1()) tests/hazmat/primitives/test_rsa.py::TestRSAVerification::()::test_use_after_finalize /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_rsa.py:938: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. hashes.SHA1() tests/hazmat/primitives/test_rsa.py::TestRSAVerification::()::test_signature_not_bytes /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/hazmat/primitives/test_rsa.py:969: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. hashes.SHA1() tests/x509/test_x509.py::TestCertificateSigningRequestBuilder::()::test_subject_alt_names /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/x509/test_x509.py:3124: CryptographyDeprecationWarning: RFC822Name values should be passed as an A-label string. This means unicode characters should be encoded via idna. Support for passing unicode strings (aka U-label) will be removed in a future version. x509.RFC822Name(u"email@em\xe5\xefl.com"), /builddir/build/BUILD/python3-python-cryptography-2.3-1.fc28/tests/x509/test_x509.py:3126: CryptographyDeprecationWarning: URI values should be passed as an A-label string. This means unicode characters should be encoded via idna. Support for passing unicode strings (aka U-label) will be removed in a future version. u"https://\u043f\u044b\u043a\u0430.cryptography" -- Docs: http://doc.pytest.org/en/latest/warnings.html ========== 94976 passed, 6028 skipped, 23 warnings in 1230.70 seconds ========== + popd ~/build/BUILD/cryptography-2.3 + exit 0 Processing files: python2-cryptography-2.3-1.fc28.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1FNv9w + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python2-cryptography + exit 0 Provides: python-cryptography = 2.3-1.fc28 python-cryptography(armv7hl-32) = 2.3-1.fc28 python2-cryptography = 2.3-1.fc28 python2-cryptography(armv7hl-32) = 2.3-1.fc28 python2.7dist(cryptography) = 2.3 python2dist(cryptography) = 2.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libcrypto.so.1.1 libcrypto.so.1.1(OPENSSL_1_1_0) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7.so.1.0 libssl.so.1.1 libssl.so.1.1(OPENSSL_1_1_0) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-cryptography < 2.3-1.fc28 Processing files: python3-cryptography-2.3-1.fc28.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Auzmyp + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python3-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python3-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python3-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/doc/python3-cryptography + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.10F7Kk + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/licenses/python3-cryptography + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/licenses/python3-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/licenses/python3-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/licenses/python3-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm/usr/share/licenses/python3-cryptography + exit 0 warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/PKG-INFO warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/SOURCES.txt warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/dependency_links.txt warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/not-zip-safe warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/requires.txt warning: File listed twice: /usr/lib/python3.6/site-packages/cryptography-2.3-py3.6.egg-info/top_level.txt Provides: python3-cryptography = 2.3-1.fc28 python3-cryptography(armv7hl-32) = 2.3-1.fc28 python3.6dist(cryptography) = 2.3 python3dist(cryptography) = 2.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libcrypto.so.1.1 libcrypto.so.1.1(OPENSSL_1_1_0) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.6m.so.1.0 libssl.so.1.1 libssl.so.1.1(OPENSSL_1_1_0) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-cryptography-debugsource-2.3-1.fc28.armv7hl Provides: python-cryptography-debugsource = 2.3-1.fc28 python-cryptography-debugsource(armv7hl-32) = 2.3-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-cryptography-debuginfo-2.3-1.fc28.armv7hl Provides: python-cryptography-debuginfo = 2.3-1.fc28 python-cryptography-debuginfo(armv7hl-32) = 2.3-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(armv7hl-32) = 2.3-1.fc28 Processing files: python2-cryptography-debuginfo-2.3-1.fc28.armv7hl Provides: debuginfo(build-id) = 2cd66ce879238d5a46bb913bcff260c31af56594 debuginfo(build-id) = 309e43f0be4fd0650c355c126f3cd3e2d27dc06c debuginfo(build-id) = 4b576a53b28437d0e5d6f9fcb2a8d68b2d546bbe python2-cryptography-debuginfo = 2.3-1.fc28 python2-cryptography-debuginfo(armv7hl-32) = 2.3-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(armv7hl-32) = 2.3-1.fc28 Processing files: python3-cryptography-debuginfo-2.3-1.fc28.armv7hl Provides: debuginfo(build-id) = 58ac6c1f65a17ecfcc437b5a4e85021c1b933c90 debuginfo(build-id) = bd05c0edb252afc60ad0f4906ca065b9b9f392d5 debuginfo(build-id) = f11dc376493d8eacb4ad5e2063a4abb8dcbfd519 python3-cryptography-debuginfo = 2.3-1.fc28 python3-cryptography-debuginfo(armv7hl-32) = 2.3-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(armv7hl-32) = 2.3-1.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm Wrote: /builddir/build/RPMS/python2-cryptography-2.3-1.fc28.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-cryptography-2.3-1.fc28.armv7hl.rpm Wrote: /builddir/build/RPMS/python-cryptography-debugsource-2.3-1.fc28.armv7hl.rpm Wrote: /builddir/build/RPMS/python-cryptography-debuginfo-2.3-1.fc28.armv7hl.rpm Wrote: /builddir/build/RPMS/python2-cryptography-debuginfo-2.3-1.fc28.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-cryptography-debuginfo-2.3-1.fc28.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.00LCEE + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cryptography-2.3-1.fc28.arm + exit 0 Child return code was: 0