Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-regex.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-8af9a9bc5c549b2be8d3b94938177b5784230229/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-regex.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-regex-2018.01.10-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-regex.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-8af9a9bc5c549b2be8d3b94938177b5784230229/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-regex.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wQWWrd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-2018.01.10 + /usr/bin/mkdir -p regex-2018.01.10 + cd regex-2018.01.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-2018.01.10.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . ~/build/BUILD/regex-2018.01.10/regex-2018.01.10 ~/build/BUILD/regex-2018.01.10 + pushd regex-2018.01.10 + rm docs/Features.html ~/build/BUILD/regex-2018.01.10 + popd + mv regex-2018.01.10 python2 + cp -a python2 python3 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k1hjTz ~/build/BUILD/regex-2018.01.10/python2 ~/build/BUILD/regex-2018.01.10 + umask 022 + cd /builddir/build/BUILD + cd regex-2018.01.10 + pushd python2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-armv7l-2.7 copying regex_2/regex.py -> build/lib.linux-armv7l-2.7 copying regex_2/_regex_core.py -> build/lib.linux-armv7l-2.7 copying regex_2/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/regex_2 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c regex_2/_regex.c -o build/temp.linux-armv7l-2.7/regex_2/_regex.o In file included from /usr/include/python2.7/Python.h:80:0, from regex_2/_regex.c:46: regex_2/_regex.c: In function 're_compile': /usr/include/python2.7/object.h:771:12: warning: 'packed_code_list' may be used uninitialized in this function [-Wmaybe-uninitialized] if (_Py_DEC_REFTOTAL _Py_REF_DEBUG_COMMA \ ^ regex_2/_regex.c:24883:15: note: 'packed_code_list' was declared here PyObject* packed_code_list; ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c regex_2/_regex_unicode.c -o build/temp.linux-armv7l-2.7/regex_2/_regex_unicode.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/regex_2/_regex.o build/temp.linux-armv7l-2.7/regex_2/_regex_unicode.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/_regex.so + sleep 1 + rst2html docs/Features.rst docs/Features.rst:152: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:163: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:178: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:199: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:220: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:240: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:276: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:324: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:348: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:368: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:386: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:436: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:458: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:471: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:487: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:514: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:537: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:551: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:566: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:657: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:671: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:681: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:689: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:696: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:703: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:715: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:723: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:730: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:792: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:807: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:838: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:950: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1030: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1049: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1058: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1079: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2018.01.10 ~/build/BUILD/regex-2018.01.10/python3 ~/build/BUILD/regex-2018.01.10 + popd + pushd python3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build creating build/lib.linux-armv7l-3.4 copying regex_3/regex.py -> build/lib.linux-armv7l-3.4 copying regex_3/_regex_core.py -> build/lib.linux-armv7l-3.4 copying regex_3/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/regex_3 gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.4m -c regex_3/_regex.c -o build/temp.linux-armv7l-3.4/regex_3/_regex.o In file included from /usr/include/python3.4m/pytime.h:6:0, from /usr/include/python3.4m/Python.h:65, from regex_3/_regex.c:46: regex_3/_regex.c: In function 're_compile': /usr/include/python3.4m/object.h:774:12: warning: 'packed_code_list' may be used uninitialized in this function [-Wmaybe-uninitialized] if (_Py_DEC_REFTOTAL _Py_REF_DEBUG_COMMA \ ^ regex_3/_regex.c:25005:15: note: 'packed_code_list' was declared here PyObject* packed_code_list; ^ gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.4m -c regex_3/_regex_unicode.c -o build/temp.linux-armv7l-3.4/regex_3/_regex_unicode.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.4/regex_3/_regex.o build/temp.linux-armv7l-3.4/regex_3/_regex_unicode.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/_regex.cpython-34m.so + sleep 1 + rst2html docs/Features.rst docs/Features.rst:152: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:163: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:178: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:199: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:220: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:240: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:276: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:324: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:348: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:368: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:386: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:436: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:458: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:471: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:487: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:514: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:537: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:551: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:566: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:657: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:671: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:681: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:689: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:696: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:703: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:715: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:723: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:730: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:792: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:807: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:838: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:950: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1030: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1049: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1058: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1079: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2018.01.10 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.90WnLh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm + cd regex-2018.01.10 + pushd python2 ~/build/BUILD/regex-2018.01.10/python2 ~/build/BUILD/regex-2018.01.10 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex.so -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/regex.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages/test_regex.py to test_regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages/_regex_core.py to _regex_core.pyc writing byte-compilation script '/tmp/tmp_JEkAe.py' /usr/bin/python2 -O /tmp/tmp_JEkAe.py removing /tmp/tmp_JEkAe.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages/regex-2018.01.10-py2.7.egg-info ~/build/BUILD/regex-2018.01.10 ~/build/BUILD/regex-2018.01.10/python3 ~/build/BUILD/regex-2018.01.10 + popd + pushd python3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/regex.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_regex.cpython-34m.so -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages/test_regex.py to test_regex.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages/regex.py to regex.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages/_regex_core.py to _regex_core.cpython-34.pyc writing byte-compilation script '/tmp/tmp5alm1byj.py' /usr/bin/python3.4 -O /tmp/tmp5alm1byj.py removing /tmp/tmp5alm1byj.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages/regex-2018.01.10-py3.4.egg-info ~/build/BUILD/regex-2018.01.10 + 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-2018.01.10 extracting debug info from /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7/site-packages/_regex.so extracting debug info from /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4/site-packages/_regex.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 6122 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/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-regex-2018.01.10-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HShSIq + umask 022 + cd /builddir/build/BUILD + cd regex-2018.01.10 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python2-regex-2018.01.10 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python2-regex-2018.01.10 + cp -pr python2/README /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python2-regex-2018.01.10 + cp -pr python2/docs/Features.html /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python2-regex-2018.01.10 + cp -pr python2/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python2-regex-2018.01.10 + exit 0 Provides: python-regex = 2018.01.10-1.el7 python-regex(armv7hl-32) = 2018.01.10-1.el7 python2-regex = 2018.01.10-1.el7 python2-regex(armv7hl-32) = 2018.01.10-1.el7 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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-regex < 2018.01.10-1.el7 Processing files: python34-regex-2018.01.10-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.K5Nimf + umask 022 + cd /builddir/build/BUILD + cd regex-2018.01.10 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python34-regex-2018.01.10 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python34-regex-2018.01.10 + cp -pr python3/README /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python34-regex-2018.01.10 + cp -pr python3/docs/Features.html /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python34-regex-2018.01.10 + cp -pr python3/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm/usr/share/doc/python34-regex-2018.01.10 + exit 0 Provides: python34-regex = 2018.01.10-1.el7 python34-regex(armv7hl-32) = 2018.01.10-1.el7 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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-regex-debuginfo-2018.01.10-1.el7.armv7hl Provides: python-regex-debuginfo = 2018.01.10-1.el7 python-regex-debuginfo(armv7hl-32) = 2018.01.10-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm Wrote: /builddir/build/RPMS/python2-regex-2018.01.10-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-regex-2018.01.10-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-regex-debuginfo-2018.01.10-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Gwhetf + umask 022 + cd /builddir/build/BUILD + cd regex-2018.01.10 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-regex-2018.01.10-1.el7.arm + exit 0 Child return code was: 0