Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-crypto.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1550-2316/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-crypto.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-crypto-2.0.1-5.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-crypto.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1550-2316/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-crypto.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.10879 + 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.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycrypto-2.0.1 ++ /usr/bin/id -u + '[' 73 = 0 ']' ++ /usr/bin/id -u + '[' 73 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i s:/lib:/lib64:g setup.py + echo 'Patch #0 (python-crypto-fix_buffer_overflow.patch):' Patch #0 (python-crypto-fix_buffer_overflow.patch): + patch -p1 -b --suffix .patch0 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.10879 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + 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' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.4 creating build/lib.linux-x86_64-2.4/Crypto copying ./__init__.py -> build/lib.linux-x86_64-2.4/Crypto copying ./test.py -> build/lib.linux-x86_64-2.4/Crypto creating build/lib.linux-x86_64-2.4/Crypto/Hash copying ./Hash/__init__.py -> build/lib.linux-x86_64-2.4/Crypto/Hash copying ./Hash/HMAC.py -> build/lib.linux-x86_64-2.4/Crypto/Hash copying ./Hash/MD5.py -> build/lib.linux-x86_64-2.4/Crypto/Hash copying ./Hash/SHA.py -> build/lib.linux-x86_64-2.4/Crypto/Hash creating build/lib.linux-x86_64-2.4/Crypto/Cipher copying ./Cipher/__init__.py -> build/lib.linux-x86_64-2.4/Crypto/Cipher creating build/lib.linux-x86_64-2.4/Crypto/Util copying ./Util/__init__.py -> build/lib.linux-x86_64-2.4/Crypto/Util copying ./Util/number.py -> build/lib.linux-x86_64-2.4/Crypto/Util copying ./Util/randpool.py -> build/lib.linux-x86_64-2.4/Crypto/Util copying ./Util/RFC1751.py -> build/lib.linux-x86_64-2.4/Crypto/Util copying ./Util/test.py -> build/lib.linux-x86_64-2.4/Crypto/Util creating build/lib.linux-x86_64-2.4/Crypto/Protocol copying ./Protocol/__init__.py -> build/lib.linux-x86_64-2.4/Crypto/Protocol copying ./Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.4/Crypto/Protocol copying ./Protocol/Chaffing.py -> build/lib.linux-x86_64-2.4/Crypto/Protocol creating build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/__init__.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/DSA.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/pubkey.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/qNEW.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey copying ./PublicKey/RSA.py -> build/lib.linux-x86_64-2.4/Crypto/PublicKey running build_ext building 'Crypto.Hash.MD2' extension creating build/temp.linux-x86_64-2.4 creating build/temp.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/MD2.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/MD2.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/MD4.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/MD4.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/RIPEMD.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/RIPEMD.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/SHA256.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/SHA256.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/AES.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/AES.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/ARC2.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/ARC2.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/Blowfish.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/Blowfish.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/CAST.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/CAST.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/DES.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/DES.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/DES3.c -o build/temp.linux-x86_64-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:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/DES3.o -o build/lib.linux-x86_64-2.4/Crypto/Cipher/DES3.so building 'Crypto.Cipher.IDEA' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/IDEA.c -o build/temp.linux-x86_64-2.4/src/IDEA.o In file included from src/IDEA.c:196: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/IDEA.o -o build/lib.linux-x86_64-2.4/Crypto/Cipher/IDEA.so building 'Crypto.Cipher.RC5' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/RC5.c -o build/temp.linux-x86_64-2.4/src/RC5.o In file included from src/RC5.c:212: src/block_template.c: In function 'ALG_Encrypt': src/block_template.c:371: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:388: 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:561: warning: pointer targets in passing argument 2 of 'block_encrypt' differ in signedness src/block_template.c:578: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness src/block_template.c: In function 'ALGgetattr': src/block_template.c:680: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness 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 build/temp.linux-x86_64-2.4/src/RC5.o -o build/lib.linux-x86_64-2.4/Crypto/Cipher/RC5.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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/ARC4.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/ARC4.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/XOR.c -o build/temp.linux-x86_64-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 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/src/XOR.o -o build/lib.linux-x86_64-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 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Isrc/ -I/usr/include/python2.4 -c src/_fastmath.c -o build/temp.linux-x86_64-2.4/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 build/temp.linux-x86_64-2.4/src/_fastmath.o -lgmp -o build/lib.linux-x86_64-2.4/Crypto/PublicKey/_fastmath.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.47939 + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.0.1 + LANG=C + export LANG + unset DISPLAY + 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/lib64 creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4 creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto copying build/lib.linux-x86_64-2.4/Crypto/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto copying build/lib.linux-x86_64-2.4/Crypto/test.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/HMAC.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/MD5.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/SHA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/MD2.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/MD4.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/RIPEMD.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.4/Crypto/Hash/SHA256.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/AES.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/ARC2.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/Blowfish.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/CAST.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/DES.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/DES3.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/IDEA.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/RC5.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/ARC4.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.4/Crypto/Cipher/XOR.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.4/Crypto/Util/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.4/Crypto/Util/number.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.4/Crypto/Util/randpool.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.4/Crypto/Util/RFC1751.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.4/Crypto/Util/test.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.4/Crypto/Protocol/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.4/Crypto/Protocol/AllOrNothing.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.4/Crypto/Protocol/Chaffing.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol creating /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/__init__.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/DSA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/ElGamal.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/pubkey.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/qNEW.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/RSA.py -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.4/Crypto/PublicKey/_fastmath.so -> /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/test.py to test.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/MD5.py to MD5.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/SHA.py to SHA.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util/number.py to number.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util/randpool.py to randpool.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Util/test.py to test.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/qNEW.py to qNEW.pyc byte-compiling /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc writing byte-compilation script '/tmp/tmpsSXq7q.py' /usr/bin/python -O /tmp/tmpsSXq7q.py removing /tmp/tmpsSXq7q.py + find -name '*.py' + xargs /usr/bin/perl -pi -e s:/usr/local/bin/python:/usr/bin/python: + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/pycrypto-2.0.1 extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/MD2.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/MD4.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/RIPEMD.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Hash/SHA256.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/AES.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/ARC2.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/Blowfish.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/CAST.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/DES.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/DES3.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/IDEA.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/RC5.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/ARC4.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/Cipher/XOR.so extracting debug info from /var/tmp/python-crypto-2.0.1-buildroot-mockbuild/usr/lib64/python2.4/site-packages/Crypto/PublicKey/_fastmath.so 509 blocks + /usr/lib/rpm/redhat/brp-compress + /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 Processing files: python-crypto-2.0.1-5.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.32153 + 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()(64bit) ARC2.so()(64bit) ARC4.so()(64bit) Blowfish.so()(64bit) CAST.so()(64bit) DES.so()(64bit) DES3.so()(64bit) IDEA.so()(64bit) MD2.so()(64bit) MD4.so()(64bit) RC5.so()(64bit) RIPEMD.so()(64bit) SHA256.so()(64bit) XOR.so()(64bit) _fastmath.so()(64bit) pycrypto = 2.0.1-5.ru Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-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) python(abi) = 2.4 python-abi = 2.4 rtld(GNU_HASH) Processing files: python-crypto-debuginfo-2.0.1-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) IDEA.so.debug()(64bit) MD2.so.debug()(64bit) MD4.so.debug()(64bit) RC5.so.debug()(64bit) RIPEMD.so.debug()(64bit) SHA256.so.debug()(64bit) XOR.so.debug()(64bit) _fastmath.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/python-crypto-2.0.1-buildroot-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/python-crypto-2.0.1-5.ru.x86_64.rpm Wrote: /builddir/build/RPMS/python-crypto-debuginfo-2.0.1-5.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.11789 + 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 returncode was: 0 LEAVE do -->