request from: hawk checking if we should skip the build started at: Sat Sep 21 16:10:31 2019 fetching http://src.tld-linux.org/~builderti//srpms/99d19461-ef35-4a8a-ba2f-384a185a4a1f/python-scandir-1.10.0-1.src.rpm fetched 37574 bytes, 911.4 K/s installing srpm: python-scandir-1.10.0-1.src.rpm + install -d /tmp/B.keXGsx/BUILD /tmp/B.keXGsx/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-scandir-1.10.0-1.src.rpm * Sat Sep 21 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-scandir.git;a=log;h=master * Wed Sep 18 2019 Jakub Bogusz 8e00432 - updated to 1.10.0 * Sun Nov 25 2018 Jakub Bogusz db7f249 - updated to 1.9.0 + rpm -Uhv --nodeps --define '_topdir /tmp/B.keXGsx' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-scandir-1.10.0-1.src.rpm python-scandir ################################################## + rm -f python-scandir-1.10.0-1.src.rpm + install -m 700 -d /tmp/B.keXGsx/BUILD/tmp + TMPDIR=/tmp/B.keXGsx/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.keXGsx' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.keXGsx/python-scandir.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 99d19461-ef35-4a8a-ba2f-384a185a4a1f; TMPDIR=/tmp/B.keXGsx/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.keXGsx' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.keXGsx/python-scandir.spec + : build-id: 99d19461-ef35-4a8a-ba2f-384a185a4a1f + TMPDIR=/tmp/B.keXGsx/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.keXGsx' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.keXGsx/python-scandir.spec Building target platforms: i686-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.keXGsx/BUILD/tmp /bin/sh -e /tmp/B.keXGsx/BUILD/tmp/rpm-tmp.26523 + umask 022 + cd /tmp/B.keXGsx/BUILD + cd /tmp/B.keXGsx/BUILD + rm -rf scandir-1.10.0 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.keXGsx/scandir-1.10.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd scandir-1.10.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-scandir-linux.patch):' Patch #0 (python-scandir-linux.patch): + build-2/lib.linux-i686-2.7 running build_ext building '_scandir' extension creating build-2/temp.linux-i686-2.7 i686-tld-linux-gcc -DNDEBUG -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -fPIC -I/usr/include/python2.7 -c _scandir.c -o build-2/temp.linux-i686-2.7/_scandir.o i686-tld-linux-gcc -pthread -shared -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 build-2/temp.linux-i686-2.7/_scandir.o -L/usr/lib -lpython2.7 -o build-2/lib.linux-i686-2.7/_scandir.so + rm -rf test/testdir + LC_ALL=C.UTF-8 pwd + LC_ALL=C.UTF-8 echo build-2/lib.linux-i686-2.7 + LC_ALL=C.UTF-8 PYTHONPATH=/tmp/B.keXGsx/BUILD/scandir-1.10.0/build-2/lib.linux-i686-2.7 /usr/bin/python test/run_tests.py test_traversal (test_walk.TestWalk) ... ok test_symlink_to_directory (test_walk.TestWalkSymlink) ... ok test_symlink_to_file (test_walk.TestWalkSymlink) ... ok test_basic (test_scandir.TestScandirC) ... ok test_bytes (test_scandir.TestScandirC) ... ok test_dir_entry (test_scandir.TestScandirC) ... ok test_file_attributes (test_scandir.TestScandirC) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirC) ... ok test_returns_iter (test_scandir.TestScandirC) ... ok test_stat (test_scandir.TestScandirC) ... ok test_symlink (test_scandir.TestScandirC) ... ok test_unicode (test_scandir.TestScandirC) ... ok test_walk_unicode_handling (test_scandir.TestScandirC) ... ok test_iter_returns_dir_entry (test_scandir.TestScandirDirEntry) ... ok test_basic (test_scandir.TestScandirGeneric) ... ok test_bytes (test_scandir.TestScandirGeneric) ... ok test_dir_entry (test_scandir.TestScandirGeneric) ... ok test_file_attributes (test_scandir.TestScandirGeneric) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirGeneric) ... ok test_returns_iter (test_scandir.TestScandirGeneric) ... ok test_stat (test_scandir.TestScandirGeneric) ... ok test_symlink (test_scandir.TestScandirGeneric) ... ok test_unicode (test_scandir.TestScandirGeneric) ... ok test_walk_unicode_handling (test_scandir.TestScandirGeneric) ... ok test_basic (test_scandir.TestScandirPython) ... ok test_bytes (test_scandir.TestScandirPython) ... ok test_dir_entry (test_scandir.TestScandirPython) ... ok test_file_attributes (test_scandir.TestScandirPython) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirPython) ... ok test_returns_iter (test_scandir.TestScandirPython) ... ok test_stat (test_scandir.TestScandirPython) ... ok test_symlink (test_scandir.TestScandirPython) ... ok test_unicode (test_scandir.TestScandirPython) ... ok test_walk_unicode_handling (test_scandir.TestScandirPython) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.005s OK (skipped=3) + 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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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.linux-i686-3.7 copying scandir.py -> build-3/lib.linux-i686-3.7 running build_ext building '_scandir' extension creating build-3/temp.linux-i686-3.7 i686-tld-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -fno-caller-saves -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -fPIC -I/usr/include/python3.7m -c _scandir.c -o build-3/temp.linux-i686-3.7/_scandir.o i686-tld-linux-gcc -pthread -shared -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 build-3/temp.linux-i686-3.7/_scandir.o -L/usr/lib -lpython3.7m -o build-3/lib.linux-i686-3.7/_scandir.cpython-37m-i386-linux-gnu.so + rm -rf test/testdir + LC_ALL=C.UTF-8 pwd + LC_ALL=C.UTF-8 echo build-3/lib.linux-i686-3.7 + LC_ALL=C.UTF-8 PYTHONPATH=/tmp/B.keXGsx/BUILD/scandir-1.10.0/build-3/lib.linux-i686-3.7 /usr/bin/python3 test/run_tests.py test_traversal (test_walk.TestWalk) ... ok test_symlink_to_directory (test_walk.TestWalkSymlink) ... ok test_symlink_to_file (test_walk.TestWalkSymlink) ... ok test_basic (test_scandir.TestScandirC) ... ok test_bytes (test_scandir.TestScandirC) ... ok test_dir_entry (test_scandir.TestScandirC) ... ok test_file_attributes (test_scandir.TestScandirC) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirC) ... ok test_returns_iter (test_scandir.TestScandirC) ... ok test_stat (test_scandir.TestScandirC) ... ok test_symlink (test_scandir.TestScandirC) ... ok test_unicode (test_scandir.TestScandirC) ... ok test_walk_unicode_handling (test_scandir.TestScandirC) ... ok test_iter_returns_dir_entry (test_scandir.TestScandirDirEntry) ... ok test_basic (test_scandir.TestScandirGeneric) ... ok test_bytes (test_scandir.TestScandirGeneric) ... ok test_dir_entry (test_scandir.TestScandirGeneric) ... ok test_file_attributes (test_scandir.TestScandirGeneric) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirGeneric) ... ok test_returns_iter (test_scandir.TestScandirGeneric) ... ok test_stat (test_scandir.TestScandirGeneric) ... ok test_symlink (test_scandir.TestScandirGeneric) ... ok test_unicode (test_scandir.TestScandirGeneric) ... ok test_walk_unicode_handling (test_scandir.TestScandirGeneric) ... ok test_basic (test_scandir.TestScandirOS) ... ok test_bytes (test_scandir.TestScandirOS) ... ok test_dir_entry (test_scandir.TestScandirOS) ... ok test_file_attributes (test_scandir.TestScandirOS) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirOS) ... ok test_returns_iter (test_scandir.TestScandirOS) ... ok test_stat (test_scandir.TestScandirOS) ... ok test_symlink (test_scandir.TestScandirOS) ... ok test_unicode (test_scandir.TestScandirOS) ... ok test_walk_unicode_handling (test_scandir.TestScandirOS) ... ok test_basic (test_scandir.TestScandirPython) ... ok test_bytes (test_scandir.TestScandirPython) ... ok test_dir_entry (test_scandir.TestScandirPython) ... ok test_file_attributes (test_scandir.TestScandirPython) ... skipped 'st_file_attributes not supported' test_path (test_scandir.TestScandirPython) ... ok test_returns_iter (test_scandir.TestScandirPython) ... ok test_stat (test_scandir.TestScandirPython) ... ok test_symlink (test_scandir.TestScandirPython) ... ok test_unicode (test_scandir.TestScandirPython) ... ok test_walk_unicode_handling (test_scandir.TestScandirPython) ... ok ---------------------------------------------------------------------- Ran 44 tests in 0.009s OK (skipped=4) + 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.keXGsx/BUILD/tmp /bin/sh -e /tmp/B.keXGsx/BUILD/tmp/rpm-tmp.80423 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.keXGsx/BUILD/tmp + umask 022 + cd /tmp/B.keXGsx/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder + /bin/mkdir -p /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder + cd scandir-1.10.0 + rm -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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/lib/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder' /usr/lib/python2.7/distutils/extension.py:133: UserWarning: Unknown Extension options: 'optional' warnings.warn(msg) running build running build_py running build_ext running install running install_lib creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7 creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages copying build-2/lib.linux-i686-2.7/scandir.py -> /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages copying build-2/lib.linux-i686-2.7/_scandir.so -> /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages byte-compiling /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages/scandir.py to scandir.pyc writing byte-compilation script '/tmp/B.keXGsx/BUILD/tmp/tmpJX91NU.py' /usr/bin/python -OO /tmp/B.keXGsx/BUILD/tmp/tmpJX91NU.py removing /tmp/B.keXGsx/BUILD/tmp/tmpJX91NU.py running install_egg_info running egg_info creating scandir.egg-info writing scandir.egg-info/PKG-INFO writing top-level names to scandir.egg-info/top_level.txt writing dependency_links to scandir.egg-info/dependency_links.txt writing manifest file 'scandir.egg-info/SOURCES.txt' reading manifest file 'scandir.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'scandir.egg-info/SOURCES.txt' Copying scandir.egg-info to /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages/scandir-1.10.0-py2.7.egg-info running install_scripts + '[' ! -d /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/python2.7/site-packages ']' + '[' ! -d /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages ']' + find /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + 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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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.7/site-packages' '--install-platlib=/usr/lib/python3.7/site-packages' '--optimize=2' '--root=/tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder' running build running build_py running build_ext running install running install_lib creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7 creating /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7/site-packages copying build-3/lib.linux-i686-3.7/scandir.py -> /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7/site-packages copying build-3/lib.linux-i686-3.7/_scandir.cpython-37m-i386-linux-gnu.so -> /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7/site-packages byte-compiling /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7/site-packages/scandir.py to scandir.cpython-37.pyc writing byte-compilation script '/tmp/B.keXGsx/BUILD/tmp/tmp97395dfc.py' /usr/bin/python3 /tmp/B.keXGsx/BUILD/tmp/tmp97395dfc.py removing /tmp/B.keXGsx/BUILD/tmp/tmp97395dfc.py running install_egg_info running egg_info writing scandir.egg-info/PKG-INFO writing dependency_links to scandir.egg-info/dependency_links.txt writing top-level names to scandir.egg-info/top_level.txt reading manifest file 'scandir.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'scandir.egg-info/SOURCES.txt' Copying scandir.egg-info to /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/lib/python3.7/site-packages/scandir-1.10.0-py3.7.egg-info running install_scripts + __spec_install_post_strip + set +x Stripping 2 ELF shared libraries...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 2 executable binaries and shared object files. + __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: 0/3 files hardlinked Processing files: python-scandir-1.10.0-1 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.keXGsx/BUILD/tmp /bin/sh -e /tmp/B.keXGsx/BUILD/tmp/rpm-tmp.69718 + umask 022 + cd /tmp/B.keXGsx/BUILD + cd scandir-1.10.0 + DOCDIR=/tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0 + export DOCDIR + rm -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0 + /bin/mkdir -p /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0... Documentation compressed. + cp -pr LICENSE.txt README.rst /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python-scandir-1.10.0... ./LICENSE.txt ./README.rst Documentation compressed. + exit 0 Provides: _scandir.so Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-scandir-1.10.0-1 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.keXGsx/BUILD/tmp /bin/sh -e /tmp/B.keXGsx/BUILD/tmp/rpm-tmp.69718 + umask 022 + cd /tmp/B.keXGsx/BUILD + cd scandir-1.10.0 + DOCDIR=/tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0 + export DOCDIR + rm -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0 + /bin/mkdir -p /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0... Documentation compressed. + cp -pr LICENSE.txt README.rst /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder/usr/share/doc/python3-scandir-1.10.0... ./LICENSE.txt ./README.rst Documentation compressed. + exit 0 Provides: _scandir.cpython-37m-i386-linux-gnu.so Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpython3.7m.so.1.0 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder Wrote: /tmp/B.keXGsx/RPMS/python-scandir-1.10.0-1.i686.rpm Wrote: /tmp/B.keXGsx/RPMS/python3-scandir-1.10.0-1.i686.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.keXGsx/BUILD/tmp /bin/sh -e /tmp/B.keXGsx/BUILD/tmp/rpm-tmp.69718 + umask 022 + cd /tmp/B.keXGsx/BUILD + cd scandir-1.10.0 + /bin/rm '--interactive=never' -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder + rm -rf /tmp/B.keXGsx/BUILD/tmp/python-scandir-1.10.0-root-builder ended at: Sat Sep 21 16:10:34 2019, done in 0:00:02.528322 + chmod -R u+rwX /tmp/B.keXGsx/BUILD + rm -rf /tmp/B.keXGsx/tmp /tmp/B.keXGsx/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-scandir ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.keXGsx Begin-TLD-Builder-Info Build-Time: user:3.28s sys:0.54s real:5.19s (faults io:3 non-io:179034) Files queued for ftp: 29754 python3-scandir-1.10.0-1.i686.rpm 25648 python-scandir-1.10.0-1.i686.rpm 134 python-scandir-1.10.0-1.src.rpm.uploadinfo End-TLD-Builder-Info