Mock Version: 4.1
Mock Version: 4.1
Mock Version: 4.1
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/module-python39-3.9-8080020240530183340-8c1d297e-build-75039-51973/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff19325710>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: aarch64
Building for target aarch64
Wrote: /builddir/build/SRPMS/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/module-python39-3.9-8080020240530183340-8c1d297e-build-75039-51973/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff19325710>timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --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;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.waX3N4
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf cryptography-3.3.1
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-3.3.1.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd cryptography-3.3.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /builddir/build/SOURCES/0006-CVE-2023-23931.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZIRxdr
+ umask 022
+ cd /builddir/build/BUILD
+ cd cryptography-3.3.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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3.9 setup.py build '--executable=/usr/bin/python3.9 -s'
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.9
creating build/lib.linux-aarch64-3.9/cryptography
copying src/cryptography/utils.py -> build/lib.linux-aarch64-3.9/cryptography
copying src/cryptography/__init__.py -> build/lib.linux-aarch64-3.9/cryptography
copying src/cryptography/__about__.py -> build/lib.linux-aarch64-3.9/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-aarch64-3.9/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-aarch64-3.9/cryptography
creating build/lib.linux-aarch64-3.9/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat
copying src/cryptography/hazmat/_der.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat
creating build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-aarch64-3.9/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-aarch64-3.9/cryptography/x509
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl
creating build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'rtd-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '*' found under directory '.zuul.d'
warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
running build_ext
generating cffi module 'build/temp.linux-aarch64-3.9/_padding.c'
creating build/temp.linux-aarch64-3.9
generating cffi module 'build/temp.linux-aarch64-3.9/_openssl.c'
building '_openssl' extension
creating build/temp.linux-aarch64-3.9/build
creating build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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.9 -c build/temp.linux-aarch64-3.9/_openssl.c -o build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9/_openssl.o -Wconversion -Wno-error=sign-conversion
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘Cryptography_pem_password_cb’:
build/temp.linux-aarch64-3.9/_openssl.c:2385:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
         memcpy(buf, st->password, st->length);
                                   ~~^~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’:
build/temp.linux-aarch64-3.9/_openssl.c:9064:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
   return ASN1_STRING_data(x0);
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’:
build/temp.linux-aarch64-3.9/_openssl.c:9087:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
   { result = ASN1_STRING_data(x0); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’:
build/temp.linux-aarch64-3.9/_openssl.c:10218:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   return BIO_s_datagram();
          ^~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’:
build/temp.linux-aarch64-3.9/_openssl.c:10229:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   { result = BIO_s_datagram(); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_BIO_s_mem’:
build/temp.linux-aarch64-3.9/_openssl.c:10244:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   return BIO_s_mem();
          ^~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_BIO_s_mem’:
build/temp.linux-aarch64-3.9/_openssl.c:10255:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   { result = BIO_s_mem(); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15360:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
   return DTLSv1_client_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1968:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15371:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
   { result = DTLSv1_client_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1968:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15424:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
   return DTLSv1_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1966:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15435:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
   { result = DTLSv1_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1966:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15450:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
   return DTLSv1_server_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1967:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:15461:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
   { result = DTLSv1_server_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1967:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’:
build/temp.linux-aarch64-3.9/_openssl.c:26062:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   return OCSP_resp_get0_certs(x0);
          ^~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’:
build/temp.linux-aarch64-3.9/_openssl.c:26085:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   { result = OCSP_resp_get0_certs(x0); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_OPENSSL_config’:
build/temp.linux-aarch64-3.9/_openssl.c:26550:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
   OPENSSL_config(x0);
   ^~~~~~~~~~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_OPENSSL_config’:
build/temp.linux-aarch64-3.9/_openssl.c:26571:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
   { OPENSSL_config(x0); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’:
build/temp.linux-aarch64-3.9/_openssl.c:31441:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_add_extra_chain_cert(x0, x1);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’:
build/temp.linux-aarch64-3.9/_openssl.c:31479:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:31620:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_clear_mode(x0, x1);
          ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:31620:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:31653:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_clear_mode(x0, x1); }
              ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:31653:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:32109:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_get_mode(x0);
          ^~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:32132:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_get_mode(x0); }
              ^~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:32223:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_get_session_cache_mode(x0);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:32246:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_get_session_cache_mode(x0); }
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:33948:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_set_mode(x0, x1);
          ^~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:33948:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:33981:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_set_mode(x0, x1); }
              ^~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:33981:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
In file included from build/temp.linux-aarch64-3.9/_openssl.c:815:
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:34230:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_set_session_cache_mode(x0, x1);
                                             ^~
build/temp.linux-aarch64-3.9/_openssl.c:34230:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_set_session_cache_mode(x0, x1);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from build/temp.linux-aarch64-3.9/_openssl.c:815:
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:34263:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
                                                 ^~
build/temp.linux-aarch64-3.9/_openssl.c:34263:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’:
build/temp.linux-aarch64-3.9/_openssl.c:34636:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_set_tmp_dh(x0, x1);
          ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’:
build/temp.linux-aarch64-3.9/_openssl.c:34674:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_set_tmp_dh(x0, x1); }
              ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’:
build/temp.linux-aarch64-3.9/_openssl.c:34689:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_CTX_set_tmp_ecdh(x0, x1);
          ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’:
build/temp.linux-aarch64-3.9/_openssl.c:34727:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
              ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’:
build/temp.linux-aarch64-3.9/_openssl.c:35356:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_SESSION_get_ticket_lifetime_hint(x0);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’:
build/temp.linux-aarch64-3.9/_openssl.c:35379:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_SESSION_get_ticket_lifetime_hint(x0); }
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:35567:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_clear_mode(x0, x1);
          ^~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:35567:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:35600:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_clear_mode(x0, x1); }
              ^~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:35600:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_get_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:36553:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   return SSL_get_mode(x0);
          ^~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_get_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:36576:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_get_mode(x0); }
              ^~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSL_set_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:38367:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   return SSL_set_mode(x0, x1);
          ^~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:38367:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSL_set_mode’:
build/temp.linux-aarch64-3.9/_openssl.c:38400:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
   { result = SSL_set_mode(x0, x1); }
              ^~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:38400:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39348:10: warning: implicit declaration of function ‘SSLv3_client_method’; did you mean ‘SSLv23_client_method’? [-Wimplicit-function-declaration]
   return SSLv3_client_method();
          ^~~~~~~~~~~~~~~~~~~
          SSLv23_client_method
build/temp.linux-aarch64-3.9/_openssl.c:39348:10: warning: returning ‘int’ from a function with return type ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} makes pointer from integer without a cast [-Wint-conversion]
   return SSLv3_client_method();
          ^~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39359:12: warning: assignment to ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
   { result = SSLv3_client_method(); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39374:10: warning: implicit declaration of function ‘SSLv3_method’; did you mean ‘SSLv23_method’? [-Wimplicit-function-declaration]
   return SSLv3_method();
          ^~~~~~~~~~~~
          SSLv23_method
build/temp.linux-aarch64-3.9/_openssl.c:39374:10: warning: returning ‘int’ from a function with return type ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} makes pointer from integer without a cast [-Wint-conversion]
   return SSLv3_method();
          ^~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39385:12: warning: assignment to ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
   { result = SSLv3_method(); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39400:10: warning: implicit declaration of function ‘SSLv3_server_method’; did you mean ‘SSLv23_server_method’? [-Wimplicit-function-declaration]
   return SSLv3_server_method();
          ^~~~~~~~~~~~~~~~~~~
          SSLv23_server_method
build/temp.linux-aarch64-3.9/_openssl.c:39400:10: warning: returning ‘int’ from a function with return type ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} makes pointer from integer without a cast [-Wint-conversion]
   return SSLv3_server_method();
          ^~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39411:12: warning: assignment to ‘const SSL_METHOD *’ {aka ‘const struct ssl_method_st *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
   { result = SSLv3_server_method(); }
            ^
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39504:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_1_client_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1956:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39515:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_1_client_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1956:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39530:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_1_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1954:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39541:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_1_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1954:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39556:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_1_server_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1955:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39567:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_1_server_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1955:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39582:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_2_client_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1962:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39593:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_2_client_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1962:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39608:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_2_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1960:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39619:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_2_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1960:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39634:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_2_server_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1961:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39645:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_2_server_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1961:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39660:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_client_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1950:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39671:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_client_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1950:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39686:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1948:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39697:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1948:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39712:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
   return TLSv1_server_method();
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1949:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’:
build/temp.linux-aarch64-3.9/_openssl.c:39723:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
   { result = TLSv1_server_method(); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/ssl.h:1949:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’:
build/temp.linux-aarch64-3.9/_openssl.c:40948:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
   return X509_CRL_get_lastUpdate(x0);
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/x509.h:746:1: note: declared here
 DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’:
build/temp.linux-aarch64-3.9/_openssl.c:40971:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
   { result = X509_CRL_get_lastUpdate(x0); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/x509.h:746:1: note: declared here
 DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’:
build/temp.linux-aarch64-3.9/_openssl.c:40986:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
   return X509_CRL_get_nextUpdate(x0);
   ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/x509.h:747:1: note: declared here
 DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’:
build/temp.linux-aarch64-3.9/_openssl.c:41009:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
   { result = X509_CRL_get_nextUpdate(x0); }
   ^
In file included from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-aarch64-3.9/_openssl.c:589:
/usr/include/openssl/x509.h:747:1: note: declared here
 DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
 ^~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c: At top level:
build/temp.linux-aarch64-3.9/_openssl.c:777:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined [-Wunused-function]
 static void ERR_load_Cryptography_OSRandom_strings(void);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-aarch64-3.9/_openssl.c:778:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined [-Wunused-function]
 static void ERR_Cryptography_OSRandom_error(int function, int reason,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpthread -o build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/_openssl.abi3.so
building '_padding' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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.9 -c build/temp.linux-aarch64-3.9/_padding.c -o build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9/_padding.o
gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9/_padding.o -L/usr/lib64 -o build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/_padding.abi3.so
+ sleep 1
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X2cicR
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
++ dirname /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
+ cd cryptography-3.3.1
+ find . -name .keep -print -delete
./docs/_static/.keep
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection'
+ LDFLAGS='-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3.9 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
copying build/lib.linux-aarch64-3.9/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/x448.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/poly1305.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization/pkcs7.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/serialization/ssh.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/x448.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/poly1305.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/_padding.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/_oid.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat
copying build/lib.linux-aarch64-3.9/cryptography/hazmat/_der.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat
copying build/lib.linux-aarch64-3.9/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
copying build/lib.linux-aarch64-3.9/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
copying build/lib.linux-aarch64-3.9/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
creating /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509
copying build/lib.linux-aarch64-3.9/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/utils.py to utils.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py to pkcs7.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/_der.py to _der.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/__about__.py to __about__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/fernet.py to fernet.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/base.py to base.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/general_name.py to general_name.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/oid.py to oid.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/extensions.py to extensions.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/x509/name.py to name.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/exceptions.py to exceptions.cpython-39.pyc
writing byte-compilation script '/tmp/tmp6ai6zyn5.py'
/usr/bin/python3.9 /tmp/tmp6ai6zyn5.py
removing /tmp/tmp6ai6zyn5.py
running install_egg_info
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'rtd-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '*' found under directory '.zuul.d'
warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography-3.3.1-py3.9.egg-info
running install_scripts
+ rm -rfv /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/bin/__pycache__
+ /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.3.1-3.module+oc8.8.0+563+9a4db398 --unique-debug-suffix -3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64 --unique-debug-src-base python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-3.3.1
extracting debug info from /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_padding.abi3.so
extracting debug info from /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
3754 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile '' 1
Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib64/python3.9 using /usr/bin/python3.9
Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9
+ /usr/lib/rpm/brp-python-hardlink
+ PYTHON3=/usr/bin/python3.9
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N4oETL
+ umask 022
+ cd /builddir/build/BUILD
+ cd cryptography-3.3.1
+ exit 0
Processing files: python39-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NtT3vt
+ umask 022
+ cd /builddir/build/BUILD
+ cd cryptography-3.3.1
+ DOCDIR=/builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/doc/python39-cryptography
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/doc/python39-cryptography
+ cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/doc/python39-cryptography
+ cp -pr docs /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/doc/python39-cryptography
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5ctCi9
+ umask 022
+ cd /builddir/build/BUILD
+ cd cryptography-3.3.1
+ LICENSEDIR=/builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/licenses/python39-cryptography
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/licenses/python39-cryptography
+ cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/licenses/python39-cryptography
+ cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/licenses/python39-cryptography
+ cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64/usr/share/licenses/python39-cryptography
+ exit 0
Provides: python3.9dist(cryptography) = 3.3.1 python39-cryptography = 3.3.1-3.module+oc8.8.0+563+9a4db398 python39-cryptography(aarch-64) = 3.3.1-3.module+oc8.8.0+563+9a4db398
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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) 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.9 rtld(GNU_HASH)
Processing files: python-cryptography-debugsource-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
Provides: python-cryptography-debugsource = 3.3.1-3.module+oc8.8.0+563+9a4db398 python-cryptography-debugsource(aarch-64) = 3.3.1-3.module+oc8.8.0+563+9a4db398
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python39-cryptography-debuginfo-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
Provides: debuginfo(build-id) = 06f071770896e071b93862022c7bb468ea6a62dc debuginfo(build-id) = b70bbc4272ad805dbb2f023cabc22eb04cef156c python39-cryptography-debuginfo = 3.3.1-3.module+oc8.8.0+563+9a4db398 python39-cryptography-debuginfo(aarch-64) = 3.3.1-3.module+oc8.8.0+563+9a4db398
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-cryptography-debugsource(aarch-64) = 3.3.1-3.module+oc8.8.0+563+9a4db398
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64
Wrote: /builddir/build/RPMS/python39-cryptography-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64.rpm
Wrote: /builddir/build/RPMS/python-cryptography-debugsource-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64.rpm
Wrote: /builddir/build/RPMS/python39-cryptography-debuginfo-3.3.1-3.module+oc8.8.0+563+9a4db398.aarch64.rpm
Child return code was: 0