Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i386 --nodeps /builddir/build/SPECS/python-crypto.spec'], logger=uid=1000printOutput=Falsegid=425user='mockbuild'timeout=172800env={'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash'}shell=FalsechrootPath='/var/lib/mock/dist-5E-epel-build-7358508-686198/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i386 --nodeps /builddir/build/SPECS/python-crypto.spec'] with env {'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash'} and shell False warning: Could not canonicalize hostname: buildvm-30.phx2.fedoraproject.org Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/python-crypto-2.0.1-6.el5.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i386 --nodeps /builddir/build/SPECS/python-crypto.spec'], logger=uid=1000printOutput=Falsegid=425user='mockbuild'timeout=172800env={'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash'}shell=FalsechrootPath='/var/lib/mock/dist-5E-epel-build-7358508-686198/root'private_network=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i386 --nodeps /builddir/build/SPECS/python-crypto.spec'] with env {'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash'} and shell False Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.70299 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pycrypto-2.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycrypto-2.0.1-hobbled.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycrypto-2.0.1 ++ /usr/bin/id -u + '[' 1000 = 0 ']' ++ /usr/bin/id -u + '[' 1000 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.c' + xargs chmod -c -x mode of `./src/_fastmath.c' changed to 0644 (rw-r--r--) mode of `./src/_rsa.c' changed to 0644 (rw-r--r--) mode of `./src/_dsa.c' changed to 0644 (rw-r--r--) + sed -i -e '/#!\/usr\/local\/bin\/python/d' Util/RFC1751.py + sed -i -e 's|/lib|/lib|g' setup.py Patch #0 (python-crypto-fix_buffer_overflow.patch): + echo 'Patch #0 (python-crypto-fix_buffer_overflow.patch):' + patch -p1 -b --suffix .patch0 -s Patch #1 (python-crypto-hobble.patch): + echo 'Patch #1 (python-crypto-hobble.patch):' + patch -p1 -s Patch #2 (pycrypto-2.0.1-CVE-2012-2417.patch): + echo 'Patch #2 (pycrypto-2.0.1-CVE-2012-2417.patch):' + patch -p0 -s Patch #3 (pycrypto-2.0.1-CVE-2013-7459.patch): + echo 'Patch #3 (pycrypto-2.0.1-CVE-2013-7459.patch):' + patch -p0 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.70299 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-i686-2.4 creating build/lib.linux-i686-2.4/Crypto copying ./__init__.py -> build/lib.linux-i686-2.4/Crypto copying ./test.py -> build/lib.linux-i686-2.4/Crypto creating build/lib.linux-i686-2.4/Crypto/Hash copying ./Hash/SHA.py -> build/lib.linux-i686-2.4/Crypto/Hash copying ./Hash/__init__.py -> build/lib.linux-i686-2.4/Crypto/Hash copying ./Hash/HMAC.py -> build/lib.linux-i686-2.4/Crypto/Hash copying ./Hash/MD5.py -> build/lib.linux-i686-2.4/Crypto/Hash creating build/lib.linux-i686-2.4/Crypto/Cipher copying ./Cipher/__init__.py -> build/lib.linux-i686-2.4/Crypto/Cipher creating build/lib.linux-i686-2.4/Crypto/Util copying ./Util/__init__.py -> build/lib.linux-i686-2.4/Crypto/Util copying ./Util/RFC1751.py -> build/lib.linux-i686-2.4/Crypto/Util copying ./Util/test.py -> build/lib.linux-i686-2.4/Crypto/Util copying ./Util/number.py -> build/lib.linux-i686-2.4/Crypto/Util copying ./Util/randpool.py -> build/lib.linux-i686-2.4/Crypto/Util creating build/lib.linux-i686-2.4/Crypto/Protocol copying ./Protocol/__init__.py -> build/lib.linux-i686-2.4/Crypto/Protocol copying ./Protocol/AllOrNothing.py -> build/lib.linux-i686-2.4/Crypto/Protocol copying ./Protocol/Chaffing.py -> build/lib.linux-i686-2.4/Crypto/Protocol creating build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/RSA.py -> build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/pubkey.py -> build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/ElGamal.py -> build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/__init__.py -> build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/DSA.py -> build/lib.linux-i686-2.4/Crypto/PublicKey copying ./PublicKey/qNEW.py -> build/lib.linux-i686-2.4/Crypto/PublicKey running build_ext building 'Crypto.Hash.MD2' extension creating build/temp.linux-i686-2.4 creating build/temp.linux-i686-2.4/src gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/MD2.c -o build/temp.linux-i686-2.4/src/MD2.o src/MD2.c: In function 'hash_digest': src/MD2.c:115: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness In file included from src/MD2.c:118: src/hash_template.c: In function 'ALG_hexdigest': src/hash_template.c:108: warning: pointer targets in assignment differ in signedness src/hash_template.c:112: warning: pointer targets in assignment differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/MD2.o -o build/lib.linux-i686-2.4/Crypto/Hash/MD2.so building 'Crypto.Hash.MD4' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/MD4.c -o build/temp.linux-i686-2.4/src/MD4.o src/MD4.c: In function 'hash_digest': src/MD4.c:200: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness In file included from src/MD4.c:203: src/hash_template.c: In function 'ALG_hexdigest': src/hash_template.c:108: warning: pointer targets in assignment differ in signedness src/hash_template.c:112: warning: pointer targets in assignment differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/MD4.o -o build/lib.linux-i686-2.4/Crypto/Hash/MD4.so building 'Crypto.Hash.RIPEMD' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/RIPEMD.c -o build/temp.linux-i686-2.4/src/RIPEMD.o src/RIPEMD.c: In function 'hash_digest': src/RIPEMD.c:218: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness In file included from src/RIPEMD.c:507: src/hash_template.c: In function 'ALG_hexdigest': src/hash_template.c:108: warning: pointer targets in assignment differ in signedness src/hash_template.c:112: warning: pointer targets in assignment differ in signedness src/hash_template.c: In function 'ALG_update': src/hash_template.c:139: warning: pointer targets in passing argument 2 of 'hash_update' differ in signedness src/hash_template.c: In function 'ALG_new': src/hash_template.c:211: warning: pointer targets in passing argument 2 of 'hash_update' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/RIPEMD.o -o build/lib.linux-i686-2.4/Crypto/Hash/RIPEMD.so building 'Crypto.Hash.SHA256' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/SHA256.c -o build/temp.linux-i686-2.4/src/SHA256.o src/SHA256.c: In function 'hash_digest': src/SHA256.c:197: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness In file included from src/SHA256.c:200: src/hash_template.c: In function 'ALG_hexdigest': src/hash_template.c:108: warning: pointer targets in assignment differ in signedness src/hash_template.c:112: warning: pointer targets in assignment differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/SHA256.o -o build/lib.linux-i686-2.4/Crypto/Hash/SHA256.so building 'Crypto.Cipher.AES' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/AES.c -o build/temp.linux-i686-2.4/src/AES.o In file included from src/AES.c:1459: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/AES.o -o build/lib.linux-i686-2.4/Crypto/Cipher/AES.so building 'Crypto.Cipher.ARC2' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/ARC2.c -o build/temp.linux-i686-2.4/src/ARC2.o In file included from src/ARC2.c:192: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/ARC2.o -o build/lib.linux-i686-2.4/Crypto/Cipher/ARC2.so building 'Crypto.Cipher.Blowfish' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/Blowfish.c -o build/temp.linux-i686-2.4/src/Blowfish.o In file included from src/Blowfish.c:499: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/Blowfish.o -o build/lib.linux-i686-2.4/Crypto/Cipher/Blowfish.so building 'Crypto.Cipher.CAST' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/CAST.c -o build/temp.linux-i686-2.4/src/CAST.o In file included from src/CAST.c:436: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/CAST.o -o build/lib.linux-i686-2.4/Crypto/Cipher/CAST.so building 'Crypto.Cipher.DES' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/DES.c -o build/temp.linux-i686-2.4/src/DES.o In file included from src/DES.c:665: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/DES.o -o build/lib.linux-i686-2.4/Crypto/Cipher/DES.so building 'Crypto.Cipher.DES3' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/DES3.c -o build/temp.linux-i686-2.4/src/DES3.o In file included from src/DES3.c:688: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:343: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:360: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALG_Decrypt': src/block_template.c:533: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:550: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:652: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/DES3.o -o build/lib.linux-i686-2.4/Crypto/Cipher/DES3.so building 'Crypto.Cipher.ARC4' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/ARC4.c -o build/temp.linux-i686-2.4/src/ARC4.o In file included from src/ARC4.c:70: src/stream_template.c: In function 'ALG_Encrypt': src/stream_template.c:135: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/stream_template.c: In function 'ALG_Decrypt': src/stream_template.c:164: warning: pointer targets in passing argument 2 of 'stream_encrypt' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/ARC4.o -o build/lib.linux-i686-2.4/Crypto/Cipher/ARC4.so building 'Crypto.Cipher.XOR' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/XOR.c -o build/temp.linux-i686-2.4/src/XOR.o In file included from src/XOR.c:52: src/stream_template.c: In function 'ALG_Encrypt': src/stream_template.c:135: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/stream_template.c: In function 'ALG_Decrypt': src/stream_template.c:164: warning: pointer targets in passing argument 2 of 'stream_encrypt' differ in signedness gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/XOR.o -o build/lib.linux-i686-2.4/Crypto/Cipher/XOR.so building 'Crypto.PublicKey._fastmath' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Isrc/ -I/usr/include/python2.4 -c src/_fastmath.c -o build/temp.linux-i686-2.4/src/_fastmath.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/src/_fastmath.o -lgmp -o build/lib.linux-i686-2.4/Crypto/PublicKey/_fastmath.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.68196 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + rm -rf /var/tmp/python-crypto-2.0.1-buildroot-mockbuild + rm -rf /var/tmp/python-crypto-2.0.1-buildroot-mockbuild + /usr/bin/python setup.py install -O1 --skip-build --root /var/tmp/python-crypto-2.0.1-buildroot-mockbuild running install running install_lib creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4 creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/RSA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/pubkey.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/_fastmath.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/ElGamal.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/DSA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-i686-2.4/Crypto/PublicKey/qNEW.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/SHA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/SHA256.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/RIPEMD.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/MD4.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/HMAC.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/MD5.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/Hash/MD2.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash copying build/lib.linux-i686-2.4/Crypto/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto copying build/lib.linux-i686-2.4/Crypto/test.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util copying build/lib.linux-i686-2.4/Crypto/Util/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util copying build/lib.linux-i686-2.4/Crypto/Util/RFC1751.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util copying build/lib.linux-i686-2.4/Crypto/Util/test.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util copying build/lib.linux-i686-2.4/Crypto/Util/number.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util copying build/lib.linux-i686-2.4/Crypto/Util/randpool.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-i686-2.4/Crypto/Protocol/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-i686-2.4/Crypto/Protocol/AllOrNothing.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-i686-2.4/Crypto/Protocol/Chaffing.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/AES.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/ARC2.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/ARC4.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/CAST.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/XOR.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/Blowfish.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/DES3.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-i686-2.4/Crypto/Cipher/DES.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/PublicKey/qNEW.py to qNEW.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash/SHA.py to SHA.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Hash/MD5.py to MD5.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/test.py to test.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util/test.py to test.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util/number.py to number.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Util/randpool.py to randpool.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages/Crypto/Cipher/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpC4mxCN.py' /usr/bin/python -O /tmp/tmpC4mxCN.py removing /tmp/tmpC4mxCN.py + find /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib/python2.4/site-packages -name '*.so' -exec chmod -c g-w '{}' ';' foo + echo foo + true + /usr/lib/rpm/check-buildroot + /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-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.68196 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + /usr/bin/python test.py Stream Ciphers: =============== ARC4: 114691.50 K/sec XOR: 61851.49 K/sec Block Ciphers: ============== AES: ECB mode: 54524.04 K/sec CFB mode: 1596.05 K/sec CBC mode: 56263.98 K/sec PGP mode: 62608.85 K/sec OFB mode: 63306.52 K/sec CTR mode: 30313.71 K/sec Testing IV handling Verifying against test suite... ARC2: ECB mode: 43887.10 K/sec CFB mode: 2549.39 K/sec CBC mode: 45191.15 K/sec PGP mode: 45576.71 K/sec OFB mode: 43717.35 K/sec CTR mode: 20819.84 K/sec Testing IV handling Verifying against test suite... Blowfish: ECB mode: 58822.28 K/sec CFB mode: 3014.88 K/sec CBC mode: 55089.11 K/sec PGP mode: 55279.13 K/sec OFB mode: 53366.89 K/sec CTR mode: 21968.69 K/sec Testing IV handling Verifying against test suite... CAST: ECB mode: 55338.96 K/sec CFB mode: 2957.22 K/sec CBC mode: 47320.16 K/sec PGP mode: 51006.69 K/sec OFB mode: 55301.91 K/sec CTR mode: 22112.56 K/sec Testing IV handling Verifying against test suite... DES: ECB mode: 44536.97 K/sec CFB mode: 2292.75 K/sec CBC mode: 40364.72 K/sec PGP mode: 40150.39 K/sec OFB mode: 41651.80 K/sec CTR mode: 18482.52 K/sec Testing IV handling Verifying against test suite... DES3: ECB mode: 14987.39 K/sec CFB mode: 816.52 K/sec CBC mode: 14154.63 K/sec PGP mode: 13775.28 K/sec OFB mode: 14829.46 K/sec CTR mode: 10382.84 K/sec Testing IV handling Verifying against test suite... rm -rf $RPM_BUILD_ROOT exit 0 Processing files: python-crypto-2.0.1-6.el5 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3065 + cat + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + DOCDIR=/var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/share/doc/python-crypto-2.0.1 + export DOCDIR + rm -rf /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/share/doc/python-crypto-2.0.1 + /bin/mkdir -p /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/share/doc/python-crypto-2.0.1 + cp -pr README TODO ACKS ChangeLog LICENSE Doc /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/share/doc/python-crypto-2.0.1 + exit 0 Provides: AES.so ARC2.so ARC4.so Blowfish.so CAST.so DES.so DES3.so MD2.so MD4.so RIPEMD.so SHA256.so XOR.so _fastmath.so pycrypto = 2.0.1-6.el5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libgmp.so.3 libpthread.so.0 python(abi) = 2.4 python-abi = 2.4 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python-crypto-2.0.1-buildroot-mockbuild warning: Could not canonicalize hostname: buildvm-30.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/python-crypto-2.0.1-6.el5.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.75159 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + rm -rf /var/tmp/python-crypto-2.0.1-buildroot-mockbuild + exit 0 Child return code was: 0