Mock Version: 1.0.2 Mock Version: 1.0.2 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-smbpasswd.spec'], False, '/var/lib/mock/dist-f13-build-705033-100893/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-smbpasswd.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: x86-06.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-smbpasswd-1.0.1-13.fc13.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-smbpasswd.spec'], False, '/var/lib/mock/dist-f13-build-705033-100893/root/', None, 86400, True, 0, 428, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-smbpasswd.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Axrm8Z + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf py-smbpasswd-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/py-smbpasswd-1.0.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd py-smbpasswd-1.0.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-smbpasswd-1.0.1-13.fc13 + cp -a . /builddir/build/BUILD/python3-python-smbpasswd-1.0.1-13.fc13 + cd /builddir/build/BUILD/python3-python-smbpasswd-1.0.1-13.fc13 Patch #1 (python-smbpasswd-1.0.1-py3.patch): + echo 'Patch #1 (python-smbpasswd-1.0.1-py3.patch):' + /bin/cat /builddir/build/SOURCES/python-smbpasswd-1.0.1-py3.patch + /usr/bin/patch -s -p1 -b --suffix .org --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ASdsCQ + umask 022 + cd /builddir/build/BUILD + cd py-smbpasswd-1.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 -m64 -mtune=generic' + /usr/bin/python setup.py build running build running build_ext building 'smbpasswd' extension creating build creating build/temp.linux-x86_64-2.6 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 -fPIC -I/usr/include/python2.6 -c md4.c -o build/temp.linux-x86_64-2.6/md4.o 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 -fPIC -I/usr/include/python2.6 -c smbdes.c -o build/temp.linux-x86_64-2.6/smbdes.o 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 -fPIC -I/usr/include/python2.6 -c smbpasswd.c -o build/temp.linux-x86_64-2.6/smbpasswd.o smbpasswd.c: In function 'lmhash': smbpasswd.c:100: warning: pointer targets in passing argument 2 of 'E_P16' differ in signedness smbpasswd.c:35: note: expected 'unsigned char *' but argument is of type 'char *' smbpasswd.c: In function 'nthash': smbpasswd.c:125: warning: pointer targets in passing argument 1 of 'mdfour' differ in signedness smbpasswd.c:34: note: expected 'unsigned char *' but argument is of type 'char *' smbpasswd.c:125: warning: pointer targets in passing argument 2 of 'mdfour' differ in signedness smbpasswd.c:34: note: expected 'unsigned char *' but argument is of type 'char *' creating build/lib.linux-x86_64-2.6 gcc -pthread -shared build/temp.linux-x86_64-2.6/md4.o build/temp.linux-x86_64-2.6/smbdes.o build/temp.linux-x86_64-2.6/smbpasswd.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/smbpasswd.so + cd /builddir/build/BUILD/python3-python-smbpasswd-1.0.1-13.fc13 + /usr/bin/python3 setup.py build running build running build_ext building 'smbpasswd' extension creating build creating build/temp.linux-x86_64-3.1 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 -fPIC -I/usr/include/python3.1 -c md4.c -o build/temp.linux-x86_64-3.1/md4.o 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 -fPIC -I/usr/include/python3.1 -c smbdes.c -o build/temp.linux-x86_64-3.1/smbdes.o 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 -fPIC -I/usr/include/python3.1 -c smbpasswd.c -o build/temp.linux-x86_64-3.1/smbpasswd.o smbpasswd.c: In function 'lmhash': smbpasswd.c:100: warning: pointer targets in passing argument 2 of 'E_P16' differ in signedness smbpasswd.c:35: note: expected 'unsigned char *' but argument is of type 'char *' smbpasswd.c: In function 'nthash': smbpasswd.c:125: warning: pointer targets in passing argument 1 of 'mdfour' differ in signedness smbpasswd.c:34: note: expected 'unsigned char *' but argument is of type 'char *' smbpasswd.c:125: warning: pointer targets in passing argument 2 of 'mdfour' differ in signedness smbpasswd.c:34: note: expected 'unsigned char *' but argument is of type 'char *' creating build/lib.linux-x86_64-3.1 gcc -pthread -shared build/temp.linux-x86_64-3.1/md4.o build/temp.linux-x86_64-3.1/smbdes.o build/temp.linux-x86_64-3.1/smbpasswd.o -L/usr/lib64 -lpython3.1 -o build/lib.linux-x86_64-3.1/smbpasswd.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.duruWJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 ++ dirname /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 + cd py-smbpasswd-1.0.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6/site-packages copying build/lib.linux-x86_64-2.6/smbpasswd.so -> /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6/site-packages/smbpasswd-1.0.1-py2.6.egg-info + cd /builddir/build/BUILD/python3-python-smbpasswd-1.0.1-13.fc13 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1 creating /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1/site-packages copying build/lib.linux-x86_64-3.1/smbpasswd.so -> /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1/site-packages/smbpasswd-1.0.1-py3.1.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/py-smbpasswd-1.0.1 extracting debug info from /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6/site-packages/smbpasswd.so extracting debug info from /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1/site-packages/smbpasswd.so 72 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python Bytecompiling .py files below /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python2.6/ using /usr/bin/python2.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/lib64/python3.1/ using /usr/bin/python3.1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-smbpasswd-1.0.1-13.fc13.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rabKbF + umask 022 + cd /builddir/build/BUILD + cd py-smbpasswd-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python-smbpasswd-1.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python-smbpasswd-1.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python-smbpasswd-1.0.1 + cp -pr COPYING README.txt /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python-smbpasswd-1.0.1 + exit 0 Provides: smbpasswd.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: python3-smbpasswd-1.0.1-13.fc13.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ux7nAA + umask 022 + cd /builddir/build/BUILD + cd py-smbpasswd-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python3-smbpasswd-1.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python3-smbpasswd-1.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python3-smbpasswd-1.0.1 + cp -pr COPYING README.txt /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64/usr/share/doc/python3-smbpasswd-1.0.1 + exit 0 Provides: smbpasswd.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.1.so.1.0()(64bit) python(abi) = 3.1 rtld(GNU_HASH) Processing files: python-smbpasswd-debuginfo-1.0.1-13.fc13.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 warning: Could not canonicalize hostname: x86-06.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/python-smbpasswd-1.0.1-13.fc13.x86_64.rpm Wrote: /builddir/build/RPMS/python3-smbpasswd-1.0.1-13.fc13.x86_64.rpm Wrote: /builddir/build/RPMS/python-smbpasswd-debuginfo-1.0.1-13.fc13.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YFFz6i + umask 022 + cd /builddir/build/BUILD + cd py-smbpasswd-1.0.1 + rm -rf /builddir/build/BUILDROOT/python-smbpasswd-1.0.1-13.fc13.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->