request from: hawk checking if we should skip the build started at: Thu Dec 12 12:54:27 2019 fetching http://src.tld-linux.org/~builderti//srpms/24c0b47b-0776-4fe2-9296-9b26af8b28d6/python-functools32-3.2.3.2-1.src.rpm fetched 35765 bytes, 710.1 K/s installing srpm: python-functools32-3.2.3.2-1.src.rpm + install -d /tmp/B.CbO6I8/BUILD /tmp/B.CbO6I8/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-functools32-3.2.3.2-1.src.rpm * Thu Dec 12 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-functools32.git;a=log;h=master + rpm -Uhv --nodeps --define '_topdir /tmp/B.CbO6I8' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-functools32-3.2.3.2-1.src.rpm python-functools32 ################################################## + rm -f python-functools32-3.2.3.2-1.src.rpm + install -m 700 -d /tmp/B.CbO6I8/BUILD/tmp + TMPDIR=/tmp/B.CbO6I8/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.CbO6I8' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.CbO6I8/python-functools32.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: 24c0b47b-0776-4fe2-9296-9b26af8b28d6; TMPDIR=/tmp/B.CbO6I8/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.CbO6I8' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.CbO6I8/python-functools32.spec + : build-id: 24c0b47b-0776-4fe2-9296-9b26af8b28d6 + TMPDIR=/tmp/B.CbO6I8/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.CbO6I8' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.CbO6I8/python-functools32.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.CbO6I8/BUILD/tmp /bin/sh -e /tmp/B.CbO6I8/BUILD/tmp/rpm-tmp.95857 + umask 022 + cd /tmp/B.CbO6I8/BUILD + cd /tmp/B.CbO6I8/BUILD + rm -rf functools32-3.2.3-2 + /usr/bin/gzip -dc /tmp/B.CbO6I8/functools32-3.2.3-2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd functools32-3.2.3-2 + /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.CbO6I8/BUILD/tmp /bin/sh -e /tmp/B.CbO6I8/BUILD/tmp/rpm-tmp.95857 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.CbO6I8/BUILD/tmp + umask 022 + cd /tmp/B.CbO6I8/BUILD + cd functools32-3.2.3-2 + 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' running build running build_py creating build-2 creating build-2/lib creating build-2/lib/functools32 copying functools32/functools32.py -> build-2/lib/functools32 copying functools32/_dummy_thread32.py -> build-2/lib/functools32 copying functools32/reprlib32.py -> build-2/lib/functools32 copying functools32/__init__.py -> build-2/lib/functools32 + /usr/bin/python test_functools32.py test_arg_combinations (__main__.TestPartial) ... ok test_argument_checking (__main__.TestPartial) ... ok test_attributes (__main__.TestPartial) ... ok test_basic_examples (__main__.TestPartial) ... ok test_error_propagation (__main__.TestPartial) ... ok test_keyword (__main__.TestPartial) ... ok test_kw_combinations (__main__.TestPartial) ... ok test_no_side_effects (__main__.TestPartial) ... ok test_pickle (__main__.TestPartial) ... ok test_positional (__main__.TestPartial) ... ok test_protection_of_callers_dict_argument (__main__.TestPartial) ... ok test_weakref (__main__.TestPartial) ... ok test_with_bound_and_unbound_methods (__main__.TestPartial) ... ok test_arg_combinations (__main__.TestPartialSubclass) ... ok test_argument_checking (__main__.TestPartialSubclass) ... ok test_attributes (__main__.TestPartialSubclass) ... ok test_basic_examples (__main__.TestPartialSubclass) ... ok test_error_propagation (__main__.TestPartialSubclass) ... ok test_keyword (__main__.TestPartialSubclass) ... ok test_kw_combinations (__main__.TestPartialSubclass) ... ok test_no_side_effects (__main__.TestPartialSubclass) ... ok test_pickle (__main__.TestPartialSubclass) ... ok test_positional (__main__.TestPartialSubclass) ... ok test_protection_of_callers_dict_argument (__main__.TestPartialSubclass) ... ok test_weakref (__main__.TestPartialSubclass) ... ok test_with_bound_and_unbound_methods (__main__.TestPartialSubclass) ... ok test_arg_combinations (__main__.TestPythonPartial) ... ok test_argument_checking (__main__.TestPythonPartial) ... ok test_attributes (__main__.TestPythonPartial) ... ok test_basic_examples (__main__.TestPythonPartial) ... ok test_error_propagation (__main__.TestPythonPartial) ... ok test_keyword (__main__.TestPythonPartial) ... ok test_kw_combinations (__main__.TestPythonPartial) ... ok test_no_side_effects (__main__.TestPythonPartial) ... ok test_pickle (__main__.TestPythonPartial) ... ok test_positional (__main__.TestPythonPartial) ... ok test_protection_of_callers_dict_argument (__main__.TestPythonPartial) ... ok test_repr (__main__.TestPythonPartial) ... ok test_weakref (__main__.TestPythonPartial) ... ok test_with_bound_and_unbound_methods (__main__.TestPythonPartial) ... ok test_builtin_update (__main__.TestUpdateWrapper) ... ok test_default_update (__main__.TestUpdateWrapper) ... ok test_default_update_doc (__main__.TestUpdateWrapper) ... ok test_missing_attributes (__main__.TestUpdateWrapper) ... ok test_no_update (__main__.TestUpdateWrapper) ... ok test_selective_update (__main__.TestUpdateWrapper) ... ok test_bug_10042 (__main__.TestTotalOrdering) ... ok test_no_operations_defined (__main__.TestTotalOrdering) ... ok test_total_ordering_ge (__main__.TestTotalOrdering) ... ok test_total_ordering_gt (__main__.TestTotalOrdering) ... ok test_total_ordering_le (__main__.TestTotalOrdering) ... ok test_total_ordering_lt (__main__.TestTotalOrdering) ... ok test_total_ordering_no_overwrite (__main__.TestTotalOrdering) ... ok test_cmp_to_key (__main__.TestCmpToKey) ... ok test_hash (__main__.TestCmpToKey) ... ok test_builtin_update (__main__.TestWraps) ... ok test_default_update (__main__.TestWraps) ... ok test_default_update_doc (__main__.TestWraps) ... ok test_missing_attributes (__main__.TestWraps) ... ok test_no_update (__main__.TestWraps) ... ok test_selective_update (__main__.TestWraps) ... ok test_iterator_usage (__main__.TestReduce) ... ok test_reduce (__main__.TestReduce) ... ok test_lru (__main__.TestLRU) ... ok test_lru_with_exceptions (__main__.TestLRU) ... ok test_lru_with_maxsize_none (__main__.TestLRU) ... ok test_move_to_end (__main__.TestOrderedDict) ... ok ---------------------------------------------------------------------- Ran 67 tests in 0.015s OK + 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.CbO6I8/BUILD/tmp /bin/sh -e /tmp/B.CbO6I8/BUILD/tmp/rpm-tmp.95857 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.CbO6I8/BUILD/tmp + umask 022 + cd /tmp/B.CbO6I8/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder + /bin/mkdir -p /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder + cd functools32-3.2.3-2 + rm -rf /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-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.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder' running build running build_py running install running install_lib creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7 creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages creating /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32 copying build-2/lib/functools32/functools32.py -> /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32 copying build-2/lib/functools32/_dummy_thread32.py -> /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32 copying build-2/lib/functools32/reprlib32.py -> /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32 copying build-2/lib/functools32/__init__.py -> /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32 byte-compiling /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32/functools32.py to functools32.pyc byte-compiling /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32/_dummy_thread32.py to _dummy_thread32.pyc byte-compiling /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32/reprlib32.py to reprlib32.pyc byte-compiling /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32/__init__.py to __init__.pyc writing byte-compilation script '/tmp/B.CbO6I8/BUILD/tmp/tmp6A9o2T.py' /usr/bin/python -OO /tmp/B.CbO6I8/BUILD/tmp/tmp6A9o2T.py removing /tmp/B.CbO6I8/BUILD/tmp/tmp6A9o2T.py running install_egg_info Writing /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages/functools32-3.2.3_2-py2.7.egg-info + '[' ! -d /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/lib/python2.7/site-packages ']' + __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: 1/4 files hardlinked Processing files: python-functools32-3.2.3.2-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.CbO6I8/BUILD/tmp /bin/sh -e /tmp/B.CbO6I8/BUILD/tmp/rpm-tmp.95857 + umask 022 + cd /tmp/B.CbO6I8/BUILD + cd functools32-3.2.3-2 + DOCDIR=/tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2 + export DOCDIR + rm -rf /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2 + /bin/mkdir -p /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2... Documentation compressed. + cp -pr ChangeLog LICENSE /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder/usr/share/doc/python-functools32-3.2.3.2... ./LICENSE ./ChangeLog Documentation compressed. + exit 0 Provides: pythonegg(functools32) = 3.2.3.-0.post2 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: python(abi) python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder Wrote: /tmp/B.CbO6I8/RPMS/python-functools32-3.2.3.2-1.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.CbO6I8/BUILD/tmp /bin/sh -e /tmp/B.CbO6I8/BUILD/tmp/rpm-tmp.86644 + umask 022 + cd /tmp/B.CbO6I8/BUILD + cd functools32-3.2.3-2 + /bin/rm '--interactive=never' -rf /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder + rm -rf /tmp/B.CbO6I8/BUILD/tmp/python-functools32-3.2.3.2-root-builder ended at: Thu Dec 12 12:54:31 2019, done in 0:00:04.084065 + chmod -R u+rwX /tmp/B.CbO6I8/BUILD + rm -rf /tmp/B.CbO6I8/tmp /tmp/B.CbO6I8/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/... 200..323 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.CbO6I8 Begin-TLD-Builder-Info Build-Time: user:4.13s sys:0.63s real:5.03s (faults io:0 non-io:126209) Files queued for ftp: 19775 python-functools32-3.2.3.2-1.noarch.rpm 102 python-functools32-3.2.3.2-1.src.rpm.uploadinfo End-TLD-Builder-Info