Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-regex.spec'], user='mockbuild'gid=135shell=FalseprintOutput=Falsetimeout=0chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'TERM': 'vt100'}uid=1000logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-regex.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-regex-2015.07.19-1bs02fc23.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-regex.spec '], user='mockbuild'gid=135shell=FalseprintOutput=Falsetimeout=0private_network=TruechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'TERM': 'vt100'}uid=1000logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-regex.spec '] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d0nY0a + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-2015.07.19 + /usr/bin/mkdir -p regex-2015.07.19 + cd regex-2015.07.19 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-2015.07.19.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv regex-2015.07.19 python2 ~/build/BUILD/regex-2015.07.19/python2 ~/build/BUILD/regex-2015.07.19 + pushd python2 + rm docs/Features.html ~/build/BUILD/regex-2015.07.19 + popd + cp -a python2 python3 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ed8eXn + exit 0 + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/regex-2015.07.19/python2 ~/build/BUILD/regex-2015.07.19 + cd regex-2015.07.19 + pushd python2 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-2.7 copying Python2/regex.py -> build/lib.linux-armv7l-2.7 copying Python2/_regex_core.py -> build/lib.linux-armv7l-2.7 copying Python2/test_regex.py -> build/lib.linux-armv7l-2.7 running build_ext building '_regex' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/Python2 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 -I/usr/include/python2.7 -c Python2/_regex.c -o build/temp.linux-armv7l-2.7/Python2/_regex.o 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 -I/usr/include/python2.7 -c Python2/_regex_unicode.c -o build/temp.linux-armv7l-2.7/Python2/_regex_unicode.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-2.7/Python2/_regex.o build/temp.linux-armv7l-2.7/Python2/_regex_unicode.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/_regex.so + rst2html docs/Features.rst ~/build/BUILD/regex-2015.07.19 ~/build/BUILD/regex-2015.07.19/python3 ~/build/BUILD/regex-2015.07.19 + popd + pushd python3 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python3 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-3.4 copying Python3/regex.py -> build/lib.linux-armv7l-3.4 copying Python3/_regex_core.py -> build/lib.linux-armv7l-3.4 copying Python3/test_regex.py -> build/lib.linux-armv7l-3.4 running build_ext building '_regex' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/Python3 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 -I/usr/include/python3.4m -c Python3/_regex.c -o build/temp.linux-armv7l-3.4/Python3/_regex.o 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 -I/usr/include/python3.4m -c Python3/_regex_unicode.c -o build/temp.linux-armv7l-3.4/Python3/_regex_unicode.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-3.4/Python3/_regex.o build/temp.linux-armv7l-3.4/Python3/_regex_unicode.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/_regex.cpython-34m.so + rst2html docs/Features.rst ~/build/BUILD/regex-2015.07.19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LLJtMq + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm + cd regex-2015.07.19 ~/build/BUILD/regex-2015.07.19/python2 ~/build/BUILD/regex-2015.07.19 + pushd python2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/regex.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex.so -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages/_regex_core.py to _regex_core.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages/test_regex.py to test_regex.pyc writing byte-compilation script '/tmp/tmpStP4Fu.py' /usr/bin/python2 -O /tmp/tmpStP4Fu.py removing /tmp/tmpStP4Fu.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages/regex-2015.07.19-py2.7.egg-info + popd ~/build/BUILD/regex-2015.07.19 ~/build/BUILD/regex-2015.07.19/python3 ~/build/BUILD/regex-2015.07.19 + pushd python3 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/regex.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_regex.cpython-34m.so -> /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages/_regex_core.py to _regex_core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages/regex.py to regex.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages/test_regex.py to test_regex.cpython-34.pyc writing byte-compilation script '/tmp/tmpjuwh3fij.py' /usr/bin/python3 -O /tmp/tmpjuwh3fij.py removing /tmp/tmpjuwh3fij.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages/regex-2015.07.19-py3.4.egg-info ~/build/BUILD/regex-2015.07.19 + popd + /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/regex-2015.07.19 extracting debug info from /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4/site-packages/_regex.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7/site-packages/_regex.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 5625 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-regex-2015.07.19-1bs02fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.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-regex-2015.07.19-1bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zrwvsr + umask 022 + cd /builddir/build/BUILD + cd regex-2015.07.19 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python-regex + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python-regex + cp -pr python2/README /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python-regex + cp -pr python2/docs/Features.html /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python-regex + cp -pr python2/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python-regex + exit 0 Provides: python-regex = 2015.07.19-1bs02fc23 python-regex(armv6hl-32) = 2015.07.19-1bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-regex-2015.07.19-1bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.G0AcR5 + umask 022 + cd /builddir/build/BUILD + cd regex-2015.07.19 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python3-regex + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python3-regex + cp -pr python3/README /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python3-regex + cp -pr python3/docs/Features.html /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python3-regex + cp -pr python3/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm/usr/share/doc/python3-regex + exit 0 Provides: python3-regex = 2015.07.19-1bs02fc23 python3-regex(armv6hl-32) = 2015.07.19-1bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-regex-debuginfo-2015.07.19-1bs02fc23.armv6hl Provides: python-regex-debuginfo = 2015.07.19-1bs02fc23 python-regex-debuginfo(armv6hl-32) = 2015.07.19-1bs02fc23 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-regex-2015.07.19-1bs02fc23.arm Wrote: /builddir/build/RPMS/python-regex-2015.07.19-1bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-regex-2015.07.19-1bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-regex-debuginfo-2015.07.19-1bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EJhFij + umask 022 + cd /builddir/build/BUILD + cd regex-2015.07.19 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-regex-2015.07.19-1bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->