Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-regex.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-c2d79a9bebab4cece2df04b2a6d1e734dab0cf85/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) 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', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-regex-2020.7.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'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-c2d79a9bebab4cece2df04b2a6d1e734dab0cf85/root'gid=135user='mockbuild'timeout=0logger=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', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.i1Em2b + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-2020.7.14 + /usr/bin/mkdir -p regex-2020.7.14 + cd regex-2020.7.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-2020.7.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-2020.7.14/regex-2020.7.14 ~/build/BUILD/regex-2020.7.14 + pushd regex-2020.7.14 + rm docs/Features.html ~/build/BUILD/regex-2020.7.14 + popd + mv regex-2020.7.14 python2 + cp -a python2 python3 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nDttAo + umask 022 + cd /builddir/build/BUILD + cd regex-2020.7.14 ~/build/BUILD/regex-2020.7.14/python2 ~/build/BUILD/regex-2020.7.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' 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/__init__.py -> build/lib.linux-armv7l-2.7/regex copying regex_2/regex.py -> build/lib.linux-armv7l-2.7/regex copying regex_2/_regex_core.py -> build/lib.linux-armv7l-2.7/regex copying regex_2/test_regex.py -> build/lib.linux-armv7l-2.7/regex 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: In function 'folded_char_at': regex_2/_regex.c:9835:9: warning: variable 'folded_len' set but not used [-Wunused-but-set-variable] int folded_len; ^ 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:25468: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 regex_2/_regex_unicode.c:26746:5: warning: missing braces around initializer [-Wmissing-braces] { 0, 0, 0}, ^ regex_2/_regex_unicode.c:26746:5: warning: (near initialization for 're_all_cases_table_4[0].others') [-Wmissing-braces] regex_2/_regex_unicode.c:27493:5: warning: missing braces around initializer [-Wmissing-braces] { 0, 0, 0}, ^ regex_2/_regex_unicode.c:27493:5: warning: (near initialization for 're_full_folding_table_4[0].data') [-Wmissing-braces] 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:148: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:159: (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:197: (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:241: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:280: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:329: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:360: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:379: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:430: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:453: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:467: (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:508: (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:622: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:636: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:646: (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: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: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:706: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:778: (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:822: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:898: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:994: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1003: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1026: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1045: (WARNING/2) Cannot analyze code. Pygments package not found. + rst2html docs/UnicodeProperties.rst + rst2html README.rst README.rst:148: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:159: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:175: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:197: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:220: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:241: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:280: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:329: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:360: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:379: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:430: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:453: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:467: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:484: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:508: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:534: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:622: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:636: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:646: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:654: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:661: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:668: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:681: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:689: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:696: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:706: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:778: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:792: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:822: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:898: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:994: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1003: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1026: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1045: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2020.7.14 ~/build/BUILD/regex-2020.7.14/python3 ~/build/BUILD/regex-2020.7.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' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' 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/__init__.py -> build/lib.linux-armv7l-3.6/regex copying regex_3/regex.py -> build/lib.linux-armv7l-3.6/regex copying regex_3/_regex_core.py -> build/lib.linux-armv7l-3.6/regex copying regex_3/test_regex.py -> build/lib.linux-armv7l-3.6/regex 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 -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 'folded_char_at': regex_3/_regex.c:9897:9: warning: variable 'folded_len' set but not used [-Wunused-but-set-variable] int folded_len; ^ regex_3/_regex.c: In function 'fuzzy_match_group_fld': regex_3/_regex.c:10815:22: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^ regex_3/_regex.c: In function 'fuzzy_match_string_fld': regex_3/_regex.c:10580:22: warning: 'data.new_text_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!record_fuzzy(state, data.fuzzy_type, data.fuzzy_type == RE_FUZZY_DEL ? ^ In file included from /usr/include/python3.6m/pytime.h:6:0, from /usr/include/python3.6m/Python.h:77, from regex_3/_regex.c:48: regex_3/_regex.c: In function 're_compile': /usr/include/python3.6m/object.h:791: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:25646:15: note: 'packed_code_list' was declared here PyObject* packed_code_list; ^ gcc -pthread -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 regex_3/_regex_unicode.c:26746:5: warning: missing braces around initializer [-Wmissing-braces] { 0, 0, 0}, ^ regex_3/_regex_unicode.c:26746:5: warning: (near initialization for 're_all_cases_table_4[0].others') [-Wmissing-braces] regex_3/_regex_unicode.c:27493:5: warning: missing braces around initializer [-Wmissing-braces] { 0, 0, 0}, ^ regex_3/_regex_unicode.c:27493:5: warning: (near initialization for 're_full_folding_table_4[0].data') [-Wmissing-braces] gcc -pthread -shared -Wl,-z,relro -g -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.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:148: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:159: (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:197: (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:241: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:280: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:329: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:360: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:379: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:430: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:453: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:467: (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:508: (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:622: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:636: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:646: (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: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: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:706: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:778: (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:822: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:898: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:994: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1003: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1026: (WARNING/2) Cannot analyze code. Pygments package not found. docs/Features.rst:1045: (WARNING/2) Cannot analyze code. Pygments package not found. + rst2html docs/UnicodeProperties.rst + rst2html README.rst README.rst:148: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:159: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:175: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:197: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:220: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:241: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:280: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:329: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:360: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:379: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:430: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:453: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:467: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:484: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:508: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:534: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:622: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:636: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:646: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:654: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:661: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:668: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:681: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:689: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:696: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:706: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:778: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:792: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:822: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:898: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:974: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:994: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1003: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1026: (WARNING/2) Cannot analyze code. Pygments package not found. README.rst:1045: (WARNING/2) Cannot analyze code. Pygments package not found. ~/build/BUILD/regex-2020.7.14 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DsJ79M + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm + cd regex-2020.7.14 + pushd python2 ~/build/BUILD/regex-2020.7.14/python2 ~/build/BUILD/regex-2020.7.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-2020.7.14-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex copying build/lib.linux-armv7l-2.7/regex/_regex.so -> /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex copying build/lib.linux-armv7l-2.7/regex/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2020.7.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-2020.7.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-2020.7.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-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/test_regex.py to test_regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/_regex_core.py to _regex_core.pyc writing byte-compilation script '/tmp/tmpX0ZkuG.py' /usr/bin/python2 -O /tmp/tmpX0ZkuG.py removing /tmp/tmpX0ZkuG.py running install_egg_info running egg_info writing regex.egg-info/PKG-INFO writing top-level names to regex.egg-info/top_level.txt writing dependency_links to regex.egg-info/dependency_links.txt reading manifest file 'regex.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'regex.egg-info/SOURCES.txt' Copying regex.egg-info to /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex-2020.7.14-py2.7.egg-info running install_scripts ~/build/BUILD/regex-2020.7.14 ~/build/BUILD/regex-2020.7.14/python3 ~/build/BUILD/regex-2020.7.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' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages/regex copying build/lib.linux-armv7l-3.6/regex/test_regex.py -> /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages/regex copying build/lib.linux-armv7l-3.6/regex/regex.py -> /builddir/build/BUILDROOT/python-regex-2020.7.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-2020.7.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-2020.7.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-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages/regex byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages/regex/test_regex.py to test_regex.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-regex-2020.7.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-2020.7.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-2020.7.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/tmp6fggr4k4.py' /usr/bin/python3 /tmp/tmp6fggr4k4.py removing /tmp/tmp6fggr4k4.py running install_egg_info running egg_info writing regex.egg-info/PKG-INFO writing dependency_links to regex.egg-info/dependency_links.txt writing top-level names to regex.egg-info/top_level.txt reading manifest file 'regex.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'regex.egg-info/SOURCES.txt' Copying regex.egg-info to /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python3.6/site-packages/regex-2020.7.14-py3.6.egg-info running install_scripts ~/build/BUILD/regex-2020.7.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-2020.7.14 extracting debug info from /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/lib/python2.7/site-packages/regex/_regex.so extracting debug info from /builddir/build/BUILDROOT/python-regex-2020.7.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. 9966 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-2020.7.14-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-regex-2020.7.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-2020.7.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-2020.7.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-2020.7.14-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1X3wQY + umask 022 + cd /builddir/build/BUILD + cd regex-2020.7.14 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python2-regex-2020.7.14 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python2-regex-2020.7.14 + cp -pr python2/README.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python2-regex-2020.7.14 + cp -pr python2/docs/Features.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python2-regex-2020.7.14 + cp -pr python2/docs/UnicodeProperties.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python2-regex-2020.7.14 + exit 0 Provides: python-regex = 2020.7.14-1.el7 python-regex(armv7hl-32) = 2020.7.14-1.el7 python2-regex = 2020.7.14-1.el7 python2-regex(armv7hl-32) = 2020.7.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 < 2020.7.14-1.el7 Processing files: python36-regex-2020.7.14-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.67UMLS + umask 022 + cd /builddir/build/BUILD + cd regex-2020.7.14 + DOCDIR=/builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python36-regex-2020.7.14 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python36-regex-2020.7.14 + cp -pr python3/README.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python36-regex-2020.7.14 + cp -pr python3/docs/Features.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python36-regex-2020.7.14 + cp -pr python3/docs/UnicodeProperties.html /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm/usr/share/doc/python36-regex-2020.7.14 + exit 0 Provides: python3-regex = 2020.7.14-1.el7 python3-regex(armv7hl-32) = 2020.7.14-1.el7 python3.6dist(regex) = 2020.7.14 python36-regex = 2020.7.14-1.el7 python36-regex(armv7hl-32) = 2020.7.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-2020.7.14-1.el7.armv7hl Provides: python-regex-debuginfo = 2020.7.14-1.el7 python-regex-debuginfo(armv7hl-32) = 2020.7.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-2020.7.14-1.el7.arm Wrote: /builddir/build/RPMS/python2-regex-2020.7.14-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python36-regex-2020.7.14-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-regex-debuginfo-2020.7.14-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1Yts1t + umask 022 + cd /builddir/build/BUILD + cd regex-2020.7.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-regex-2020.7.14-1.el7.arm + exit 0 Child return code was: 0