request from: hawk checking if we should skip the build started at: Fri Dec 6 15:22:26 2019 fetching http://src.tld-linux.org/~builderti//srpms/53f34296-3219-45ee-8db8-a09dd3e877cf/python-pycparser-2.19-2.src.rpm fetched 163316 bytes, 4443.3 K/s installing srpm: python-pycparser-2.19-2.src.rpm + install -d /tmp/B.juizab/BUILD /tmp/B.juizab/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-pycparser-2.19-2.src.rpm * Fri Dec 06 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-pycparser.git;a=log;h=master * Mon Oct 28 2019 Jan Rękorajski c9d2926 - rebuild with python 3.8 - release 2 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.juizab' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-pycparser-2.19-2.src.rpm python-pycparser ################################################## + rm -f python-pycparser-2.19-2.src.rpm + install -m 700 -d /tmp/B.juizab/BUILD/tmp + TMPDIR=/tmp/B.juizab/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.juizab' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.juizab/python-pycparser.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: 53f34296-3219-45ee-8db8-a09dd3e877cf; TMPDIR=/tmp/B.juizab/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.juizab' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.juizab/python-pycparser.spec + : build-id: 53f34296-3219-45ee-8db8-a09dd3e877cf + TMPDIR=/tmp/B.juizab/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.juizab' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.juizab/python-pycparser.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.42656 + umask 022 + cd /tmp/B.juizab/BUILD + cd /tmp/B.juizab/BUILD + rm -rf pycparser-2.19 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.juizab/pycparser-2.19.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pycparser-2.19 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.42656 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp + umask 022 + cd /tmp/B.juizab/BUILD + cd pycparser-2.19 + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python setup.py build '--build-base=build-2' running build running build_py creating build-2 creating build-2/lib creating build-2/lib/pycparser copying pycparser/plyparser.py -> build-2/lib/pycparser copying pycparser/_build_tables.py -> build-2/lib/pycparser copying pycparser/lextab.py -> build-2/lib/pycparser copying pycparser/ast_transforms.py -> build-2/lib/pycparser copying pycparser/c_lexer.py -> build-2/lib/pycparser copying pycparser/_ast_gen.py -> build-2/lib/pycparser copying pycparser/__init__.py -> build-2/lib/pycparser copying pycparser/c_parser.py -> build-2/lib/pycparser copying pycparser/c_ast.py -> build-2/lib/pycparser copying pycparser/c_generator.py -> build-2/lib/pycparser copying pycparser/yacctab.py -> build-2/lib/pycparser creating build-2/lib/pycparser/ply copying pycparser/ply/yacc.py -> build-2/lib/pycparser/ply copying pycparser/ply/lex.py -> build-2/lib/pycparser/ply copying pycparser/ply/ygen.py -> build-2/lib/pycparser/ply copying pycparser/ply/cpp.py -> build-2/lib/pycparser/ply copying pycparser/ply/__init__.py -> build-2/lib/pycparser/ply copying pycparser/ply/ctokens.py -> build-2/lib/pycparser/ply copying pycparser/_c_ast.cfg -> build-2/lib/pycparser + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python3 setup.py build '--build-base=build-3' running build running build_py creating build-3 creating build-3/lib creating build-3/lib/pycparser copying pycparser/plyparser.py -> build-3/lib/pycparser copying pycparser/_build_tables.py -> build-3/lib/pycparser copying pycparser/lextab.py -> build-3/lib/pycparser copying pycparser/ast_transforms.py -> build-3/lib/pycparser copying pycparser/c_lexer.py -> build-3/lib/pycparser copying pycparser/_ast_gen.py -> build-3/lib/pycparser copying pycparser/__init__.py -> build-3/lib/pycparser copying pycparser/c_parser.py -> build-3/lib/pycparser copying pycparser/c_ast.py -> build-3/lib/pycparser copying pycparser/c_generator.py -> build-3/lib/pycparser copying pycparser/yacctab.py -> build-3/lib/pycparser creating build-3/lib/pycparser/ply copying pycparser/ply/yacc.py -> build-3/lib/pycparser/ply copying pycparser/ply/lex.py -> build-3/lib/pycparser/ply copying pycparser/ply/ygen.py -> build-3/lib/pycparser/ply copying pycparser/ply/cpp.py -> build-3/lib/pycparser/ply copying pycparser/ply/__init__.py -> build-3/lib/pycparser/ply copying pycparser/ply/ctokens.py -> build-3/lib/pycparser/ply copying pycparser/_c_ast.cfg -> build-3/lib/pycparser + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.6175 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp + umask 022 + cd /tmp/B.juizab/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder + /bin/mkdir -p /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder + cd pycparser-2.19 + rm -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python setup.py build '--build-base=build-2' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python2.7/site-packages' '--install-platlib=/usr/lib64/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder' running build running build_py running install running install_lib creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7 creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/plyparser.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/_build_tables.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/lextab.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/ast_transforms.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/c_lexer.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/_ast_gen.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/yacc.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/lex.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/ygen.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/cpp.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/__init__.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/ply/ctokens.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply copying build-2/lib/pycparser/__init__.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/_c_ast.cfg -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/c_parser.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/c_ast.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/c_generator.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser copying build-2/lib/pycparser/yacctab.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/plyparser.py to plyparser.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/_build_tables.py to _build_tables.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/lextab.py to lextab.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ast_transforms.py to ast_transforms.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/c_lexer.py to c_lexer.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/_ast_gen.py to _ast_gen.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/yacc.py to yacc.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/lex.py to lex.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/ygen.py to ygen.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/cpp.py to cpp.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/__init__.py to __init__.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/ply/ctokens.py to ctokens.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/__init__.py to __init__.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/c_parser.py to c_parser.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/c_ast.py to c_ast.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/c_generator.py to c_generator.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser/yacctab.py to yacctab.pyc writing byte-compilation script '/tmp/B.juizab/BUILD/tmp/tmpCq0KBr.py' /usr/bin/python -OO /tmp/B.juizab/BUILD/tmp/tmpCq0KBr.py removing /tmp/B.juizab/BUILD/tmp/tmpCq0KBr.py running install_egg_info running egg_info writing pycparser.egg-info/PKG-INFO writing top-level names to pycparser.egg-info/top_level.txt writing dependency_links to pycparser.egg-info/dependency_links.txt reading manifest file 'pycparser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'setup.pyc' warning: no previously-included files matching 'yacctab.*' found under directory 'tests' warning: no previously-included files matching 'lextab.*' found under directory 'tests' warning: no previously-included files matching 'yacctab.*' found under directory 'examples' warning: no previously-included files matching 'lextab.*' found under directory 'examples' writing manifest file 'pycparser.egg-info/SOURCES.txt' Copying pycparser.egg-info to /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages/pycparser-2.19-py2.7.egg-info running install_scripts Build the lexing/parsing tables + '[' ! -d /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/lib64/python2.7/site-packages ']' + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python3 setup.py build '--build-base=build-3' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python3.8/site-packages' '--install-platlib=/usr/lib64/python3.8/site-packages' '--optimize=2' '--root=/tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder' running build running build_py running install running install_lib creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8 creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/plyparser.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/_build_tables.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/lextab.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/ast_transforms.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/c_lexer.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/_ast_gen.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser creating /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/yacc.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/lex.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/ygen.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/cpp.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/__init__.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/ply/ctokens.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply copying build-3/lib/pycparser/__init__.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/_c_ast.cfg -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/c_parser.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/c_ast.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/c_generator.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser copying build-3/lib/pycparser/yacctab.py -> /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/plyparser.py to plyparser.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/_build_tables.py to _build_tables.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/lextab.py to lextab.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ast_transforms.py to ast_transforms.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/c_lexer.py to c_lexer.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/_ast_gen.py to _ast_gen.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/yacc.py to yacc.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/lex.py to lex.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/ygen.py to ygen.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/cpp.py to cpp.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/ply/ctokens.py to ctokens.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/c_parser.py to c_parser.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/c_ast.py to c_ast.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/c_generator.py to c_generator.cpython-38.pyc byte-compiling /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser/yacctab.py to yacctab.cpython-38.pyc writing byte-compilation script '/tmp/B.juizab/BUILD/tmp/tmp2kxp52iz.py' /usr/bin/python3 /tmp/B.juizab/BUILD/tmp/tmp2kxp52iz.py removing /tmp/B.juizab/BUILD/tmp/tmp2kxp52iz.py running install_egg_info running egg_info writing pycparser.egg-info/PKG-INFO writing dependency_links to pycparser.egg-info/dependency_links.txt writing top-level names to pycparser.egg-info/top_level.txt reading manifest file 'pycparser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'setup.pyc' warning: no previously-included files matching 'yacctab.*' found under directory 'tests' warning: no previously-included files matching 'lextab.*' found under directory 'tests' warning: no previously-included files matching 'yacctab.*' found under directory 'examples' warning: no previously-included files matching 'lextab.*' found under directory 'examples' writing manifest file 'pycparser.egg-info/SOURCES.txt' Copying pycparser.egg-info to /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/python3.8/site-packages/pycparser-2.19-py3.8.egg-info running install_scripts Build the lexing/parsing tables + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 6/51 files hardlinked Processing files: python-pycparser-2.19-2 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.31854 + umask 022 + cd /tmp/B.juizab/BUILD + cd pycparser-2.19 + DOCDIR=/tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19 + export DOCDIR + rm -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19 + /bin/mkdir -p /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19... Documentation compressed. + cp -pr CHANGES LICENSE README.rst /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python-pycparser-2.19... ./README.rst ./CHANGES ./LICENSE Documentation compressed. + exit 0 Provides: pythonegg(pycparser) = 2.19 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: python(abi) python(abi) = 2.7 Processing files: python3-pycparser-2.19-2 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.52566 + umask 022 + cd /tmp/B.juizab/BUILD + cd pycparser-2.19 + DOCDIR=/tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19 + export DOCDIR + rm -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19 + /bin/mkdir -p /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19... Documentation compressed. + cp -pr CHANGES LICENSE README.rst /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder/usr/share/doc/python3-pycparser-2.19... ./README.rst ./CHANGES ./LICENSE Documentation compressed. + exit 0 Provides: python3egg(pycparser) = 2.19 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: python(abi) python(abi) = 3.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder Wrote: /tmp/B.juizab/RPMS/python-pycparser-2.19-2.noarch.rpm Wrote: /tmp/B.juizab/RPMS/python3-pycparser-2.19-2.noarch.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.juizab/BUILD/tmp /bin/sh -e /tmp/B.juizab/BUILD/tmp/rpm-tmp.70843 + umask 022 + cd /tmp/B.juizab/BUILD + cd pycparser-2.19 + /bin/rm '--interactive=never' -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder + rm -rf /tmp/B.juizab/BUILD/tmp/python-pycparser-2.19-root-builder ended at: Fri Dec 6 15:22:56 2019, done in 0:00:30.091853 + chmod -R u+rwX /tmp/B.juizab/BUILD + rm -rf /tmp/B.juizab/tmp /tmp/B.juizab/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages Preparing... ################################################## python-pycparser ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.juizab Begin-TLD-Builder-Info Build-Time: user:26.41s sys:3.51s real:31.71s (faults io:0 non-io:902846) Files queued for ftp: 184617 python3-pycparser-2.19-2.noarch.rpm 109803 python-pycparser-2.19-2.noarch.rpm 138 python-pycparser-2.19-2.src.rpm.uploadinfo End-TLD-Builder-Info