D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/python-cryptography-3.2.1-1.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HjXiLF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf cryptography-3.2.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/cryptography-3.2.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd cryptography-3.2.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/deps.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ rm -rf src/cryptography.egg-info
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kO5ydI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd cryptography-3.2.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.8/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.8/cryptography
copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.8/cryptography
copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.8/cryptography
copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.8/cryptography
creating build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.8/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.8/cryptography/x509
creating build/lib.linux-x86_64-3.8/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat
copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf
creating build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl
running egg_info
creating src/cryptography.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
writing manifest file 'src/cryptography.egg-info/SOURCES.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 found matching '.travis.yml'
warning: no previously-included files found matching '.travis'
warning: no previously-included files matching '*' found under directory '.travis'
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 '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-x86_64-3.8/_padding.c'
creating build/temp.linux-x86_64-3.8
generating cffi module 'build/temp.linux-x86_64-3.8/_openssl.c'
building '_openssl' extension
creating build/temp.linux-x86_64-3.8/build
creating build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c build/temp.linux-x86_64-3.8/_openssl.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_openssl.o -Wconversion -Wno-error=sign-conversion
build/temp.linux-x86_64-3.8/_openssl.c: In function 'Cryptography_pem_password_cb':
build/temp.linux-x86_64-3.8/_openssl.c:2947:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion]
 2947 |         memcpy(buf, st->password, st->length);
      |                                   ~~^~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_ASN1_STRING_data':
build/temp.linux-x86_64-3.8/_openssl.c:9729:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
 9729 |   return ASN1_STRING_data(x0);
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
  554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_ASN1_STRING_data':
build/temp.linux-x86_64-3.8/_openssl.c:9752:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
 9752 |   { result = ASN1_STRING_data(x0); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/asn1.h:554:1: note: declared here
  554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_BIO_s_datagram':
build/temp.linux-x86_64-3.8/_openssl.c:10883:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
10883 |   return BIO_s_datagram();
      |          ^~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_BIO_s_datagram':
build/temp.linux-x86_64-3.8/_openssl.c:10894:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
10894 |   { result = BIO_s_datagram(); }
      |            ^
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_BIO_s_mem':
build/temp.linux-x86_64-3.8/_openssl.c:10909:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
10909 |   return BIO_s_mem();
      |          ^~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_BIO_s_mem':
build/temp.linux-x86_64-3.8/_openssl.c:10920:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
10920 |   { result = BIO_s_mem(); }
      |            ^
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_DTLSv1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:16177:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations]
16177 |   return DTLSv1_client_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1902:1: note: declared here
 1902 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_DTLSv1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:16188:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations]
16188 |   { result = DTLSv1_client_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1902:1: note: declared here
 1902 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_DTLSv1_method':
build/temp.linux-x86_64-3.8/_openssl.c:16241:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations]
16241 |   return DTLSv1_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1900:1: note: declared here
 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_DTLSv1_method':
build/temp.linux-x86_64-3.8/_openssl.c:16252:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations]
16252 |   { result = DTLSv1_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1900:1: note: declared here
 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_DTLSv1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:16267:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations]
16267 |   return DTLSv1_server_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1901:1: note: declared here
 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_DTLSv1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:16278:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations]
16278 |   { result = DTLSv1_server_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1901:1: note: declared here
 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_OCSP_resp_get0_certs':
build/temp.linux-x86_64-3.8/_openssl.c:26636:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
26636 |   return OCSP_resp_get0_certs(x0);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_OCSP_resp_get0_certs':
build/temp.linux-x86_64-3.8/_openssl.c:26659:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
26659 |   { result = OCSP_resp_get0_certs(x0); }
      |            ^
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_OPENSSL_config':
build/temp.linux-x86_64-3.8/_openssl.c:27124:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations]
27124 |   OPENSSL_config(x0);
      |   ^~~~~~~~~~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
   91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_OPENSSL_config':
build/temp.linux-x86_64-3.8/_openssl.c:27145:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations]
27145 |   { OPENSSL_config(x0); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/conf.h:91:1: note: declared here
   91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert':
build/temp.linux-x86_64-3.8/_openssl.c:32015:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32015 |   return SSL_CTX_add_extra_chain_cert(x0, x1);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert':
build/temp.linux-x86_64-3.8/_openssl.c:32053:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32053 |   { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_clear_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32194:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
32194 |   return SSL_CTX_clear_mode(x0, x1);
      |          ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:32194:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_clear_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32227:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
32227 |   { result = SSL_CTX_clear_mode(x0, x1); }
      |              ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:32227:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32607:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32607 |   return SSL_CTX_get_mode(x0);
      |          ^~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32630:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32630 |   { result = SSL_CTX_get_mode(x0); }
      |              ^~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32721:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32721 |   return SSL_CTX_get_session_cache_mode(x0);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode':
build/temp.linux-x86_64-3.8/_openssl.c:32744:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
32744 |   { result = SSL_CTX_get_session_cache_mode(x0); }
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode':
build/temp.linux-x86_64-3.8/_openssl.c:34350:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
34350 |   return SSL_CTX_set_mode(x0, x1);
      |          ^~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:34350:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode':
build/temp.linux-x86_64-3.8/_openssl.c:34383:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
34383 |   { result = SSL_CTX_set_mode(x0, x1); }
      |              ^~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:34383: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-x86_64-3.8/_openssl.c:820:
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode':
build/temp.linux-x86_64-3.8/_openssl.c:34632:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
34632 |   return SSL_CTX_set_session_cache_mode(x0, x1);
      |                                             ^~
build/temp.linux-x86_64-3.8/_openssl.c:34632:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
34632 |   return SSL_CTX_set_session_cache_mode(x0, x1);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from build/temp.linux-x86_64-3.8/_openssl.c:820:
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode':
build/temp.linux-x86_64-3.8/_openssl.c:34665:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
34665 |   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
      |                                                 ^~
build/temp.linux-x86_64-3.8/_openssl.c:34665:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
34665 |   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh':
build/temp.linux-x86_64-3.8/_openssl.c:35038:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
35038 |   return SSL_CTX_set_tmp_dh(x0, x1);
      |          ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh':
build/temp.linux-x86_64-3.8/_openssl.c:35076:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
35076 |   { result = SSL_CTX_set_tmp_dh(x0, x1); }
      |              ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh':
build/temp.linux-x86_64-3.8/_openssl.c:35091:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
35091 |   return SSL_CTX_set_tmp_ecdh(x0, x1);
      |          ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh':
build/temp.linux-x86_64-3.8/_openssl.c:35129:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
35129 |   { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
      |              ^~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_SESSION_get_ticket_lifetime_hint':
build/temp.linux-x86_64-3.8/_openssl.c:35758:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
35758 |   return SSL_SESSION_get_ticket_lifetime_hint(x0);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_SESSION_get_ticket_lifetime_hint':
build/temp.linux-x86_64-3.8/_openssl.c:35781:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
35781 |   { result = SSL_SESSION_get_ticket_lifetime_hint(x0); }
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_clear_mode':
build/temp.linux-x86_64-3.8/_openssl.c:35969:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
35969 |   return SSL_clear_mode(x0, x1);
      |          ^~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:35969:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_clear_mode':
build/temp.linux-x86_64-3.8/_openssl.c:36002:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
36002 |   { result = SSL_clear_mode(x0, x1); }
      |              ^~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:36002:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_get_mode':
build/temp.linux-x86_64-3.8/_openssl.c:36879:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
36879 |   return SSL_get_mode(x0);
      |          ^~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_get_mode':
build/temp.linux-x86_64-3.8/_openssl.c:36902:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
36902 |   { result = SSL_get_mode(x0); }
      |              ^~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSL_set_mode':
build/temp.linux-x86_64-3.8/_openssl.c:38597:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
38597 |   return SSL_set_mode(x0, x1);
      |          ^~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:38597:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSL_set_mode':
build/temp.linux-x86_64-3.8/_openssl.c:38630:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]
38630 |   { result = SSL_set_mode(x0, x1); }
      |              ^~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c:38630:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSLv3_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39578:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]
39578 |   return SSLv3_client_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1869:1: note: declared here
 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSLv3_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39589:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]
39589 |   { result = SSLv3_client_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1869:1: note: declared here
 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSLv3_method':
build/temp.linux-x86_64-3.8/_openssl.c:39604:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations]
39604 |   return SSLv3_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1867:1: note: declared here
 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSLv3_method':
build/temp.linux-x86_64-3.8/_openssl.c:39615:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations]
39615 |   { result = SSLv3_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1867:1: note: declared here
 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_SSLv3_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39630:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations]
39630 |   return SSLv3_server_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1868:1: note: declared here
 1868 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_SSLv3_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39641:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations]
39641 |   { result = SSLv3_server_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1868:1: note: declared here
 1868 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39656:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations]
39656 |   return TLSv1_1_client_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1890:1: note: declared here
 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39667:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations]
39667 |   { result = TLSv1_1_client_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1890:1: note: declared here
 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_1_method':
build/temp.linux-x86_64-3.8/_openssl.c:39682:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations]
39682 |   return TLSv1_1_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1888:1: note: declared here
 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_1_method':
build/temp.linux-x86_64-3.8/_openssl.c:39693:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations]
39693 |   { result = TLSv1_1_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1888:1: note: declared here
 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39708:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations]
39708 |   return TLSv1_1_server_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1889:1: note: declared here
 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39719:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations]
39719 |   { result = TLSv1_1_server_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1889:1: note: declared here
 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_2_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39734:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations]
39734 |   return TLSv1_2_client_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1896:1: note: declared here
 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_2_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39745:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations]
39745 |   { result = TLSv1_2_client_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1896:1: note: declared here
 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_2_method':
build/temp.linux-x86_64-3.8/_openssl.c:39760:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations]
39760 |   return TLSv1_2_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1894:1: note: declared here
 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_2_method':
build/temp.linux-x86_64-3.8/_openssl.c:39771:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations]
39771 |   { result = TLSv1_2_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1894:1: note: declared here
 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_2_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39786:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations]
39786 |   return TLSv1_2_server_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1895:1: note: declared here
 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_2_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39797:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations]
39797 |   { result = TLSv1_2_server_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1895:1: note: declared here
 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39812:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
39812 |   return TLSv1_client_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1884:1: note: declared here
 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_client_method':
build/temp.linux-x86_64-3.8/_openssl.c:39823:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
39823 |   { result = TLSv1_client_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1884:1: note: declared here
 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_method':
build/temp.linux-x86_64-3.8/_openssl.c:39838:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations]
39838 |   return TLSv1_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1882:1: note: declared here
 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_method':
build/temp.linux-x86_64-3.8/_openssl.c:39849:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations]
39849 |   { result = TLSv1_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1882:1: note: declared here
 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_TLSv1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39864:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
39864 |   return TLSv1_server_method();
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1883:1: note: declared here
 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_TLSv1_server_method':
build/temp.linux-x86_64-3.8/_openssl.c:39875:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
39875 |   { result = TLSv1_server_method(); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/ssl.h:1883:1: note: declared here
 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate':
build/temp.linux-x86_64-3.8/_openssl.c:41100:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations]
41100 |   return X509_CRL_get_lastUpdate(x0);
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/x509.h:727:1: note: declared here
  727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate':
build/temp.linux-x86_64-3.8/_openssl.c:41123:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations]
41123 |   { result = X509_CRL_get_lastUpdate(x0); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/x509.h:727:1: note: declared here
  727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate':
build/temp.linux-x86_64-3.8/_openssl.c:41138:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations]
41138 |   return X509_CRL_get_nextUpdate(x0);
      |   ^~~~~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/x509.h:728:1: note: declared here
  728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
      | ^~~~~~~~~~~~~~~~~~
build/temp.linux-x86_64-3.8/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate':
build/temp.linux-x86_64-3.8/_openssl.c:41161:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations]
41161 |   { result = X509_CRL_get_nextUpdate(x0); }
      |   ^
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from build/temp.linux-x86_64-3.8/_openssl.c:589:
/usr/include/openssl/x509.h:728:1: note: declared here
  728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
      | ^~~~~~~~~~~~~~~~~~
gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpthread -lpython3.8 -o build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_openssl.abi3.so
building '_padding' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c build/temp.linux-x86_64-3.8/_padding.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_padding.o
gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_padding.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_padding.abi3.so
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IiQufF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
+ cd cryptography-3.2.1
+ '[' 1 -eq 1 ']'
+ find . -name .keep -print -delete
./docs/_static/.keep
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
running install
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
copying build/lib.linux-x86_64-3.8/cryptography/fernet.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
copying build/lib.linux-x86_64-3.8/cryptography/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
copying build/lib.linux-x86_64-3.8/cryptography/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
copying build/lib.linux-x86_64-3.8/cryptography/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/oid.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/name.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/ocsp.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/general_name.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/certificate_transparency.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
copying build/lib.linux-x86_64-3.8/cryptography/x509/extensions.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/interfaces.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/dh.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x448.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/dsa.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ec.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/hashes.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ocsp.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/poly1305.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/cmac.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ed448.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/rsa.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x509.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/encode_asn1.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x25519.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ed25519.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/hmac.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/aead.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ciphers.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/decode_asn1.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/constant_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/totp.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/hotp.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/padding.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/hashes.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/poly1305.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/pkcs12.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/pkcs7.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/ssh.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/cmac.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/padding.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/dh.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/x448.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/dsa.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ec.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ed448.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/rsa.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/x25519.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/modes.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/aead.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/algorithms.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/hmac.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/kbkdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/scrypt.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/x963kdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/hkdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/concatkdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/keywrap.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_padding.abi3.so -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_openssl.abi3.so -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings
creating /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/_conditional.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/binding.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/_der.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat
copying build/lib.linux-x86_64-3.8/cryptography/hazmat/_oid.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat
copying build/lib.linux-x86_64-3.8/cryptography/__about__.py -> /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/fernet.py to fernet.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/exceptions.py to exceptions.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/utils.py to utils.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/oid.py to oid.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/base.py to base.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/name.py to name.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/general_name.py to general_name.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/x509/extensions.py to extensions.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py to pkcs7.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/_der.py to _der.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-38.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/__about__.py to __about__.cpython-38.pyc
writing byte-compilation script '/tmp/tmptp3q1rb5.py'
/usr/bin/python3 /tmp/tmptp3q1rb5.py
removing /tmp/tmptp3q1rb5.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 found matching '.travis.yml'
warning: no previously-included files found matching '.travis'
warning: no previously-included files matching '*' found under directory '.travis'
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 '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 /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography-3.2.1-py3.8.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/bin/__pycache__
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 3.2.1-1.mga8 --unique-debug-suffix -3.2.1-1.mga8.x86_64 --unique-debug-src-base python-cryptography-3.2.1-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cryptography-3.2.1

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/_padding.abi3.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8/site-packages/cryptography/hazmat/bindings/_padding.abi3.so
original debug info size: 1888kB, size after compression: 1812kB
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
3761 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python3-cryptography-3.2.1-1.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yJ0umF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd cryptography-3.2.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/doc/python3-cryptography
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/doc/python3-cryptography
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/doc/python3-cryptography
+ cp -pr docs /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/doc/python3-cryptography
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XGmufF
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd cryptography-3.2.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/licenses/python3-cryptography
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/licenses/python3-cryptography
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/licenses/python3-cryptography
+ cp -pr LICENSE.APACHE /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/licenses/python3-cryptography
+ cp -pr LICENSE.BSD /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64/usr/share/licenses/python3-cryptography
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-cryptography = 3.2.1-1.mga8 python3-cryptography = 3.2.1-1.mga8 python3-cryptography(x86-64) = 3.2.1-1.mga8 python3.8-cryptography = 3.2.1-1.mga8 python3.8dist(cryptography) = 3.2.1 python3dist(cryptography) = 3.2.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(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) libpython3.8.so.1.0()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) python(abi) = 3.8 python3.8dist(cffi) > 1.11.3 python3.8dist(six) >= 1.4.1
Obsoletes: python-cryptography < 3.2.1-1.mga8
Processing files: python-cryptography-debugsource-3.2.1-1.mga8.x86_64
Provides: python-cryptography-debugsource = 3.2.1-1.mga8 python-cryptography-debugsource(x86-64) = 3.2.1-1.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python3-cryptography-debuginfo-3.2.1-1.mga8.x86_64
Provides: debuginfo(build-id) = 224f264014b80506473b1c28f0d6a33439e73895 debuginfo(build-id) = 780d404c382b4e491063afbf7eb76117b392bf5e python-cryptography-debuginfo = 3.2.1-1.mga8 python3-cryptography-debuginfo = 3.2.1-1.mga8 python3-cryptography-debuginfo(x86-64) = 3.2.1-1.mga8 python3.8-cryptography-debuginfo = 3.2.1-1.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-cryptography-debugsource(x86-64) = 3.2.1-1.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-cryptography-debuginfo-3.2.1-1.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-cryptography-debugsource-3.2.1-1.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-cryptography-3.2.1-1.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4GIrUG
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd cryptography-3.2.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-cryptography-3.2.1-1.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uHeQ8F
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf cryptography-3.2.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!