Mock Version: 1.2.10 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6564/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cryptography.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-537740860 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-cryptography-0.9-3.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cryptography.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6564/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cryptography.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Qj65LY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptography-0.9 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-0.9.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-cryptography-0.9-3.el7.centos + cp -a . /builddir/build/BUILD/python3-python-cryptography-0.9-3.el7.centos + find /builddir/build/BUILD/python3-python-cryptography-0.9-3.el7.centos -name '*.py' + xargs sed -i '1s|^#!/usr/bin/python|#!/usr/bin/python3.4|' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fnCuhL + umask 022 + cd /builddir/build/BUILD + cd cryptography-0.9 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/x509.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-2.7/cryptography creating build/lib.linux-x86_64-2.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/interfaces copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/interfaces creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509v3.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509name.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509_vfy.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ssl.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/rand.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pkcs7.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pkcs12.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pem.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/osrandom_engine.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/opensslv.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/objects.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/nid.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/evp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/err.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/engine.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ecdsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ecdh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/crypto.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/conf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/cms.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/bio.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/bignum.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/aes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/sectransform.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/seckey.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/secitem.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/secimport.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_digest.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/cf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing entry points to src/cryptography.egg-info/entry_points.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/constant_time.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/constant_time.h -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/padding.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/padding.h -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__ creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/src copying src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/src copying src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/src running build_ext building '_Cryptography_cffi_e7d09016xc302a38b' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src creating build/temp.linux-x86_64-2.7/src/cryptography creating build/temp.linux-x86_64-2.7/src/cryptography/hazmat creating build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings creating build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c -o build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.o -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_e7d09016xc302a38b.so building '_Cryptography_cffi_590da19fxffc7b1ce' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.c -o build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_590da19fxffc7b1ce.so building '_Cryptography_cffi_26cb75b8x62b488b1' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.c -o build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_26cb75b8x62b488b1.so + pushd /builddir/build/BUILD/python3-python-cryptography-0.9-3.el7.centos + /usr/bin/python3.4 setup.py build ~/build/BUILD/python3-python-cryptography-0.9-3.el7.centos ~/build/BUILD/cryptography-0.9 running build running build_py creating build creating build/lib.linux-x86_64-3.4 creating build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/x509.py -> build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.4/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.4/cryptography creating build/lib.linux-x86_64-3.4/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat creating build/lib.linux-x86_64-3.4/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends creating build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/utils.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives creating build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto creating build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl creating build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/sectransform.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/seckey.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/secitem.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/secimport.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_digest.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/cf.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto creating build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509v3.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509name.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509_vfy.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/x509.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ssl.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/rsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/rand.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pkcs7.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pkcs12.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/pem.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/osrandom_engine.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/opensslv.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/objects.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/nid.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/hmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/evp.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/err.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/engine.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ecdsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ecdh.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/ec.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/dsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/dh.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/crypto.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/conf.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/cms.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/cmac.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/bio.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/bignum.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/asn1.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/aes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/interfaces copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/interfaces creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor running egg_info writing src/cryptography.egg-info/PKG-INFO writing entry points to src/cryptography.egg-info/entry_points.txt writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' creating build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1f8d6bc8xc302a38b.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_a8febd48xffc7b1ce.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__ copying src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_b03f9c7x62b488b1.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__ creating build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/constant_time.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/constant_time.h -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/padding.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src copying src/cryptography/hazmat/primitives/src/padding.h -> build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src creating build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/src copying src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/src copying src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -> build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/src running build_ext building '_Cryptography_cffi_1f8d6bc8xc302a38b' extension creating build/temp.linux-x86_64-3.4 creating build/temp.linux-x86_64-3.4/src creating build/temp.linux-x86_64-3.4/src/cryptography creating build/temp.linux-x86_64-3.4/src/cryptography/hazmat creating build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings creating build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__ gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1f8d6bc8xc302a38b.c -o build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1f8d6bc8xc302a38b.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1f8d6bc8xc302a38b.o -L/usr/lib64 -lssl -lcrypto -lpython3.4m -o build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_1f8d6bc8xc302a38b.cpython-34m.so building '_Cryptography_cffi_a8febd48xffc7b1ce' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_a8febd48xffc7b1ce.c -o build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_a8febd48xffc7b1ce.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_a8febd48xffc7b1ce.o -L/usr/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_a8febd48xffc7b1ce.cpython-34m.so building '_Cryptography_cffi_b03f9c7x62b488b1' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_b03f9c7x62b488b1.c -o build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_b03f9c7x62b488b1.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-3.4/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_b03f9c7x62b488b1.o -L/usr/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_b03f9c7x62b488b1.cpython-34m.so + popd ~/build/BUILD/cryptography-0.9 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J7y5sL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 + cd cryptography-0.9 + find . -name .keep -print -delete ./docs/_static/.keep + /usr/bin/python2 setup.py install --skip-build --prefix=/usr --root /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_26cb75b8x62b488b1.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_590da19fxffc7b1ce.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_e7d09016xc302a38b.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto/backend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/commoncrypto/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/multibackend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__ creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/binding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/cf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/common_digest.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/secimport.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/secitem.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/seckey.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto/sectransform.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/aes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/asn1.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/bignum.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/bio.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/cms.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/conf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/crypto.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/ecdh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/ecdsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/engine.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/err.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/evp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/nid.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/objects.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/opensslv.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/osrandom_engine.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/pem.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/pkcs7.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/rand.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/ssl.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/x509_vfy.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/x509name.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/x509v3.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src/padding.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src/padding.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src/constant_time.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/src/constant_time.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/src creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/interfaces copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/interfaces/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/interfaces creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-x86_64-2.7/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto/ciphers.py to ciphers.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/commoncrypto/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/multibackend.py to multibackend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/binding.py to binding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/cf.py to cf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py to common_cryptor.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/common_digest.py to common_digest.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/common_hmac.py to common_hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py to common_key_derivation.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py to common_symmetric_key_wrap.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/secimport.py to secimport.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/secitem.py to secitem.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/seckey.py to seckey.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/seckeychain.py to seckeychain.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/commoncrypto/sectransform.py to sectransform.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/aes.py to aes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/asn1.py to asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/bignum.py to bignum.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/bio.py to bio.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/cms.py to cms.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/crypto.py to crypto.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/ecdh.py to ecdh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/ecdsa.py to ecdsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/err.py to err.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/evp.py to evp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/nid.py to nid.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/objects.py to objects.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/opensslv.py to opensslv.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/osrandom_engine.py to osrandom_engine.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/pem.py to pem.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/pkcs7.py to pkcs7.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/rand.py to rand.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/x509.py to x509.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/x509_vfy.py to x509_vfy.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/x509name.py to x509name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/x509v3.py to x509v3.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/interfaces/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/hazmat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/fernet.py to fernet.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/x509.py to x509.pyc running install_egg_info running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing entry points to src/cryptography.egg-info/entry_points.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography-0.9-py2.7.egg-info running install_scripts ~/build/BUILD/python3-python-cryptography-0.9-3.el7.centos ~/build/BUILD/cryptography-0.9 + pushd /builddir/build/BUILD/python3-python-cryptography-0.9-3.el7.centos + /usr/bin/python3.4 setup.py install --skip-build --prefix=/usr --root /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4 creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_b03f9c7x62b488b1.cpython-34m.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_a8febd48xffc7b1ce.cpython-34m.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/_Cryptography_cffi_1f8d6bc8xc302a38b.cpython-34m.so -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src/padding.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src/padding.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src/constant_time.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/src/constant_time.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/src creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/interfaces copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/interfaces/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/interfaces creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.4/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_b03f9c7x62b488b1.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_a8febd48xffc7b1ce.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/__pycache__ copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1f8d6bc8xc302a38b.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/__pycache__ creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/src copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/aes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/asn1.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/bignum.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/bio.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/cms.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/conf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/crypto.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/ecdh.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/ecdsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/engine.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/err.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/evp.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/nid.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/objects.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/opensslv.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/osrandom_engine.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/pem.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/pkcs7.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/rand.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/ssl.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/x509_vfy.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/x509name.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/openssl/x509v3.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/binding.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/cf.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/common_digest.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/secimport.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/secitem.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/seckey.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/commoncrypto/sectransform.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings copying build/lib.linux-x86_64-3.4/cryptography/hazmat/bindings/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl creating /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto/backend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/commoncrypto/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/multibackend.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-3.4/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat copying build/lib.linux-x86_64-3.4/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography copying build/lib.linux-x86_64-3.4/cryptography/x509.py -> /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/interfaces/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/aes.py to aes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/asn1.py to asn1.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/bignum.py to bignum.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/bio.py to bio.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/cmac.py to cmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/cms.py to cms.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/conf.py to conf.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/crypto.py to crypto.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/dh.py to dh.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/dsa.py to dsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/ec.py to ec.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/ecdh.py to ecdh.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/ecdsa.py to ecdsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/engine.py to engine.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/err.py to err.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/evp.py to evp.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/hmac.py to hmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/nid.py to nid.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/objects.py to objects.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/opensslv.py to opensslv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/osrandom_engine.py to osrandom_engine.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/pem.py to pem.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/pkcs12.py to pkcs12.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/pkcs7.py to pkcs7.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/rand.py to rand.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/rsa.py to rsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/ssl.py to ssl.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/x509.py to x509.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/x509_vfy.py to x509_vfy.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/x509name.py to x509name.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/openssl/x509v3.py to x509v3.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/binding.py to binding.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/cf.py to cf.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py to common_cryptor.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/common_digest.py to common_digest.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/common_hmac.py to common_hmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py to common_key_derivation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py to common_symmetric_key_wrap.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/secimport.py to secimport.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/secitem.py to secitem.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/seckey.py to seckey.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/seckeychain.py to seckeychain.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/commoncrypto/sectransform.py to sectransform.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/bindings/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto/backend.py to backend.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto/ciphers.py to ciphers.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto/hashes.py to hashes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/commoncrypto/hmac.py to hmac.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/backends/multibackend.py to multibackend.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/__about__.py to __about__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/fernet.py to fernet.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/x509.py to x509.cpython-34.pyc running install_egg_info running egg_info writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing entry points to src/cryptography.egg-info/entry_points.txt writing requirements to src/cryptography.egg-info/requires.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography-0.9-py3.4.egg-info running install_scripts ~/build/BUILD/cryptography-0.9 + popd + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/cryptography-0.9 extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/_Cryptography_cffi_1f8d6bc8xc302a38b.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/_Cryptography_cffi_a8febd48xffc7b1ce.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4/site-packages/cryptography/_Cryptography_cffi_b03f9c7x62b488b1.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/_Cryptography_cffi_e7d09016xc302a38b.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/_Cryptography_cffi_590da19fxffc7b1ce.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cryptography/_Cryptography_cffi_26cb75b8x62b488b1.so /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 5991 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib/debug/usr/lib64/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Zhp9k6 + umask 022 + cd /builddir/build/BUILD + cd cryptography-0.9 + exit 0 Processing files: python-cryptography-0.9-3.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I8P4dr + umask 022 + cd /builddir/build/BUILD + cd cryptography-0.9 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python-cryptography-0.9 + exit 0 Provides: python-cryptography = 0.9-3.el7.centos python-cryptography(x86-64) = 0.9-3.el7.centos 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.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(OPENSSL_1.0.1)(64bit) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) libssl.so.10()(64bit) libssl.so.10(libssl.so.10)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python34-cryptography-0.9-3.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YSXNPV + umask 022 + cd /builddir/build/BUILD + cd cryptography-0.9 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64/usr/share/doc/python34-cryptography-0.9 + exit 0 Provides: python34-cryptography = 0.9-3.el7.centos python34-cryptography(x86-64) = 0.9-3.el7.centos 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.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(OPENSSL_1.0.1)(64bit) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython3.4m.so.1.0()(64bit) libssl.so.10()(64bit) libssl.so.10(libssl.so.10)(64bit) python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-cryptography-debuginfo-0.9-3.el7.centos.x86_64 Provides: python-cryptography-debuginfo = 0.9-3.el7.centos python-cryptography-debuginfo(x86-64) = 0.9-3.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-537740860 Wrote: /builddir/build/RPMS/python-cryptography-0.9-3.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/python34-cryptography-0.9-3.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/python-cryptography-debuginfo-0.9-3.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.24TnBd + umask 022 + cd /builddir/build/BUILD + cd cryptography-0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cryptography-0.9-3.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->