Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f31-build-102507-33538/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --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 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 114: %endif # with_python3 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 128: %endif # with_python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/python-cryptography-2.6.1-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f31-build-102507-33538/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --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 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 114: %endif # with_python3 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 128: %endif # with_python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.h5d1bR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptography-2.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-2.6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-2.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 + cp -a . /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 + find /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 -name '*.py' + xargs sed -i '1s|^#!/usr/bin/python|#!/usr/bin/python3|' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZboWmN + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + sleep 1 + 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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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-riscv64-2.7 creating build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-riscv64-2.7/cryptography creating build/lib.linux-riscv64-2.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat creating build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-riscv64-2.7/cryptography/x509 creating build/lib.linux-riscv64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends creating build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives creating build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl creating build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor BUILDSTDERR: copying src/cryptography/hazmat/primitivesno previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' /twofactor/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers 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' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-riscv64-2.7/_padding.c' creating build/temp.linux-riscv64-2.7 generating cffi module 'build/temp.linux-riscv64-2.7/_constant_time.c' generating cffi module 'build/temp.linux-riscv64-2.7/_openssl.c' building '_openssl' extension creating build/temp.linux-riscv64-2.7/build creating build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7 BUILDSTDERR: 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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specsbuild/temp.linux-riscv64-2.7/_openssl.c: In function 'Cryptography_pem_password_cb': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:2973:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 2973 | memcpy(buf, st->password, st->length); BUILDSTDERR: | ~~^~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_ASN1_STRING_data': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:10775:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 10775 | return ASN1_STRING_data(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/asn1.h:554:1: note: declared here BUILDSTDERR: 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_ASN1_STRING_data': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:10798:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 10798 | { result = ASN1_STRING_data(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/asn1.h:554:1: note: declared here BUILDSTDERR: 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_datagram': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:11911:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11911 | return BIO_s_datagram(); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_datagram': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:11921:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11921 | { result = BIO_s_datagram(); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_mem': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:11935:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11935 | return BIO_s_mem(); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_mem': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:11945:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11945 | { result = BIO_s_mem(); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17225:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17225 | return DTLSv1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1889:1: note: declared here BUILDSTDERR: 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17235:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17235 | { result = DTLSv1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1889:1: note: declared here BUILDSTDERR: 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17285:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17285 | return DTLSv1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1887:1: note: declared here BUILDSTDERR: 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17295:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17295 | { result = DTLSv1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1887:1: note: declared here BUILDSTDERR: 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17309:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17309 | return DTLSv1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1888:1: note: declared here BUILDSTDERR: 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:17319:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17319 | { result = DTLSv1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1888:1: note: declared here BUILDSTDERR: 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_OCSP_resp_get0_certs': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:27971:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 27971 | return OCSP_resp_get0_certs(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_OCSP_resp_get0_certs': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:27994:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 27994 | { result = OCSP_resp_get0_certs(x0); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_OPENSSL_config': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:28451:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 28451 | OPENSSL_config(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/conf.h:91:1: note: declared here BUILDSTDERR: 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_OPENSSL_config': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:28473:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 28473 | { OPENSSL_config(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/conf.h:91:1: note: declared here BUILDSTDERR: 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34131:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34131 | return SSL_CTX_add_extra_chain_cert(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34171:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34171 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34595:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34595 | return SSL_CTX_get_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34618:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34618 | { result = SSL_CTX_get_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34703:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34703 | return SSL_CTX_get_session_cache_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:34726:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34726 | { result = SSL_CTX_get_session_cache_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36332:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36332 | return SSL_CTX_set_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36332:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36365:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36365 | { result = SSL_CTX_set_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36365:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:730: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36726:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36726 | return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: | ^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36726:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36726 | return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:730: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36759:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36759 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: | ^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:36759:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36759 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37128:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37128 | return SSL_CTX_set_tmp_dh(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37168:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37168 | { result = SSL_CTX_set_tmp_dh(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37181:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37181 | return SSL_CTX_set_tmp_ecdh(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37221:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37221 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_SESSION_get_ticket_lifetime_hint': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37970:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37970 | return SSL_SESSION_get_ticket_lifetime_hint(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_SESSION_get_ticket_lifetime_hint': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:37993:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37993 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:39358:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 39358 | return SSL_get_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:39381:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 39381 | { result = SSL_get_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:41301:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 41301 | return SSL_set_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:41301:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:41334:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 41334 | { result = SSL_set_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:41334:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42748:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42748 | return SSLv3_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1856:1: note: declared here BUILDSTDERR: 1856 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42758:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42758 | { result = SSLv3_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1856:1: note: declared here BUILDSTDERR: 1856 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42772:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42772 | return SSLv3_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1854:1: note: declared here BUILDSTDERR: 1854 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42782:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42782 | { result = SSLv3_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1854:1: note: declared here BUILDSTDERR: 1854 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42796:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42796 | return SSLv3_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1855:1: note: declared here BUILDSTDERR: 1855 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42806:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42806 | { result = SSLv3_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1855:1: note: declared here BUILDSTDERR: 1855 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42820:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42820 | return TLSv1_1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1877:1: note: declared here BUILDSTDERR: 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42830:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42830 | { result = TLSv1_1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1877:1: note: declared here BUILDSTDERR: 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42844:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42844 | return TLSv1_1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1875:1: note: declared here BUILDSTDERR: 1875 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42854:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42854 | { result = TLSv1_1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1875:1: note: declared here BUILDSTDERR: 1875 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42868:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42868 | return TLSv1_1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1876:1: note: declared here BUILDSTDERR: 1876 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42878:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42878 | { result = TLSv1_1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1876:1: note: declared here BUILDSTDERR: 1876 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42892:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42892 | return TLSv1_2_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1883:1: note: declared here BUILDSTDERR: 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42902:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42902 | { result = TLSv1_2_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1883:1: note: declared here BUILDSTDERR: 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42916:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42916 | return TLSv1_2_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1881:1: note: declared here BUILDSTDERR: 1881 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42926:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42926 | { result = TLSv1_2_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1881:1: note: declared here BUILDSTDERR: 1881 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42940:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42940 | return TLSv1_2_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1882:1: note: declared here BUILDSTDERR: 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42950:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42950 | { result = TLSv1_2_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1882:1: note: declared here BUILDSTDERR: 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42964:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42964 | return TLSv1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1871:1: note: declared here BUILDSTDERR: 1871 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42974:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42974 | { result = TLSv1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1871:1: note: declared here BUILDSTDERR: 1871 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42988:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42988 | return TLSv1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:42998:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42998 | { result = TLSv1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:43012:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 43012 | return TLSv1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1870:1: note: declared here BUILDSTDERR: 1870 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:43022:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 43022 | { result = TLSv1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1870:1: note: declared here BUILDSTDERR: 1870 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:44095:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44095 | return X509_CRL_get_lastUpdate(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:727:1: note: declared here BUILDSTDERR: 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:44118:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44118 | { result = X509_CRL_get_lastUpdate(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:727:1: note: declared here BUILDSTDERR: 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:44131:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44131 | return X509_CRL_get_nextUpdate(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:728:1: note: declared here BUILDSTDERR: 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:44154:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44154 | { result = X509_CRL_get_nextUpdate(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:728:1: note: declared here BUILDSTDERR: 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:28: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'osrandom_ctrl' at build/temp.linux-riscv64-2.7/_openssl.c:2062:9, BUILDSTDERR: inlined from 'osrandom_ctrl' at build/temp.linux-riscv64-2.7/_openssl.c:2044:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying between 8 and 17 bytes from a string of length 17 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_openssl.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o build/lib.linux-riscv64-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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_constant_time.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_constant_time.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_padding.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_padding.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z+ sleep 1 + pushd /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 + 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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' ,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_padding.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_padding.so ~/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 ~/build/BUILD/cryptography-2.6.1 running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-riscv64-3.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-riscv64-3.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-riscv64-3.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-riscv64-3.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-riscv64-3.7/cryptography creating build/lib.linux-riscv64-3.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat creating build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-riscv64-3.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-riscv64-3.7/cryptography/x509 creating build/lib.linux-riscv64-3.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends creating build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives creating build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl creating build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric BUILDSTDERR: copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-riscv64-3.7/cryptographno previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' y/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization creating build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers 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' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-riscv64-3.7/_padding.c' creating build/temp.linux-riscv64-3.7 generating cffi module 'build/temp.linux-riscv64-3.7/_constant_time.c' generating cffi module 'build/temp.linux-riscv64-3.7/_openssl.c' building '_openssl' extension creating build/temp.linux-riscv64-3.7/build creating build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7 BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstabuild/temp.linux-riscv64-3.7/_openssl.c: In function ‘Cryptography_pem_password_cb’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:2973:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 2973 | memcpy(buf, st->password, st->length); BUILDSTDERR: | ~~^~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:10775:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 10775 | return ASN1_STRING_data(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/asn1.h:554:1: note: declared here BUILDSTDERR: 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:10798:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 10798 | { result = ASN1_STRING_data(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/asn1.h:554:1: note: declared here BUILDSTDERR: 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:11911:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11911 | return BIO_s_datagram(); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:11921:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11921 | { result = BIO_s_datagram(); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:11935:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11935 | return BIO_s_mem(); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:11945:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 11945 | { result = BIO_s_mem(); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17225:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17225 | return DTLSv1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1889:1: note: declared here BUILDSTDERR: 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17235:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17235 | { result = DTLSv1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1889:1: note: declared here BUILDSTDERR: 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17285:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17285 | return DTLSv1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1887:1: note: declared here BUILDSTDERR: 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17295:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17295 | { result = DTLSv1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1887:1: note: declared here BUILDSTDERR: 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17309:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17309 | return DTLSv1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1888:1: note: declared here BUILDSTDERR: 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:17319:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 17319 | { result = DTLSv1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1888:1: note: declared here BUILDSTDERR: 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:27971:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 27971 | return OCSP_resp_get0_certs(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:27994:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 27994 | { result = OCSP_resp_get0_certs(x0); } BUILDSTDERR: | ^ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:28451:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 28451 | OPENSSL_config(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/conf.h:91:1: note: declared here BUILDSTDERR: 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:28473:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 28473 | { OPENSSL_config(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/conf.h:91:1: note: declared here BUILDSTDERR: 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34131:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34131 | return SSL_CTX_add_extra_chain_cert(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34171:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34171 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34595:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34595 | return SSL_CTX_get_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34618:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34618 | { result = SSL_CTX_get_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34703:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34703 | return SSL_CTX_get_session_cache_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:34726:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 34726 | { result = SSL_CTX_get_session_cache_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36332:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36332 | return SSL_CTX_set_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36332:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36365:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36365 | { result = SSL_CTX_set_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36365:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: In file included from build/temp.linux-riscv64-3.7/_openssl.c:730: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36726:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36726 | return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: | ^~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36726:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36726 | return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-3.7/_openssl.c:730: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36759:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36759 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: | ^~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:36759:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 36759 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37128:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37128 | return SSL_CTX_set_tmp_dh(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37168:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37168 | { result = SSL_CTX_set_tmp_dh(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37181:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37181 | return SSL_CTX_set_tmp_ecdh(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37221:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37221 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37970:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37970 | return SSL_SESSION_get_ticket_lifetime_hint(x0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:37993:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 37993 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:39358:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 39358 | return SSL_get_mode(x0); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:39381:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 39381 | { result = SSL_get_mode(x0); } BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:41301:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 41301 | return SSL_set_mode(x0, x1); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:41301:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:41334:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: 41334 | { result = SSL_set_mode(x0, x1); } BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:41334:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42748:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42748 | return SSLv3_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1856:1: note: declared here BUILDSTDERR: 1856 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42758:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42758 | { result = SSLv3_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1856:1: note: declared here BUILDSTDERR: 1856 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSLv3_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42772:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42772 | return SSLv3_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1854:1: note: declared here BUILDSTDERR: 1854 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSLv3_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42782:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42782 | { result = SSLv3_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1854:1: note: declared here BUILDSTDERR: 1854 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42796:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42796 | return SSLv3_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1855:1: note: declared here BUILDSTDERR: 1855 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42806:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42806 | { result = SSLv3_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1855:1: note: declared here BUILDSTDERR: 1855 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42820:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42820 | return TLSv1_1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1877:1: note: declared here BUILDSTDERR: 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42830:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42830 | { result = TLSv1_1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1877:1: note: declared here BUILDSTDERR: 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42844:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42844 | return TLSv1_1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1875:1: note: declared here BUILDSTDERR: 1875 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42854:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42854 | { result = TLSv1_1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1875:1: note: declared here BUILDSTDERR: 1875 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42868:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42868 | return TLSv1_1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1876:1: note: declared here BUILDSTDERR: 1876 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42878:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42878 | { result = TLSv1_1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1876:1: note: declared here BUILDSTDERR: 1876 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42892:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42892 | return TLSv1_2_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1883:1: note: declared here BUILDSTDERR: 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42902:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42902 | { result = TLSv1_2_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1883:1: note: declared here BUILDSTDERR: 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42916:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42916 | return TLSv1_2_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1881:1: note: declared here BUILDSTDERR: 1881 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42926:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42926 | { result = TLSv1_2_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1881:1: note: declared here BUILDSTDERR: 1881 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42940:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42940 | return TLSv1_2_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1882:1: note: declared here BUILDSTDERR: 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42950:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42950 | { result = TLSv1_2_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1882:1: note: declared here BUILDSTDERR: 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42964:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42964 | return TLSv1_client_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1871:1: note: declared here BUILDSTDERR: 1871 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42974:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42974 | { result = TLSv1_client_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1871:1: note: declared here BUILDSTDERR: 1871 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42988:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42988 | return TLSv1_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:42998:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 42998 | { result = TLSv1_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:43012:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 43012 | return TLSv1_server_method(); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1870:1: note: declared here BUILDSTDERR: 1870 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:43022:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 43022 | { result = TLSv1_server_method(); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/ssl.h:1870:1: note: declared here BUILDSTDERR: 1870 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:44095:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44095 | return X509_CRL_get_lastUpdate(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:727:1: note: declared here BUILDSTDERR: 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:44118:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44118 | { result = X509_CRL_get_lastUpdate(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:727:1: note: declared here BUILDSTDERR: 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:44131:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44131 | return X509_CRL_get_nextUpdate(x0); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:728:1: note: declared here BUILDSTDERR: 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.7/_openssl.c:44154:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 44154 | { result = X509_CRL_get_nextUpdate(x0); } BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:512: BUILDSTDERR: /usr/include/openssl/x509.h:728:1: note: declared here BUILDSTDERR: 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/python3.7m/Python.h:30, BUILDSTDERR: from build/temp.linux-riscv64-3.7/_openssl.c:28: BUILDSTDERR: In function ‘strncpy’, BUILDSTDERR: inlined from ‘osrandom_ctrl’ at build/temp.linux-riscv64-3.7/_openssl.c:2062:9, BUILDSTDERR: inlined from ‘osrandom_ctrl’ at build/temp.linux-riscv64-3.7/_openssl.c:2044:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying between 8 and 17 bytes from a string of length 17 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ck-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c build/temp.linux-riscv64-3.7/_openssl.c -o build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_openssl.o -Wconversion -Wno-error=sign-conversion gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpython3.7m -o build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_openssl.abi3.so building '_constant_time' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c build/temp.linux-riscv64-3.7/_constant_time.c -o build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_constant_time.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_constant_time.abi3.so building '_padding' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c build/temp.linux-riscv64-3.7/_padding.c -o build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/build/temp.linux-riscv64-3.7/_padding.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_padding.abi3.so ~/build/BUILD/cryptography-2.6.1 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5qwaFP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 + cd cryptography-2.6.1 + find . -name .keep -print -delete + 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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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.6.1-2.fc31.riscv64 ./docs/_static/.keep running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-2.7/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/x448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_constant_time.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_padding.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_openssl.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/x448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization/ssh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/_oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-2.7/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/mac.py to mac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/_oid.py to _oid.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/utils.py to utils.pyc BUILDSTDERR: byte-compino previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' + pushd /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 + 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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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.6.1-2.fc31.riscv64 ling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/oid.py to oid.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/ocsp.py to ocsp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/general_name.py to general_name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/name.py to name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/fernet.py to fernet.pyc writing byte-compilation script '/tmp/tmpFA0TOy.py' /usr/bin/python2 -O /tmp/tmpFA0TOy.py removing /tmp/tmpFA0TOy.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' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography-2.6.1-py2.7.egg-info running install_scripts ~/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 ~/build/BUILD/cryptography-2.6.1 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography copying build/lib.linux-riscv64-3.7/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography copying build/lib.linux-riscv64-3.7/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography copying build/lib.linux-riscv64-3.7/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-3.7/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/x448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_padding.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/_constant_time.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/x448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization/ssh.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/serialization/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.7/cryptography/hazmat/_oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-3.7/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.7/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/__about__.py to __about__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/mac.py to mac.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/oid.py to oid.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/general_name.py to general_name.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/name.py to name.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/extensino previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' + popd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.6.1-2.fc31 --unique-debug-suffix -2.6.1-2.fc31.riscv64 --unique-debug-src-base python-cryptography-2.6.1-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-2.6.1 BUILDSTDERR: 3774 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 ons.py to extensions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/x509/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/fernet.py to fernet.cpython-37.pyc writing byte-compilation script '/tmp/tmp0atpmot8.py' /usr/bin/python3 /tmp/tmp0atpmot8.py removing /tmp/tmp0atpmot8.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' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info running install_scripts ~/build/BUILD/cryptography-2.6.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_constant_time.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_constant_time.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_padding.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages/cryptography/hazmat/bindings/_padding.abi3.so original debug info size: 5324kB, size after compression: 5124kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 BUILDSTDERR: Bytecompiling .py files below /builddir/build/BUILDROOT/python-crypt+ /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2uFNEP + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + PYTHONPATH=/builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python2.7/site-packages + /usr/bin/python2 -m pytest -k 'not test_buffer_protocol_alternate_modes[mode5]' ============================= test session starts ============================== platform linux2 -- Python 2.7.16, pytest-4.4.1, py-1.8.0, pluggy-0.11.0 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/builddir/build/BUILD/cryptography-2.6.1/.hypothesis/examples') OpenSSL: OpenSSL 1.1.1a FIPS 20 Nov 2018 rootdir: /builddir/build/BUILD/cryptography-2.6.1 plugins: hypothesis-4.23.8 collected 106966 items / 1 deselected / 10 skipped / 106955 selected 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 ..........................sss..... [ 0%] .....ss............sssssss [ 0%] tests/hazmat/backends/test_openssl_memleak.py .............. [ 0%] tests/hazmat/bindings/test_openssl.py .......... [ 0%] tests/hazmat/primitives/test_3des.py ................................... [ 0%] ........................................................................ [ 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%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ....................... [ 2%] tests/hazmat/primitives/test_aead.py s.................................. [ 2%] ...............................................s........................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 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%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 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%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 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%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 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%] tests/hazmat/primitives/test_aes.py .................................... [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 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%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 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%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 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%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 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%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 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%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 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%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 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%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 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%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 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%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 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%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 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%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 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%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 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%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 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%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 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%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 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%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 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%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 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%] ........................................................................ [ 66%] ........................................................................ [ 67%] . [ 67%] tests/hazmat/primitives/test_arc4.py ................................... [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ..................................... [ 67%] tests/hazmat/primitives/test_asym_utils.py ..... [ 67%] tests/hazmat/primitives/test_block.py ........................ [ 67%] tests/hazmat/primitives/test_blowfish.py ............................... [ 67%] ........................... [ 67%] tests/hazmat/primitives/test_camellia.py ............................... [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 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%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ............................. [ 71%] tests/hazmat/primitives/test_cast5.py .................................. [ 71%] ............................. [ 71%] tests/hazmat/primitives/test_chacha20.py ........ [ 71%] tests/hazmat/primitives/test_ciphers.py ................................ [ 71%] ........................................................................ [ 71%] .................................... [ 71%] tests/hazmat/primitives/test_cmac.py ................................... [ 71%] ............ [ 71%] tests/hazmat/primitives/test_concatkdf.py ................ [ 71%] tests/hazmat/primitives/test_constant_time.py .. [ 71%] tests/hazmat/primitives/test_dh.py ..................................... [ 71%] ........................................................ [ 71%] tests/hazmat/primitives/test_dsa.py .................................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ................................................................... [ 72%] tests/hazmat/primitives/test_ec.py .....................ssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssss...................................... [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ..................ssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss........ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ................................................ssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssss.s.ssss..ss.ssss..s..sss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssss.............................. [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ...............sssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssss...................................................... [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss............ [ 76%] ..............................s..........................sssssssssssssss [ 76%] sssssssssssssss......................................................... [ 76%] ...............................................................sss.. [ 76%] tests/hazmat/primitives/test_ed25519.py .sssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] tests/hazmat/primitives/test_ed448.py .ssssssssssssssssssssssssssssssss [ 77%] tests/hazmat/primitives/test_hash_vectors.py ........................... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ................................................... [ 82%] tests/hazmat/primitives/test_hashes.py .................... [ 83%] tests/hazmat/primitives/test_hkdf.py ............... [ 83%] tests/hazmat/primitives/test_hkdf_vectors.py ..................... [ 83%] tests/hazmat/primitives/test_hmac.py .......... [ 83%] tests/hazmat/primitives/test_hmac_vectors.py ........................... [ 83%] ............. [ 83%] tests/hazmat/primitives/test_idea.py ................................... [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ............................................................. [ 83%] tests/hazmat/primitives/test_kbkdf.py ................. [ 83%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssss [ 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 [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssss.................................................. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ......................................................ssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssss [ 88%] tests/hazmat/primitives/test_keywrap.py ................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 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%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 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%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ......................................... [ 94%] tests/hazmat/primitives/test_padding.py ................................ [ 94%] .... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac.py ....... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ...... [ 94%] tests/hazmat/primitives/test_pkcs12.py .......... [ 94%] tests/hazmat/primitives/test_rsa.py .................................... [ 94%] ...............s........................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................... [ 98%] tests/hazmat/primitives/test_scrypt.py ................... [ 98%] tests/hazmat/primitives/test_seed.py ................................... [ 98%] ........... [ 98%] tests/hazmat/primitives/test_serialization.py .......................... [ 99%] ........................................................................ [ 99%] .............sss..ssss........ssss [ 99%] tests/hazmat/primitives/test_x25519.py s.................... [ 99%] tests/hazmat/primitives/test_x448.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_ocsp.py ................................................ [ 99%] ... [ 99%] tests/x509/test_x509.py ................................................ [ 99%] BUILDSTDERR: ..+ pushd /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 + PYTHONPATH=/builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/lib64/python3.7/site-packages + /usr/bin/python3 -m pytest -k 'not test_buffer_protocol_alternate_modes[mode5]' ...................................................................... [ 99%] ........................................................................ [ 99%] ......................................................... [ 99%] tests/x509/test_x509_crlbuilder.py ................................. [ 99%] tests/x509/test_x509_ext.py s........................................... [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ......................................s...... [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] ========= 99865 passed, 7110 skipped, 1 deselected in 29845.31 seconds ========= ~/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 ~/build/BUILD/cryptography-2.6.1 ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-4.6.5, py-1.8.0, pluggy-0.12.0 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31/.hypothesis/examples') OpenSSL: OpenSSL 1.1.1a FIPS 20 Nov 2018 rootdir: /builddir/build/BUILD/python3-python-cryptography-2.6.1-2.fc31 plugins: hypothesis-4.23.8 collected 106966 items / 1 deselected / 10 skipped / 106955 selected 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 ..........................sss..... [ 0%] .....ss............sssssss [ 0%] tests/hazmat/backends/test_openssl_memleak.py .............. [ 0%] tests/hazmat/bindings/test_openssl.py .......... [ 0%] tests/hazmat/primitives/test_3des.py ................................... [ 0%] ........................................................................ [ 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%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ....................... [ 2%] tests/hazmat/primitives/test_aead.py s.................................. [ 2%] ...............................................s........................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 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%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 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%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 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%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 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%] tests/hazmat/primitives/test_aes.py .................................... [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 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%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 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%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 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%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 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%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 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%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 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%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 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%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 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%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 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%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 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%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 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%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 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%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 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%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 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%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 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%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 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%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 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%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 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%] ........................................................................ [ 66%] ........................................................................ [ 67%] . [ 67%] tests/hazmat/primitives/test_arc4.py ................................... [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ..................................... [ 67%] tests/hazmat/primitives/test_asym_utils.py ..... [ 67%] tests/hazmat/primitives/test_block.py ........................ [ 67%] tests/hazmat/primitives/test_blowfish.py ............................... [ 67%] ........................... [ 67%] tests/hazmat/primitives/test_camellia.py ............................... [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 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%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ............................. [ 71%] tests/hazmat/primitives/test_cast5.py .................................. [ 71%] ............................. [ 71%] tests/hazmat/primitives/test_chacha20.py ........ [ 71%] tests/hazmat/primitives/test_ciphers.py ................................ [ 71%] ........................................................................ [ 71%] .................................... [ 71%] tests/hazmat/primitives/test_cmac.py ................................... [ 71%] ............ [ 71%] tests/hazmat/primitives/test_concatkdf.py ................ [ 71%] tests/hazmat/primitives/test_constant_time.py .. [ 71%] tests/hazmat/primitives/test_dh.py ..................................... [ 71%] ........................................................ [ 71%] tests/hazmat/primitives/test_dsa.py .................................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ................................................................... [ 72%] tests/hazmat/primitives/test_ec.py .....................ssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssss...................................... [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ..................ssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss........ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ................................................ssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] sssssssssssssssssssssssssssssssssssssssssssss.s.....sssssssssssss.s..sss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssss.............................. [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ...............sssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssss...................................................... [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss............ [ 76%] ..............................s..........................sssssssssssssss [ 76%] sssssssssssssss......................................................... [ 76%] ...............................................................sss.. [ 76%] tests/hazmat/primitives/test_ed25519.py .sssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] tests/hazmat/primitives/test_ed448.py .ssssssssssssssssssssssssssssssss [ 77%] tests/hazmat/primitives/test_hash_vectors.py ........................... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ................................................... [ 82%] tests/hazmat/primitives/test_hashes.py .................... [ 83%] tests/hazmat/primitives/test_hkdf.py ............... [ 83%] tests/hazmat/primitives/test_hkdf_vectors.py ..................... [ 83%] tests/hazmat/primitives/test_hmac.py .......... [ 83%] tests/hazmat/primitives/test_hmac_vectors.py ........................... [ 83%] ............. [ 83%] tests/hazmat/primitives/test_idea.py ................................... [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ............................................................. [ 83%] tests/hazmat/primitives/test_kbkdf.py ................. [ 83%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssss [ 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 [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssss.................................................. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ......................................................ssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssss [ 88%] tests/hazmat/primitives/test_keywrap.py ................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 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%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 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%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ......................................... [ 94%] tests/hazmat/primitives/test_padding.py ................................ [ 94%] .... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac.py ....... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ...... [ 94%] tests/hazmat/primitives/test_pkcs12.py .......... [ 94%] tests/hazmat/primitives/test_rsa.py .................................... [ 94%] ...............s........................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 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%] ........................................................................ [ 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%] ........................................... [ 98%] tests/hazmat/primitives/test_scrypt.py ................... [ 98%] tests/hazmat/primitives/test_seed.py ................................... [ 98%] ........... [ 98%] tests/hazmat/primitives/test_serialization.py .......................... [ 99%] ........................................................................ [ 99%] .............sss..ssss........ssss [ 99%] tests/hazmat/primitives/test_x25519.py s.................... [ 99%] tests/hazmat/primitives/test_x448.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_ocsp.py ................................................ [ 99%] ... [ 99%] tests/x509/test_x509.py ................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ......................................................... [ 99%] tests/x509/test_x509_crlbuilder.py ................................. [ 99%] tests/x509/test_x509_ext.py s........................................... [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ......................................s...... [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] =============================== warnings summary =============================== /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html PytestUnknownMarkWarning, /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html PytestUnknownMarkWarning, /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 BUILDSTDERR: /usr/lib/python3.7/site-packages/_pytest/mark+ popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 /structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334 /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:334: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html PytestUnknownMarkWarning, -- Docs: https://docs.pytest.org/en/latest/warnings.html == 99865 passed, 7110 skipped, 1 deselected, 28 warnings in 14891.60 seconds === ~/build/BUILD/cryptography-2.6.1 Processing files: python2-cryptography-2.6.1-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZIr15P + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python2-cryptography + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python2-cryptography = 2.6.1-2.fc31 python2-cryptography(riscv-64) = 2.6.1-2.fc31 python2.7dist(cryptography) = 2.6.1 python2dist(cryptography) = 2.6.1 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: (python2.7dist(cffi) < 1.11.3 or python2.7dist(cffi) >= 1.11.3.0) ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_0j)(64bit) libcrypto.so.1.1(OPENSSL_1_1_1)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) python(abi) = 2.7 python2.7dist(asn1crypto) >= 0.21 python2.7dist(cffi) >= 1.8 python2.7dist(enum34) python2.7dist(ipaddress) python2.7dist(six) >= 1.4.1 rtld(GNU_HASH) Processing files: python3-cryptography-2.6.1-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wdzYCN + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python3-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python3-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python3-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/doc/python3-cryptography + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BtmMmP + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/licenses/python3-cryptography + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64/usr/share/licenses/python3-cryptography + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/PKG-INFO BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/SOURCES.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/dependency_links.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/not-zip-safe BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/requires.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.7/site-packages/cryptography-2.6.1-py3.7.egg-info/top_level.txt Provides: python-cryptography = 2.6.1-2.fc31 python3-cryptography = 2.6.1-2.fc31 python3-cryptography(riscv-64) = 2.6.1-2.fc31 python3.7dist(cryptography) = 2.6.1 python3dist(cryptography) = 2.6.1 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: (python3.7dist(cffi) < 1.11.3 or python3.7dist(cffi) >= 1.11.3.0) ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_0j)(64bit) libcrypto.so.1.1(OPENSSL_1_1_1)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) python(abi) = 3.7 python3.7dist(asn1crypto) >= 0.21 python3.7dist(cffi) >= 1.8 python3.7dist(six) >= 1.4.1 rtld(GNU_HASH) Obsoletes: python-cryptography < 2.6.1-2.fc31 Processing files: python-cryptography-debugsource-2.6.1-2.fc31.riscv64 Provides: python-cryptography-debugsource = 2.6.1-2.fc31 python-cryptography-debugsource(riscv-64) = 2.6.1-2.fc31 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.6.1-2.fc31.riscv64 Provides: python-cryptography-debuginfo = 2.6.1-2.fc31 python-cryptography-debuginfo(riscv-64) = 2.6.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(riscv-64) = 2.6.1-2.fc31 Processing files: python2-cryptography-debuginfo-2.6.1-2.fc31.riscv64 Provides: debuginfo(build-id) = 0e55a78daac61e3080c0ca482a0c1047e1aef746 debuginfo(build-id) = 7acf049ac651d7dbcd65740c54eaae9aeecf8922 debuginfo(build-id) = c5c6dc6c277e3241e5753434855119d83ec1f419 python2-cryptography-debuginfo = 2.6.1-2.fc31 python2-cryptography-debuginfo(riscv-64) = 2.6.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(riscv-64) = 2.6.1-2.fc31 Processing files: python3-cryptography-debuginfo-2.6.1-2.fc31.riscv64 Provides: debuginfo(build-id) = 0401627ccbf544b7e28b16ed75db24c500862d19 debuginfo(build-id) = 0caf9ab914a87c874b3e77bfaf0fed15a51868c4 debuginfo(build-id) = cb588ebe96ac0983bddd19f377434bee56797f2e python3-cryptography-debuginfo = 2.6.1-2.fc31 python3-cryptography-debuginfo(riscv-64) = 2.6.1-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(riscv-64) = 2.6.1-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 Wrote: /builddir/build/RPMS/python-cryptography-debuginfo-2.6.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cryptography-2.6.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-cryptography-debugsource-2.6.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-cryptography-debuginfo-2.6.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-cryptography-2.6.1-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cryptography-debuginfo-2.6.1-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zHDfxN + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cryptography-2.6.1-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0