Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-apsw.spec'], timeout=0printOutput=Falsegid=135user='mockbuild'shell=Falseenv={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash'}logger=uid=1000chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-apsw.spec'] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-apsw-3.8.4.3.r1-5bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-apsw.spec '], timeout=0printOutput=Falseprivate_network=Trueuser='mockbuild'shell=Falseenv={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash'}logger=uid=1000gid=135chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-apsw.spec '] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.T61dEx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf apsw-3.8.4.3-r1 + /usr/bin/gzip -dc /builddir/build/SOURCES/3.8.4.3-r1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd apsw-3.8.4.3-r1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 + cp -a . /builddir/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 + find /builddir/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3|' + find -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python|' Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cEptIB + exit 0 + umask 022 + cd /builddir/build/BUILD + cd apsw-3.8.4.3-r1 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + python setup.py build running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python2.7 -c src/apsw.c -o build/temp.linux-armv7l-2.7/src/apsw.o In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from src/apsw.c:73: /usr/include/python2.7/pyconfig-32.h:1197:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L ^ In file included from /usr/include/assert.h:35:0, from src/apsw.c:66: /usr/include/features.h:225:0: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L ^ In file included from /usr/include/python2.7/pyconfig.h:4:0, from /usr/include/python2.7/Python.h:8, from src/apsw.c:73: /usr/include/python2.7/pyconfig-32.h:1219:0: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 ^ In file included from /usr/include/assert.h:35:0, from src/apsw.c:66: /usr/include/features.h:166:0: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 ^ creating build/lib.linux-armv7l-2.7 gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-2.7/src/apsw.o -L/usr/lib -lsqlite3 -lpython2.7 -o build/lib.linux-armv7l-2.7/apsw.so + pushd /builddir/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 ~/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 ~/build/BUILD/apsw-3.8.4.3-r1 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + python3 setup.py build running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/src gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.4m -c src/apsw.c -o build/temp.linux-armv7l-3.4/src/apsw.o creating build/lib.linux-armv7l-3.4 gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-3.4/src/apsw.o -L/usr/lib -lsqlite3 -lpython3.4m -o build/lib.linux-armv7l-3.4/apsw.cpython-34m.so ~/build/BUILD/apsw-3.8.4.3-r1 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3pP9Ws + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm + cd apsw-3.8.4.3-r1 ~/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 ~/build/BUILD/apsw-3.8.4.3-r1 + pushd /builddir/build/BUILD/python3-python-apsw-3.8.4.3.r1-5bs02fc23 + python3 setup.py install --root /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm running install running build running build_ext SQLite: Using system sqlite include/libraries running install_lib creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/apsw.cpython-34m.so -> /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4/site-packages/apsw-3.8.4.3_r1-py3.4.egg-info + popd ~/build/BUILD/apsw-3.8.4.3-r1 + python setup.py install --root /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm running install running build running build_ext SQLite: Using system sqlite include/libraries running install_lib creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/apsw.so -> /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7/site-packages/apsw-3.8.4.3_r1-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/apsw-3.8.4.3-r1 extracting debug info from /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4/site-packages/apsw.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7/site-packages/apsw.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1672 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-apsw-3.8.4.3.r1-5bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bEiwpu + umask 022 + cd /builddir/build/BUILD + cd apsw-3.8.4.3-r1 + DOCDIR=/builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python-apsw + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python-apsw + cp -pr doc/Makefile doc/_templates doc/benchmarking.rst doc/build.rst doc/changes.rst doc/conf.py doc/copyright.rst doc/dbapi.rst doc/download.rst doc/exceptions.rst doc/execution.rst doc/extensions.rst doc/index.rst doc/pysqlite.rst doc/shell.rst doc/tips.rst doc/types.rst /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python-apsw + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | /usr/bin/grep -v '/usr/lib/python3.4/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-apsw = 3.8.4.3.r1-5bs02fc23 python-apsw(armv6hl-32) = 3.8.4.3.r1-5bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython2.7.so.1.0 libsqlite3.so.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-apsw-3.8.4.3.r1-5bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3YtNLy + umask 022 + cd /builddir/build/BUILD + cd apsw-3.8.4.3-r1 + DOCDIR=/builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python3-apsw + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python3-apsw + cp -pr doc/Makefile doc/_templates doc/benchmarking.rst doc/build.rst doc/changes.rst doc/conf.py doc/copyright.rst doc/dbapi.rst doc/download.rst doc/exceptions.rst doc/execution.rst doc/extensions.rst doc/index.rst doc/pysqlite.rst doc/shell.rst doc/tips.rst doc/types.rst /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm/usr/share/doc/python3-apsw + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | /usr/bin/grep -v '/usr/lib/python3.4/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python3-apsw = 3.8.4.3.r1-5bs02fc23 python3-apsw(armv6hl-32) = 3.8.4.3.r1-5bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython3.4m.so.1.0 libsqlite3.so.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-apsw-debuginfo-3.8.4.3.r1-5bs02fc23.armv6hl Provides: python-apsw-debuginfo = 3.8.4.3.r1-5bs02fc23 python-apsw-debuginfo(armv6hl-32) = 3.8.4.3.r1-5bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm Wrote: /builddir/build/RPMS/python-apsw-3.8.4.3.r1-5bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-apsw-3.8.4.3.r1-5bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-apsw-debuginfo-3.8.4.3.r1-5bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EW4AEP + umask 022 + cd /builddir/build/BUILD + cd apsw-3.8.4.3-r1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-apsw-3.8.4.3.r1-5bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->