Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pycryptopp.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41145-80312/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pycryptopp.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pycryptopp.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41145-80312/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pycryptopp.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.I4iYcp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf 'darcsver-*.egg' + rm -rf 'setuptools_darcs-*.egg' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vzM3OE + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python setup.py build --disable-embedded-cryptopp running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/pycryptopp copying src/pycryptopp/_version.py -> build/lib.linux-x86_64-2.7/pycryptopp copying src/pycryptopp/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp creating build/lib.linux-x86_64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/aes.py -> build/lib.linux-x86_64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/xsalsa20.py -> build/lib.linux-x86_64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp/cipher creating build/lib.linux-x86_64-2.7/pycryptopp/hash copying src/pycryptopp/hash/sha256.py -> build/lib.linux-x86_64-2.7/pycryptopp/hash copying src/pycryptopp/hash/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp/hash creating build/lib.linux-x86_64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/rsa.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/ecdsa.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey creating build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/_version.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/keys.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519 creating build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_sha256.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_xsalsa20.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ed25519_kat.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_from_Nikratio.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_rsa.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_aes.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/__init__.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ecdsa.py -> build/lib.linux-x86_64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ed25519.py -> build/lib.linux-x86_64-2.7/pycryptopp/test running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' creating build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256LongMsg.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256Monte.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256ShortMsg.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519-short.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/xsalsa20.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors creating build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt -> build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES running build_ext building 'pycryptopp._pycryptopp' 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/pycryptopp creating build/temp.linux-x86_64-2.7/src/pycryptopp/publickey creating build/temp.linux-x86_64-2.7/src/pycryptopp/hash creating build/temp.linux-x86_64-2.7/src/pycryptopp/cipher 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/_pycryptoppmodule.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/_pycryptoppmodule.o -w 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/publickey/rsamodule.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/publickey/rsamodule.o -w 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/hash/sha256module.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/hash/sha256module.o -w 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/cipher/aesmodule.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/cipher/aesmodule.o -w 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/cipher/xsalsa20module.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/cipher/xsalsa20module.o -w 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/publickey/ecdsamodule.cpp -o build/temp.linux-x86_64-2.7/src/pycryptopp/publickey/ecdsamodule.o -w g++ -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic build/temp.linux-x86_64-2.7/src/pycryptopp/_pycryptoppmodule.o build/temp.linux-x86_64-2.7/src/pycryptopp/publickey/rsamodule.o build/temp.linux-x86_64-2.7/src/pycryptopp/hash/sha256module.o build/temp.linux-x86_64-2.7/src/pycryptopp/cipher/aesmodule.o build/temp.linux-x86_64-2.7/src/pycryptopp/cipher/xsalsa20module.o build/temp.linux-x86_64-2.7/src/pycryptopp/publickey/ecdsamodule.o -L/usr/lib -L/usr/lib64 -lcryptopp -lpython2.7 -o build/lib.linux-x86_64-2.7/pycryptopp/_pycryptopp.so building 'pycryptopp.publickey.ed25519._ed25519' extension creating build/temp.linux-x86_64-2.7/src-ed25519 creating build/temp.linux-x86_64-2.7/src-ed25519/glue creating build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/glue/ed25519module.c -o build/temp.linux-x86_64-2.7/src-ed25519/glue/ed25519module.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sha512-blocks.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sha512-blocks.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/verify.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/verify.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/ed25519.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/ed25519.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/fe25519.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/fe25519.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sc25519.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sc25519.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/ge25519.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/ge25519.o 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sha512-hash.c -o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sha512-hash.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic build/temp.linux-x86_64-2.7/src-ed25519/glue/ed25519module.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sha512-blocks.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/verify.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/ed25519.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/fe25519.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sc25519.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/ge25519.o build/temp.linux-x86_64-2.7/src-ed25519/supercop-ref/sha512-hash.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519/_ed25519.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HMZylg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 running build running build_py running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' running build_ext running install running install_lib creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_sha256.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_xsalsa20.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_ed25519_kat.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_from_Nikratio.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_rsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_aes.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_ecdsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-x86_64-2.7/pycryptopp/test/test_ed25519.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-x86_64-2.7/pycryptopp/cipher/aes.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-x86_64-2.7/pycryptopp/cipher/xsalsa20.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-x86_64-2.7/pycryptopp/cipher/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/hash copying build/lib.linux-x86_64-2.7/pycryptopp/hash/sha256.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/hash copying build/lib.linux-x86_64-2.7/pycryptopp/hash/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/hash creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519/_ed25519.so -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519/_version.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519/keys.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/ed25519/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/rsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/ecdsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-x86_64-2.7/pycryptopp/publickey/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-x86_64-2.7/pycryptopp/_pycryptopp.so -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/SHA256ShortMsg.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/xsalsa20.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/SHA256Monte.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/kat-ed25519.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/SHA256LongMsg.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/testvectors/kat-ed25519-short.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-x86_64-2.7/pycryptopp/_version.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp copying build/lib.linux-x86_64-2.7/pycryptopp/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_sha256.py to test_sha256.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_xsalsa20.py to test_xsalsa20.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ed25519_kat.py to test_ed25519_kat.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_from_Nikratio.py to test_from_Nikratio.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_rsa.py to test_rsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_aes.py to test_aes.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ecdsa.py to test_ecdsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ed25519.py to test_ed25519.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/aes.py to aes.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/xsalsa20.py to xsalsa20.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/hash/sha256.py to sha256.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/hash/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/keys.py to keys.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ecdsa.py to ecdsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/__init__.py to __init__.pyc running install_data creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp copying COPYING.GPL -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp copying COPYING.TGPPL.html -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp copying README.rst -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp running install_egg_info Copying pycryptopp.egg-info to /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp/ + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64//usr/cryptopp/extraversion.h + /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/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 extracting debug info from /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/_ed25519.so extracting debug info from /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/_pycryptopp.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 211 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/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib/debug/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.SqugIU + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python setup.py test running build running build_py running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' running build_ext running test test_chunksize (pycryptopp.test.test_sha256.SHA256) ... ok test_constructor_type_check (pycryptopp.test.test_sha256.SHA256) ... ok test_digest (pycryptopp.test.test_sha256.SHA256) ... ok test_digest_then_update_fail (pycryptopp.test.test_sha256.SHA256) ... ok test_digest_twice (pycryptopp.test.test_sha256.SHA256) ... ok test_hexdigest (pycryptopp.test.test_sha256.SHA256) ... ok test_onebyte_1 (pycryptopp.test.test_sha256.SHA256) ... ok test_onebyte_2 (pycryptopp.test.test_sha256.SHA256) ... ok test_recursive_different_chunksizes (pycryptopp.test.test_sha256.SHA256) ... ok test_update (pycryptopp.test.test_sha256.SHA256) ... ok test_update_type_check (pycryptopp.test.test_sha256.SHA256) ... ok test_long (pycryptopp.test.test_sha256.SHSVectors) ... ok test_monte (pycryptopp.test.test_sha256.SHSVectors) ... ok test_short (pycryptopp.test.test_sha256.SHSVectors) ... ok test_XSalsa (pycryptopp.test.test_xsalsa20.XSalsa20Test) ... ok test_recursive (pycryptopp.test.test_xsalsa20.XSalsa20Test) ... ok test_types_and_lengths (pycryptopp.test.test_xsalsa20.XSalsa20Test) ... ok test_zero_XSalsa20 (pycryptopp.test.test_xsalsa20.XSalsa20Test) ... ok test_short (pycryptopp.test.test_ed25519_kat.KnownAnswerTests) ... ok test_t (pycryptopp.test.test_from_Nikratio.T) ... ok test_serialize_and_deserialize_signing_key_and_test (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_serialize_and_deserialize_verifying_key_and_test (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_sign_and_check_a (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_sign_and_check_random (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_sign_and_failcheck_a (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_sign_and_failcheck_random (pycryptopp.test.test_rsa.SignAndVerify) ... ok test_create_from_string_invalid (pycryptopp.test.test_rsa.Signer) ... ok test_generate (pycryptopp.test.test_rsa.Signer) ... ok test_generate_bad_size (pycryptopp.test.test_rsa.Signer) ... ok test_sign (pycryptopp.test.test_rsa.Signer) ... ok test_encrypt_zeroes (pycryptopp.test.test_aes.AES128) ... ok test_encrypt_zeroes_in_two_parts (pycryptopp.test.test_aes.AES128) ... ok test_init_type_check (pycryptopp.test.test_aes.AES128) ... ok test_encrypt_zeroes (pycryptopp.test.test_aes.AES256) ... ok test_encrypt_zeroes_in_two_parts (pycryptopp.test.test_aes.AES256) ... ok test_init_type_check (pycryptopp.test.test_aes.AES256) ... ok test_NIST_KAT (pycryptopp.test.test_aes.AES_from_NIST_KAT) ... ok test_from_Niels_AES128 (pycryptopp.test.test_aes.AES_from_Niels_Ferguson) ... ok test_from_Niels_AES256 (pycryptopp.test.test_aes.AES_from_Niels_Ferguson) ... ok test_partial (pycryptopp.test.test_aes.PartialIV) ... ok test_compatibility (pycryptopp.test.test_ecdsa.Compatibility) ... ok test (pycryptopp.test.test_ecdsa.SignAndVerify) ... ok test_construct (pycryptopp.test.test_ecdsa.Signer) ... ok test_construct_bad_arg_type (pycryptopp.test.test_ecdsa.Signer) ... ok test_construct_from_same_seed_is_reproducible (pycryptopp.test.test_ecdsa.Signer) ... ok test_construct_short_seed (pycryptopp.test.test_ecdsa.Signer) ... ok test_sign (pycryptopp.test.test_ecdsa.Signer) ... ok test_sign_and_verify (pycryptopp.test.test_ecdsa.Signer) ... ok test_sign_and_verify_emptymsg (pycryptopp.test.test_ecdsa.Signer) ... ok test_from_signer_and_serialize_and_deserialize (pycryptopp.test.test_ecdsa.Verifier) ... ok test_OOP (pycryptopp.test.test_ed25519.Basic) ... ok test_constants (pycryptopp.test.test_ed25519.Basic) ... ok test_object_identity (pycryptopp.test.test_ed25519.Basic) ... ok test_publickey (pycryptopp.test.test_ed25519.Basic) ... ok test_raw (pycryptopp.test.test_ed25519.Basic) ... ok test_version (pycryptopp.test.test_ed25519.Basic) ... ok ---------------------------------------------------------------------- Ran 56 tests in 1.670s OK + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/test/ + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/ + exit 0 Processing files: pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jDThnD + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + DOCDIR=/builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + cp -pr COPYING.GPL /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + cp -pr COPYING.TGPPL.html /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + cp -pr README.rst /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + cp -pr ChangeLog /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + cp -pr copyright /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64/usr/share/doc/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + exit 0 Provides: pycryptopp = 0.6.0.1206569328141510525648634803928199668821045408958-13.el7 pycryptopp(x86-64) = 0.6.0.1206569328141510525648634803928199668821045408958-13.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcryptopp.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: pycryptopp-debuginfo-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 Provides: pycryptopp-debuginfo = 0.6.0.1206569328141510525648634803928199668821045408958-13.el7 pycryptopp-debuginfo(x86-64) = 0.6.0.1206569328141510525648634803928199668821045408958-13.el7 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/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 Wrote: /builddir/build/RPMS/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64.rpm Wrote: /builddir/build/RPMS/pycryptopp-debuginfo-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0yiIbR + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-13.el7.x86_64 + exit 0 Child return code was: 0