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-0020387c6e95d1ffe61e797796b45063d31cc0bb/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-2017.11.09-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-0020387c6e95d1ffe61e797796b45063d31cc0bb/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.WkzZnI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-2017.11.09 + /usr/bin/mkdir -p regex-2017.11.09 + cd regex-2017.11.09 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-2017.11.09.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-2017.11.09/regex-2017.11.09 ~/build/BUILD/regex-2017.11.09 + pushd regex-2017.11.09 + rm docs/Features.html ~/build/BUILD/regex-2017.11.09 + popd + mv regex-2017.11.09 python2 + cp -a python2 python3 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eUIw3w + umask 022 + cd /builddir/build/BUILD + cd regex-2017.11.09 ~/build/BUILD/regex-2017.11.09/python2 ~/build/BUILD/regex-2017.11.09 + 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 regex_2/_regex.c: In function 'basic_match': regex_2/_regex.c:13172:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] try_body = changed && state->pattern->is_fuzzy || node->values[2] > ^ regex_2/_regex.c: In function 'do_best_fuzzy_match': regex_2/_regex.c:16903:77: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (state->total_errors < error_limit || i == 0 && ^ regex_2/_regex.c: In function 'index_to_integer': regex_2/_regex.c:20329:20: warning: unused variable 'length' [-Wunused-variable] Py_ssize_t length; ^ regex_2/_regex.c:20328:21: warning: unused variable 'characters' [-Wunused-variable] Py_UNICODE* characters; ^ regex_2/_regex.c: At top level: regex_2/_regex.c:18970:28: warning: 'match_get_group_dict' defined but not used [-Wunused-function] Py_LOCAL_INLINE(PyObject*) match_get_group_dict(MatchObject* self) { ^ regex_2/_regex.c: In function 'capture_getitem': regex_2/_regex.c:20331:12: warning: 'int_obj' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!int_obj) ^ regex_2/_regex.c:20327:19: note: 'int_obj' was declared here PyObject* int_obj; ^ 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:24688:15: note: 'packed_code_list' was declared here PyObject* packed_code_list; ^ regex_2/_regex.c: In function 'do_match': regex_2/_regex.c:16762:9: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] int status; ^ regex_2/_regex.c:16914:32: warning: 'better' may be used uninitialized in this function [-Wmaybe-uninitialized] if (better) { ^ regex_2/_regex.c:16901:34: note: 'better' was declared here BOOL better; ^ regex_2/_regex.c:16911:69: warning: 'best_match_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] best_match_pos : state->match_pos < ^ regex_2/_regex.c:16855:24: note: 'best_match_pos' was declared here Py_ssize_t best_match_pos; ^ In file included from /usr/include/python2.7/Python.h:80:0, from regex_2/_regex.c:46: regex_2/_regex.c: In function 'pattern_subx': /usr/include/python2.7/object.h:772:28: warning: 'kwargs' may be used uninitialized in this function [-Wmaybe-uninitialized] --((PyObject*)(op))->ob_refcnt != 0) \ ^ regex_2/_regex.c:20736:15: note: 'kwargs' was declared here PyObject* kwargs; ^ In file included from /usr/include/python2.7/Python.h:80:0, from regex_2/_regex.c:46: /usr/include/python2.7/object.h:772:28: warning: 'args' may be used uninitialized in this function [-Wmaybe-uninitialized] --((PyObject*)(op))->ob_refcnt != 0) \ ^ regex_2/_regex.c:20735:15: note: 'args' was declared here PyObject* args; ^ 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:149: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:160: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:175: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:196: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:217: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:237: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:273: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:323: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:343: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:365: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:383: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:433: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:455: (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:484: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:511: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:534: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:548: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:563: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:654: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:674: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:682: (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:748: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:777: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:889: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:969: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:988: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:997: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1018: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2017.11.09 ~/build/BUILD/regex-2017.11.09/python3 ~/build/BUILD/regex-2017.11.09 + 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 regex_3/_regex.c: In function 'basic_match': regex_3/_regex.c:13209:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] try_body = changed && state->pattern->is_fuzzy || node->values[2] > ^ regex_3/_regex.c: In function 'do_best_fuzzy_match': regex_3/_regex.c:16940:77: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (state->total_errors < error_limit || i == 0 && ^ 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:24671:15: note: 'packed_code_list' was declared here PyObject* packed_code_list; ^ regex_3/_regex.c: In function 'do_match': regex_3/_regex.c:16799:9: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] int status; ^ regex_3/_regex.c:16951:32: warning: 'better' may be used uninitialized in this function [-Wmaybe-uninitialized] if (better) { ^ regex_3/_regex.c:16938:34: note: 'better' was declared here BOOL better; ^ regex_3/_regex.c:16948:69: warning: 'best_match_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] best_match_pos : state->match_pos < ^ regex_3/_regex.c:16892:24: note: 'best_match_pos' was declared here Py_ssize_t best_match_pos; ^ 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 'pattern_subx': /usr/include/python3.4m/object.h:775:27: warning: 'kwargs' may be used uninitialized in this function [-Wmaybe-uninitialized] --(_py_decref_tmp)->ob_refcnt != 0) \ ^ regex_3/_regex.c:20750:15: note: 'kwargs' was declared here PyObject* kwargs; ^ 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: /usr/include/python3.4m/object.h:775:27: warning: 'args' may be used uninitialized in this function [-Wmaybe-uninitialized] --(_py_decref_tmp)->ob_refcnt != 0) \ ^ regex_3/_regex.c:20749:15: note: 'args' was declared here PyObject* args; ^ 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:149: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:160: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:175: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:196: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:217: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:237: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:273: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:323: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:343: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:365: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:383: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:433: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:455: (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:484: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:511: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:534: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:548: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:563: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:654: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:674: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:682: (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:748: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:777: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:889: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:969: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:988: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:997: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1018: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2017.11.09 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y4gFwz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm ~/build/BUILD/regex-2017.11.09/python2 ~/build/BUILD/regex-2017.11.09 + cd regex-2017.11.09 + 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 install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex.so -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/regex.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages/test_regex.py to test_regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages/_regex_core.py to _regex_core.pyc writing byte-compilation script '/tmp/tmp8jDryO.py' /usr/bin/python2 -O /tmp/tmp8jDryO.py removing /tmp/tmp8jDryO.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages/regex-2017.11.09-py2.7.egg-info ~/build/BUILD/regex-2017.11.09 ~/build/BUILD/regex-2017.11.09/python3 ~/build/BUILD/regex-2017.11.09 + 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-2017.11.09-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/regex.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-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-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/_regex_core.py -> /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages byte-compiling /builddir/build/BUILDROOT/python-regex-2017.11.09-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-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages/regex.py to regex.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages/_regex_core.py to _regex_core.cpython-34.pyc writing byte-compilation script '/tmp/tmp9xcyn1w6.py' /usr/bin/python3.4 -O /tmp/tmp9xcyn1w6.py removing /tmp/tmp9xcyn1w6.py running install_egg_info Writing /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages/regex-2017.11.09-py3.4.egg-info ~/build/BUILD/regex-2017.11.09 + 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-2017.11.09 extracting debug info from /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python2.7/site-packages/_regex.so extracting debug info from /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4/site-packages/_regex.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 6087 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-2017.11.09-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2017.11.09-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-2017.11.09-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.but8kd + umask 022 + cd /builddir/build/BUILD + cd regex-2017.11.09 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python2-regex-2017.11.09 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python2-regex-2017.11.09 + cp -pr python2/README /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python2-regex-2017.11.09 + cp -pr python2/docs/Features.html /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python2-regex-2017.11.09 + cp -pr python2/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python2-regex-2017.11.09 + exit 0 Provides: python-regex = 2017.11.09-1.el7 python-regex(armv7hl-32) = 2017.11.09-1.el7 python2-regex = 2017.11.09-1.el7 python2-regex(armv7hl-32) = 2017.11.09-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 < 2017.11.09-1.el7 Processing files: python34-regex-2017.11.09-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iT7Lwh + umask 022 + cd /builddir/build/BUILD + cd regex-2017.11.09 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python34-regex-2017.11.09 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python34-regex-2017.11.09 + cp -pr python3/README /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python34-regex-2017.11.09 + cp -pr python3/docs/Features.html /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python34-regex-2017.11.09 + cp -pr python3/docs/UnicodeProperties.txt /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm/usr/share/doc/python34-regex-2017.11.09 + exit 0 Provides: python34-regex = 2017.11.09-1.el7 python34-regex(armv7hl-32) = 2017.11.09-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-2017.11.09-1.el7.armv7hl Provides: python-regex-debuginfo = 2017.11.09-1.el7 python-regex-debuginfo(armv7hl-32) = 2017.11.09-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-2017.11.09-1.el7.arm Wrote: /builddir/build/RPMS/python2-regex-2017.11.09-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-regex-2017.11.09-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-regex-debuginfo-2017.11.09-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NEmn3c + umask 022 + cd /builddir/build/BUILD + cd regex-2017.11.09 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-regex-2017.11.09-1.el7.arm + exit 0 Child return code was: 0