Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python26-crypto.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-4003-6124/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python26-crypto.spec'] warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python26-crypto-2.3-5.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python26-crypto.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-4003-6124/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python26-crypto.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.57713 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pycrypto-2.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycrypto-2.3.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycrypto-2.3 ++ /usr/bin/id -u + '[' 486 = 0 ']' ++ /usr/bin/id -u + '[' 486 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (python-crypto-2.2-optflags.patch): + echo 'Patch #0 (python-crypto-2.2-optflags.patch):' + patch -p1 -s Patch #1 (pycrypto-2.3-lib64.patch): + echo 'Patch #1 (pycrypto-2.3-lib64.patch):' + patch -p1 -s + sed -i -e '\|^#!/usr/local/bin/python| d' lib/Crypto/Util/RFC1751.py + chmod -c -x src/_fastmath.c mode of `src/_fastmath.c' changed to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.57713 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.3 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing' + /usr/bin/python2.6 setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/Crypto copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.6/Crypto copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.6/Crypto creating build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Hash creating build/lib.linux-x86_64-2.6/Crypto/Cipher copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Cipher creating build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/python_compat.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.6/Crypto/Util creating build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.6/Crypto/Random creating build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna creating build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG creating build/lib.linux-x86_64-2.6/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util creating build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol creating build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/qNEW.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey running build_ext building 'Crypto.PublicKey._fastmath' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/src gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/_fastmath.c -o build/temp.linux-x86_64-2.6/src/_fastmath.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/_fastmath.o -L/usr/lib64 -lgmp -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/PublicKey/_fastmath.so building 'Crypto.Hash.MD2' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-x86_64-2.6/src/MD2.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/MD2.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/MD2.so building 'Crypto.Hash.MD4' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/MD4.c -o build/temp.linux-x86_64-2.6/src/MD4.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/MD4.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/MD4.so building 'Crypto.Hash.SHA256' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/SHA256.c -o build/temp.linux-x86_64-2.6/src/SHA256.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/SHA256.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/SHA256.so building 'Crypto.Hash.RIPEMD160' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.6 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.6/src/RIPEMD160.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/RIPEMD160.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD160.so building 'Crypto.Cipher.AES' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/AES.c -o build/temp.linux-x86_64-2.6/src/AES.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/AES.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/AES.so building 'Crypto.Cipher.ARC2' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/ARC2.c -o build/temp.linux-x86_64-2.6/src/ARC2.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/ARC2.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC2.so building 'Crypto.Cipher.Blowfish' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/Blowfish.c -o build/temp.linux-x86_64-2.6/src/Blowfish.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/Blowfish.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/Blowfish.so building 'Crypto.Cipher.CAST' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/CAST.c -o build/temp.linux-x86_64-2.6/src/CAST.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/CAST.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/CAST.so building 'Crypto.Cipher.DES' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -Isrc/libtom/ -I/usr/include/python2.6 -c src/DES.c -o build/temp.linux-x86_64-2.6/src/DES.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/DES.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/DES.so building 'Crypto.Cipher.DES3' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -Isrc/libtom/ -I/usr/include/python2.6 -c src/DES3.c -o build/temp.linux-x86_64-2.6/src/DES3.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/DES3.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/DES3.so building 'Crypto.Cipher.ARC4' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/ARC4.c -o build/temp.linux-x86_64-2.6/src/ARC4.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/ARC4.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC4.so building 'Crypto.Cipher.XOR' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/XOR.c -o build/temp.linux-x86_64-2.6/src/XOR.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/XOR.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/XOR.so building 'Crypto.Util.strxor' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/strxor.c -o build/temp.linux-x86_64-2.6/src/strxor.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/strxor.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Util/strxor.so building 'Crypto.Util._counter' extension gcc -pthread -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.6 -c src/_counter.c -o build/temp.linux-x86_64-2.6/src/_counter.o gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.6/src/_counter.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Util/_counter.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.22184 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.3 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/python26-crypto-2.3-buildroot-mockbuild + /usr/bin/python2.6 setup.py install -O1 --skip-build --root /var/tmp/python26-crypto-2.3-buildroot-mockbuild running install running install_lib creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64 creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6 creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.6/Crypto/Random/random.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/posix.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/rng_base.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/fallback.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/nt.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/SHAd256.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/FortunaAccumulator.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/FortunaGenerator.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.6/Crypto/Random/_UserFriendlyRNG.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/XOR.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/Blowfish.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC4.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC2.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/AES.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/CAST.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/DES3.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/DES.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/AllOrNothing.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/Chaffing.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/ElGamal.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_slowmath.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_RSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/RSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_DSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/pubkey.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/qNEW.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_fastmath.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/DSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/pct_warnings.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD160.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA256.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD5.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/HMAC.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD4.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD2.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/test_rpoolcompat.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/test_random.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_XOR.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_DES3.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_Blowfish.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_ARC4.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/common.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_CAST.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_DES.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_ARC2.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_AES.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/test_rfc1751.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/test_chaffing.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_RSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_importKey.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_DSA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD4.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD5.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD2.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/common.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA256.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_RIPEMD.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_HMAC.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/st_common.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_winrandom.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_Counter.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_asn1.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_number.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util creating /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/_counter.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/_number_new.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/number.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/RFC1751.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/strxor.so -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/Counter.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/randpool.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/winrandom.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/__init__.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/python_compat.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/asn1.py -> /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/random.py to random.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/posix.py to posix.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/rng_base.py to rng_base.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/fallback.py to fallback.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/nt.py to nt.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/SHAd256.py to SHAd256.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py to FortunaAccumulator.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py to FortunaGenerator.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Random/_UserFriendlyRNG.py to _UserFriendlyRNG.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Protocol/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_slowmath.py to _slowmath.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_RSA.py to _RSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_DSA.py to _DSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/qNEW.py to qNEW.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/pct_warnings.py to pct_warnings.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/MD5.py to MD5.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD.py to RIPEMD.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA.py to SHA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py to test_rpoolcompat.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py to test_posix.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py to test_winrandom.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py to test_nt.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py to test_generic.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py to test_fallback.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py to test_SHAd256.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py to test_FortunaAccumulator.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py to test_FortunaGenerator.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_random.py to test_random.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_XOR.py to test_XOR.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES3.py to test_DES3.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py to test_Blowfish.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py to test_ARC4.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/common.py to common.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_CAST.py to test_CAST.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES.py to test_DES.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py to test_ARC2.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_AES.py to test_AES.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py to test_rfc1751.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py to test_chaffing.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py to test_RSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py to test_importKey.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py to test_DSA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD4.py to test_MD4.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD5.py to test_MD5.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD2.py to test_MD2.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/common.py to common.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA256.py to test_SHA256.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py to test_RIPEMD.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_HMAC.py to test_HMAC.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA.py to test_SHA.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/st_common.py to st_common.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_winrandom.py to test_winrandom.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_Counter.py to test_Counter.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_asn1.py to test_asn1.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_number.py to test_number.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/_number_new.py to _number_new.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/number.py to number.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/Counter.py to Counter.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py to randpool.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/winrandom.py to winrandom.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/__init__.py to __init__.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/python_compat.py to python_compat.pyc byte-compiling /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/asn1.py to asn1.pyc writing byte-compilation script '/tmp/tmpSZZ4ZE.py' /usr/bin/python2.6 -O /tmp/tmpSZZ4ZE.py removing /tmp/tmpSZZ4ZE.py running install_egg_info Writing /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/pycrypto-2.3-py2.6.egg-info + find /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages -name '*.so' -exec chmod -c g-w '{}' ';' + '[' -f /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/pycrypto-2.3-py2.6.egg-info ']' + echo /usr/lib64/python2.6/site-packages/pycrypto-2.3-py2.6.egg-info + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/pycrypto-2.3 extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/XOR.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/Blowfish.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/ARC4.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/ARC2.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/AES.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/CAST.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/DES3.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Cipher/DES.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_fastmath.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD160.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA256.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/MD4.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Hash/MD2.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/_counter.so extracting debug info from /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages/Crypto/Util/strxor.so 1226 blocks + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-multiple-python-bytecompile /usr/bin/python2.6 Bytecompiling .py files below /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/ using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.56817 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.3 + /usr/bin/python2.6 setup.py test running test .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SelfTest: You can ignore the RandomPool_DeprecationWarning that follows. build/lib.linux-x86_64-2.6/Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning: This application uses RandomPool, which is BROKEN in older releases. See http://www.pycrypto.org/randpool-broken RandomPool_DeprecationWarning) .................... ---------------------------------------------------------------------- Ran 913 tests in 12.458s OK + PYTHONPATH=/var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/lib64/python2.6/site-packages + /usr/bin/python2.6 pct-speedtest.py RSA(1024) pubkey setup: 13.17 Keys/sec RSA(2048) pubkey setup: 3.28 Keys/sec RSA(4096) pubkey setup: 0.32 Keys/sec DES key setup: 68.50 kKeys/sec DES-CBC encryption: 46.36 MBps DES-CFB encryption: 5.55 MBps DES-PGP encryption: 47.77 MBps DES-OFB encryption: 48.12 MBps DES3 key setup: 23.93 kKeys/sec DES3-CBC encryption: 17.87 MBps DES3-CFB encryption: 2.18 MBps DES3-PGP encryption: 17.93 MBps DES3-OFB encryption: 17.90 MBps AES128 key setup: 763.03 kKeys/sec AES128-CBC encryption: 88.88 MBps AES128-CFB encryption: 5.34 MBps AES128-PGP encryption: 88.17 MBps AES128-OFB encryption: 91.74 MBps AES192 key setup: 727.25 kKeys/sec AES192-CBC encryption: 78.95 MBps AES192-CFB encryption: 4.77 MBps AES192-PGP encryption: 78.31 MBps AES192-OFB encryption: 81.21 MBps AES256 key setup: 691.57 kKeys/sec AES256-CBC encryption: 70.81 MBps AES256-CFB encryption: 4.30 MBps AES256-PGP encryption: 70.82 MBps AES256-OFB encryption: 72.85 MBps Blowfish(256) key setup: 20.44 kKeys/sec Blowfish(256)-CBC encryption: 68.82 MBps Blowfish(256)-CFB encryption: 8.08 MBps Blowfish(256)-PGP encryption: 69.76 MBps Blowfish(256)-OFB encryption: 70.85 MBps CAST(40) key setup: 863.50 kKeys/sec CAST(40)-CBC encryption: 45.66 MBps CAST(40)-CFB encryption: 5.49 MBps CAST(40)-PGP encryption: 46.08 MBps CAST(40)-OFB encryption: 46.79 MBps CAST(80) key setup: 862.08 kKeys/sec CAST(80)-CBC encryption: 45.61 MBps CAST(80)-CFB encryption: 5.49 MBps CAST(80)-PGP encryption: 46.13 MBps CAST(80)-OFB encryption: 46.81 MBps CAST(128) key setup: 850.78 kKeys/sec CAST(128)-CBC encryption: 36.82 MBps CAST(128)-CFB encryption: 4.33 MBps CAST(128)-PGP encryption: 37.54 MBps CAST(128)-OFB encryption: 36.60 MBps ARC2(128) key setup: 874.74 kKeys/sec ARC2(128) encryption: 34.76 MBps ARC4(128) key setup: 161.16 kKeys/sec ARC4(128) encryption: 87.67 MBps XOR(24) key setup: 2098.24 kKeys/sec XOR(24) encryption: 51.12 MBps XOR(256) key setup: 1984.36 kKeys/sec XOR(256) encryption: 51.11 MBps MD2 (16-byte inputs): 128.11 kHashes/sec MD2 (single large input): 6.83 MBps MD4 (16-byte inputs): 976.37 kHashes/sec MD4 (single large input): 359.48 MBps MD5 (16-byte inputs): 415.75 kHashes/sec MD5 (single large input): 434.96 MBps SHA (20-byte inputs): 389.52 kHashes/sec SHA (single large input): 336.29 MBps SHA256 (32-byte inputs): 576.16 kHashes/sec SHA256 (single large input): 64.07 MBps RIPEMD (20-byte inputs): 617.94 kHashes/sec RIPEMD (single large input): 79.76 MBps + exit 0 Processing files: python26-crypto-2.3-5.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.71617 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.3 + DOCDIR=/var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/share/doc/python26-crypto-2.3 + export DOCDIR + rm -rf /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/share/doc/python26-crypto-2.3 + /bin/mkdir -p /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/share/doc/python26-crypto-2.3 + cp -pr README TODO ACKS ChangeLog LEGAL/ COPYRIGHT Doc/ /var/tmp/python26-crypto-2.3-buildroot-mockbuild/usr/share/doc/python26-crypto-2.3 + exit 0 Provides: AES.so()(64bit) ARC2.so()(64bit) ARC4.so()(64bit) Blowfish.so()(64bit) CAST.so()(64bit) DES.so()(64bit) DES3.so()(64bit) MD2.so()(64bit) MD4.so()(64bit) RIPEMD160.so()(64bit) SHA256.so()(64bit) XOR.so()(64bit) _counter.so()(64bit) _fastmath.so()(64bit) strxor.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.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) libgmp.so.3()(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) python-abi = 2.6 rtld(GNU_HASH) Processing files: python26-crypto-debuginfo-2.3-5.ru Provides: AES.so.debug()(64bit) ARC2.so.debug()(64bit) ARC4.so.debug()(64bit) Blowfish.so.debug()(64bit) CAST.so.debug()(64bit) DES.so.debug()(64bit) DES3.so.debug()(64bit) MD2.so.debug()(64bit) MD4.so.debug()(64bit) RIPEMD160.so.debug()(64bit) SHA256.so.debug()(64bit) XOR.so.debug()(64bit) _counter.so.debug()(64bit) _fastmath.so.debug()(64bit) strxor.so.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python26-crypto-2.3-buildroot-mockbuild warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/python26-crypto-2.3-5.ru.x86_64.rpm Wrote: /builddir/build/RPMS/python26-crypto-debuginfo-2.3-5.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.95527 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.3 + rm -rf /var/tmp/python26-crypto-2.3-buildroot-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->