request from: hawk checking if we should skip the build started at: Tue Feb 22 12:53:06 2022 killing old processes on a builder sending signal 9 to pid -1 cleaning up /tmp fetching http://src.tld-linux.org/~buildertidev//srpms/39fa8fb6-8b26-4241-a582-de60973536e0/python3-charset_normalizer-2.0.7-3.src.rpm fetched 371840 bytes, 7682.0 K/s installing srpm: python3-charset_normalizer-2.0.7-3.src.rpm + install -d /tmp/B.un75qo0a/BUILD /tmp/B.un75qo0a/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python3-charset_normalizer-2.0.7-3.src.rpm * Tue Feb 22 2022 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python3-charset_normalizer.git;a=log;h=master * Thu Nov 18 2021 Jakub Bogusz 31cbdbc - spec cleanups, updated dependencies * Fri Oct 22 2021 Jan Rękorajski d0c98e9 - package owned dirs, rel 3 * Mon Oct 18 2021 Jan Palus 58325fe - Release 2 (by relup.sh) * Sat Oct 16 2021 Witold Filipczyk 71f43b9 - new + rpm -Uhv --nodeps --define '_topdir /tmp/B.un75qo0a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python3-charset_normalizer-2.0.7-3.src.rpm Updating / installing... python3-charset_normalizer-2.0.7-3 ######################################## + rm -f python3-charset_normalizer-2.0.7-3.src.rpm + install -m 700 -d /tmp/B.un75qo0a/BUILD/tmp + TMPDIR=/tmp/B.un75qo0a/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.un75qo0a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.un75qo0a/python3-charset_normalizer.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: 39fa8fb6-8b26-4241-a582-de60973536e0; TMPDIR=/tmp/B.un75qo0a/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.un75qo0a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.un75qo0a/python3-charset_normalizer.spec + : build-id: 39fa8fb6-8b26-4241-a582-de60973536e0 + TMPDIR=/tmp/B.un75qo0a/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.un75qo0a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.un75qo0a/python3-charset_normalizer.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.un75qo0a/BUILD/tmp/rpm-tmp.z69Bnz + umask 022 + cd /tmp/B.un75qo0a/BUILD + cd /tmp/B.un75qo0a/BUILD + rm -rf charset-normalizer-2.0.7 + /bin/gzip -dc /tmp/B.un75qo0a/charset-normalizer-2.0.7.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd charset-normalizer-2.0.7 + /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.un75qo0a/BUILD/tmp/rpm-tmp.9ve9LQ 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.un75qo0a/BUILD/tmp + umask 022 + cd /tmp/B.un75qo0a/BUILD + cd charset-normalizer-2.0.7 + 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/charset_normalizer copying charset_normalizer/constant.py -> build-3/lib/charset_normalizer copying charset_normalizer/utils.py -> build-3/lib/charset_normalizer copying charset_normalizer/cd.py -> build-3/lib/charset_normalizer copying charset_normalizer/__init__.py -> build-3/lib/charset_normalizer copying charset_normalizer/api.py -> build-3/lib/charset_normalizer copying charset_normalizer/models.py -> build-3/lib/charset_normalizer copying charset_normalizer/md.py -> build-3/lib/charset_normalizer copying charset_normalizer/legacy.py -> build-3/lib/charset_normalizer copying charset_normalizer/version.py -> build-3/lib/charset_normalizer creating build-3/lib/charset_normalizer/cli copying charset_normalizer/cli/normalizer.py -> build-3/lib/charset_normalizer/cli copying charset_normalizer/cli/__init__.py -> build-3/lib/charset_normalizer/cli creating build-3/lib/charset_normalizer/assets copying charset_normalizer/assets/__init__.py -> build-3/lib/charset_normalizer/assets running egg_info writing charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' copying charset_normalizer/py.typed -> build-3/lib/charset_normalizer + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.un75qo0a/BUILD/tmp/rpm-tmp.Z7ewyl 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.un75qo0a/BUILD/tmp + umask 022 + cd /tmp/B.un75qo0a/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder + /bin/mkdir -p /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder + cd charset-normalizer-2.0.7 + rm -rf /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-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.9/site-packages' '--install-platlib=/usr/lib/python3.9/site-packages' '--optimize=2' '--root=/tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder' running build running build_py running egg_info writing charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' running install running install_lib creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9 creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/constant.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/utils.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cli copying build-3/lib/charset_normalizer/cli/normalizer.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cli copying build-3/lib/charset_normalizer/cli/__init__.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cli copying build-3/lib/charset_normalizer/cd.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/__init__.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/api.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/models.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/py.typed -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/md.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer creating /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/assets copying build-3/lib/charset_normalizer/assets/__init__.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/assets copying build-3/lib/charset_normalizer/legacy.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer copying build-3/lib/charset_normalizer/version.py -> /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/constant.py to constant.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/utils.py to utils.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cli/normalizer.py to normalizer.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/cd.py to cd.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/api.py to api.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/models.py to models.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/md.py to md.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/assets/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/legacy.py to legacy.cpython-39.pyc byte-compiling /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer/version.py to version.cpython-39.pyc writing byte-compilation script '/tmp/B.un75qo0a/BUILD/tmp/tmpkbwv_al_.py' /usr/bin/python3 /tmp/B.un75qo0a/BUILD/tmp/tmpkbwv_al_.py removing /tmp/B.un75qo0a/BUILD/tmp/tmpkbwv_al_.py running install_egg_info Copying charset_normalizer.egg-info to /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/python3.9/site-packages/charset_normalizer-2.0.7-py3.9.egg-info running install_scripts Installing normalizer script to /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --build-id-seed 2.0.7-3 --unique-debug-suffix -2.0.7-3.i686 --unique-debug-src-base python3-charset_normalizer-2.0.7-3.i686 -S debugsourcefiles.list /tmp/B.un75qo0a/BUILD/charset-normalizer-2.0.7 + __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/24 files hardlinked Processing files: python3-charset_normalizer-2.0.7-3.noarch Executing(%doc): /bin/sh -e /tmp/B.un75qo0a/BUILD/tmp/rpm-tmp.UTcvgZ + umask 022 + cd /tmp/B.un75qo0a/BUILD + cd charset-normalizer-2.0.7 + DOCDIR=/tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/doc/python3-charset_normalizer-2.0.7 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/doc/python3-charset_normalizer-2.0.7 + /bin/mkdir -p /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/doc/python3-charset_normalizer-2.0.7 + cp -pr LICENSE -pr README.md /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder/usr/share/doc/python3-charset_normalizer-2.0.7 + RPM_EC=0 + jobs -p + exit 0 Provides: python3-charset_normalizer = 2.0.7-3 python3.9dist(charset-normalizer) = 2.0.7 python3dist(charset-normalizer) = 2.0.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(setuptools) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder Wrote: /tmp/B.un75qo0a/RPMS/python3-charset_normalizer-2.0.7-3.noarch.rpm Executing(%clean): /bin/sh -e /tmp/B.un75qo0a/BUILD/tmp/rpm-tmp.MfFVtQ + umask 022 + cd /tmp/B.un75qo0a/BUILD + cd charset-normalizer-2.0.7 + rm -rf /tmp/B.un75qo0a/BUILD/tmp/python3-charset_normalizer-2.0.7-i686-root-builder + RPM_EC=0 + jobs -p + exit 0 ended at: Tue Feb 22 12:53:09 2022, done in 0:00:01.693280 + chmod -R u+rwX /tmp/B.un75qo0a/BUILD + rm -rf /tmp/B.un75qo0a/tmp /tmp/B.un75qo0a/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 End-TLD-Builder-Info + rm -rf /tmp/B.un75qo0a Begin-TLD-Builder-Info Build-Time: user:2.18s sys:0.64s real:2.73s (faults io:0 non-io:110002) Files queued for ftp: 69929 python3-charset_normalizer-2.0.7-3.noarch.rpm 114 python3-charset_normalizer-2.0.7-3.src.rpm.uploadinfo End-TLD-Builder-Info