request from: hawk checking if we should skip the build started at: Sat Apr 2 19:21:36 2022 killing old processes on a builder sending signal 9 to pid -1 cleaning up /tmp fetching http://src.tld-linux.org/~buildertidev//srpms/b14ec23b-00fd-4ed1-a9d1-69a69680fb69/python-toml-0.10.2-4.src.rpm fetched 31096 bytes, 2081.5 K/s installing srpm: python-toml-0.10.2-4.src.rpm + install -d /tmp/B.u_162oir/BUILD /tmp/B.u_162oir/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-toml-0.10.2-4.src.rpm * Sat Apr 02 2022 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-toml.git;a=log;h=master * Wed Mar 30 2022 Jan Rękorajski 08198df - rebuild with tests and docs * Fri Mar 25 2022 Jan Rękorajski d0f46b2 - rebuild with python 3.10 * Sat Feb 27 2021 Jan Rękorajski 6047893 - release 2 (by relup.sh) * Thu Feb 04 2021 Jakub Bogusz e1b1580 - added pl and tests - added LICENSE and example test.toml file to docs * Thu Jan 28 2021 Jan Palus 4f993e5 - new + rpm -Uhv --nodeps --define '_topdir /tmp/B.u_162oir' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-toml-0.10.2-4.src.rpm Updating / installing... python-toml-0.10.2-4 ######################################## + rm -f python-toml-0.10.2-4.src.rpm + install -m 700 -d /tmp/B.u_162oir/BUILD/tmp + TMPDIR=/tmp/B.u_162oir/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.u_162oir' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.u_162oir/python-toml.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux rpm: Building for target i686-tld-linux no BR needed building RPM using: set -ex; : build-id: b14ec23b-00fd-4ed1-a9d1-69a69680fb69; TMPDIR=/tmp/B.u_162oir/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.u_162oir' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.u_162oir/python-toml.spec + : build-id: b14ec23b-00fd-4ed1-a9d1-69a69680fb69 + TMPDIR=/tmp/B.u_162oir/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.u_162oir' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.u_162oir/python-toml.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.u_162oir/BUILD/tmp/rpm-tmp.OaivcE + umask 022 + cd /tmp/B.u_162oir/BUILD + cd /tmp/B.u_162oir/BUILD + rm -rf toml-0.10.2 + /bin/gzip -dc /tmp/B.u_162oir/toml-0.10.2.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd toml-0.10.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 + jobs -p + exit 0 Executing(%build): /bin/sh -e /tmp/B.u_162oir/BUILD/tmp/rpm-tmp.tBTkEJ TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.u_162oir/BUILD/tmp + umask 022 + cd /tmp/B.u_162oir/BUILD + cd toml-0.10.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 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + 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 creating build-3/lib/toml copying toml/tz.py -> build-3/lib/toml copying toml/encoder.py -> build-3/lib/toml copying toml/decoder.py -> build-3/lib/toml copying toml/ordered.py -> build-3/lib/toml copying toml/__init__.py -> build-3/lib/toml + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.u_162oir/BUILD/tmp/rpm-tmp.MQS5lu TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.u_162oir/BUILD/tmp + umask 022 + cd /tmp/B.u_162oir/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder + /bin/mkdir -p /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder + cd toml-0.10.2 + rm -rf /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-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 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + 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.10/site-packages' '--install-platlib=/usr/lib/python3.10/site-packages' '--optimize=2' '--root=/tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder' running build running build_py running install running install_lib creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10 creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages creating /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml copying build-3/lib/toml/tz.py -> /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml copying build-3/lib/toml/encoder.py -> /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml copying build-3/lib/toml/decoder.py -> /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml copying build-3/lib/toml/ordered.py -> /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml copying build-3/lib/toml/__init__.py -> /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml byte-compiling /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml/tz.py to tz.cpython-310.pyc byte-compiling /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml/encoder.py to encoder.cpython-310.pyc byte-compiling /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml/decoder.py to decoder.cpython-310.pyc byte-compiling /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml/ordered.py to ordered.cpython-310.pyc byte-compiling /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml/__init__.py to __init__.cpython-310.pyc writing byte-compilation script '/tmp/B.u_162oir/BUILD/tmp/tmpbixspbuo.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/B.u_162oir/BUILD/tmp/tmpbixspbuo.py removing /tmp/B.u_162oir/BUILD/tmp/tmpbixspbuo.py running install_egg_info running egg_info writing toml.egg-info/PKG-INFO writing dependency_links to toml.egg-info/dependency_links.txt writing top-level names to toml.egg-info/top_level.txt reading manifest file 'toml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'toml.egg-info/SOURCES.txt' Copying toml.egg-info to /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/python3.10/site-packages/toml-0.10.2-py3.10.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --build-id-seed 0.10.2-4 --unique-debug-suffix -0.10.2-4.i686 --unique-debug-src-base python-toml-0.10.2-4.i686 -S debugsourcefiles.list /tmp/B.u_162oir/BUILD/toml-0.10.2 + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_shebangs + set +x Checking script shebangs... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 0/10 files hardlinked Processing files: python3-toml-0.10.2-4.noarch Executing(%doc): /bin/sh -e /tmp/B.u_162oir/BUILD/tmp/rpm-tmp.lJ3XeL + umask 022 + cd /tmp/B.u_162oir/BUILD + cd toml-0.10.2 + DOCDIR=/tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/doc/python3-toml-0.10.2 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/doc/python3-toml-0.10.2 + /bin/mkdir -p /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/doc/python3-toml-0.10.2 + cp -pr LICENSE -pr README.rst -pr test.toml /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder/usr/share/doc/python3-toml-0.10.2 + RPM_EC=0 + jobs -p + exit 0 Provides: python3-toml = 0.10.2-4 python3.10dist(toml) = 0.10.2 python3dist(toml) = 0.10.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder Wrote: /tmp/B.u_162oir/RPMS/python3-toml-0.10.2-4.noarch.rpm Executing(%clean): /bin/sh -e /tmp/B.u_162oir/BUILD/tmp/rpm-tmp.Y7VbqH + umask 022 + cd /tmp/B.u_162oir/BUILD + cd toml-0.10.2 + rm -rf /tmp/B.u_162oir/BUILD/tmp/python-toml-0.10.2-i686-root-builder + RPM_EC=0 + jobs -p + exit 0 ended at: Sat Apr 2 19:21:39 2022, done in 0:00:01.473584 + chmod -R u+rwX /tmp/B.u_162oir/BUILD + rm -rf /tmp/B.u_162oir/tmp /tmp/B.u_162oir/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..354 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.u_162oir Begin-TLD-Builder-Info Build-Time: user:2.08s sys:0.67s real:2.66s (faults io:2 non-io:101754) Files queued for ftp: 39857 python3-toml-0.10.2-4.noarch.rpm 87 python-toml-0.10.2-4.src.rpm.uploadinfo End-TLD-Builder-Info