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-411255b9700e8ccee41f269234e1ae52b39ae519/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=996) 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-2019.04.14-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-411255b9700e8ccee41f269234e1ae52b39ae519/root'shell=Falseuid=996env={'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.tkpFGh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-2019.04.14 + /usr/bin/mkdir -p regex-2019.04.14 + cd regex-2019.04.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-2019.04.14.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-2019.04.14/regex-2019.04.14 ~/build/BUILD/regex-2019.04.14 + pushd regex-2019.04.14 + rm docs/Features.html ~/build/BUILD/regex-2019.04.14 + popd + mv regex-2019.04.14 python2 + cp -a python2 python3 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hzgpjA + umask 022 + cd /builddir/build/BUILD + cd regex-2019.04.14 ~/build/BUILD/regex-2019.04.14/python2 ~/build/BUILD/regex-2019.04.14 + 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' BASE_DIR is /builddir/build/BUILD/regex-2019.04.14/python2 running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/regex copying regex_2/regex/__init__.py -> build/lib.linux-armv7l-2.7/regex copying regex_2/regex/regex.py -> build/lib.linux-armv7l-2.7/regex copying regex_2/regex/_regex_core.py -> build/lib.linux-armv7l-2.7/regex creating build/lib.linux-armv7l-2.7/regex/test copying regex_2/regex/test/__init__.py -> build/lib.linux-armv7l-2.7/regex/test copying regex_2/regex/test/test_regex.py -> build/lib.linux-armv7l-2.7/regex/test running build_ext building 'regex._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 regex_2/_regex.c:2700:23: warning: 'drop_guard_data' defined but not used [-Wunused-function] Py_LOCAL_INLINE(BOOL) drop_guard_data(RE_State* state, ByteStack* stack) { ^ In file included from /usr/include/python2.7/Python.h:80:0, from regex_2/_regex.c:48: 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:25974: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/_regex.so + sleep 1 + rst2html docs/Features.rst docs/Features.rst:147: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:158: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:173: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:194: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:215: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:235: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:271: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:319: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:349: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:367: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:417: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:439: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:452: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:468: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:491: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:516: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:595: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:609: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:619: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:627: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:634: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:641: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:653: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:661: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:668: (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:743: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:772: (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:908: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:927: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:936: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:957: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2019.04.14 ~/build/BUILD/regex-2019.04.14/python3 ~/build/BUILD/regex-2019.04.14 + 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.6 setup.py build '--executable=/usr/bin/python3.6 -s' BASE_DIR is /builddir/build/BUILD/regex-2019.04.14/python3 running build running build_py creating build creating build/lib.linux-armv7l-3.6 creating build/lib.linux-armv7l-3.6/regex copying regex_3/regex/__init__.py -> build/lib.linux-armv7l-3.6/regex copying regex_3/regex/regex.py -> build/lib.linux-armv7l-3.6/regex copying regex_3/regex/_regex_core.py -> build/lib.linux-armv7l-3.6/regex creating build/lib.linux-armv7l-3.6/regex/test copying regex_3/regex/test/__init__.py -> build/lib.linux-armv7l-3.6/regex/test copying regex_3/regex/test/test_regex.py -> build/lib.linux-armv7l-3.6/regex/test running build_ext building 'regex._regex' extension creating build/temp.linux-armv7l-3.6 creating build/temp.linux-armv7l-3.6/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.6m -c regex_3/_regex.c -o build/temp.linux-armv7l-3.6/regex_3/_regex.o regex_3/_regex.c: In function 'fuzzy_match_group_fld': regex_3/_regex.c:11342:22: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) ^ regex_3/_regex.c: In function 'fuzzy_match_string_fld': regex_3/_regex.c:11117:22: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) ^ In file included from /usr/include/python3.6m/pytime.h:6:0, from /usr/include/python3.6m/Python.h:68, from regex_3/_regex.c:48: regex_3/_regex.c: In function 're_compile': /usr/include/python3.6m/object.h:790: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:26208: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.6m -c regex_3/_regex_unicode.c -o build/temp.linux-armv7l-3.6/regex_3/_regex_unicode.o gcc -pthread -shared -Wl,-z,relro -g -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.6/regex_3/_regex.o build/temp.linux-armv7l-3.6/regex_3/_regex_unicode.o -L/usr/lib -lpython3.6m -o build/lib.linux-armv7l-3.6/regex/_regex.cpython-36m-arm-linux-gnueabi.so + sleep 1 + rst2html docs/Features.rst docs/Features.rst:147: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:158: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:173: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:194: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:215: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:235: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:271: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:319: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:349: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:367: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:417: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:439: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:452: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:468: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:491: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:516: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:595: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:609: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:619: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:627: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:634: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:641: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:653: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:661: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:668: (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:743: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:772: (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:908: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:927: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:936: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:957: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2019.04.14 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AK7MCR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm + cd regex-2019.04.14 + pushd python2 ~/build/BUILD/regex-2019.04.14/python2 ~/build/BUILD/regex-2019.04.14 + 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-2019.04.14-1.el7.arm BASE_DIR is /builddir/build/BUILD/regex-2019.04.14/python2 running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test copying build/lib.linux-armv7l-2.7/regex/test/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test copying build/lib.linux-armv7l-2.7/regex/test/__init__.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test copying build/lib.linux-armv7l-2.7/regex/_regex.so -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex copying build/lib.linux-armv7l-2.7/regex/regex.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex copying build/lib.linux-armv7l-2.7/regex/__init__.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex copying build/lib.linux-armv7l-2.7/regex/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test/test_regex.py to test_regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/_regex_core.py to _regex_core.pyc writing byte-compilation script '/tmp/tmpRazSi2.py' /usr/bin/python2 -O /tmp/tmpRazSi2.py removing /tmp/tmpRazSi2.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex-2019.04.14-py2.7.egg-info ~/build/BUILD/regex-2019.04.14 ~/build/BUILD/regex-2019.04.14/python3 ~/build/BUILD/regex-2019.04.14 + 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.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm BASE_DIR is /builddir/build/BUILD/regex-2019.04.14/python3 running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex creating /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test copying build/lib.linux-armv7l-3.6/regex/test/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test copying build/lib.linux-armv7l-3.6/regex/test/__init__.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test copying build/lib.linux-armv7l-3.6/regex/regex.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex copying build/lib.linux-armv7l-3.6/regex/_regex.cpython-36m-arm-linux-gnueabi.so -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex copying build/lib.linux-armv7l-3.6/regex/__init__.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex copying build/lib.linux-armv7l-3.6/regex/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test/test_regex.py to test_regex.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/regex.py to regex.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/_regex_core.py to _regex_core.cpython-36.pyc writing byte-compilation script '/tmp/tmpmx_fe6c8.py' /usr/bin/python3.6 /tmp/tmpmx_fe6c8.py removing /tmp/tmpmx_fe6c8.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex-2019.04.14-py3.6.egg-info ~/build/BUILD/regex-2019.04.14 + 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-2019.04.14 extracting debug info from /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/_regex.so extracting debug info from /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/_regex.cpython-36m-arm-linux-gnueabi.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 7283 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-2019.04.14-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/debug/usr/lib/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-regex-2019.04.14-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9S0KoU + umask 022 + cd /builddir/build/BUILD + cd regex-2019.04.14 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python2-regex-2019.04.14 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python2-regex-2019.04.14 + cp -pr python2/README /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python2-regex-2019.04.14 + cp -pr python2/docs/Features.html /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python2-regex-2019.04.14 + cp -pr python2/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python2-regex-2019.04.14 + exit 0 Provides: python-regex = 2019.04.14-1.el7 python-regex(armv7hl-32) = 2019.04.14-1.el7 python2-regex = 2019.04.14-1.el7 python2-regex(armv7hl-32) = 2019.04.14-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 < 2019.04.14-1.el7 Processing files: python36-regex-2019.04.14-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eLauS9 + umask 022 + cd /builddir/build/BUILD + cd regex-2019.04.14 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python36-regex-2019.04.14 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python36-regex-2019.04.14 + cp -pr python3/README /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python36-regex-2019.04.14 + cp -pr python3/docs/Features.html /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python36-regex-2019.04.14 + cp -pr python3/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm/usr/share/doc/python36-regex-2019.04.14 + exit 0 Provides: python36-regex = 2019.04.14-1.el7 python36-regex(armv7hl-32) = 2019.04.14-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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.6m.so.1.0 python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-regex-debuginfo-2019.04.14-1.el7.armv7hl Provides: python-regex-debuginfo = 2019.04.14-1.el7 python-regex-debuginfo(armv7hl-32) = 2019.04.14-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-2019.04.14-1.el7.arm Wrote: /builddir/build/RPMS/python2-regex-2019.04.14-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python36-regex-2019.04.14-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-regex-debuginfo-2019.04.14-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JG7kDA + umask 022 + cd /builddir/build/BUILD + cd regex-2019.04.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-regex-2019.04.14-1.el7.arm + exit 0 Child return code was: 0