request from: hawk checking if we should skip the build started at: Thu Apr 25 23:44:46 2024 cleaning up /tmp fetching http://src.tld-linux.org/~buildertidev//srpms/14a177db-c29c-4c36-9838-f5acb127108c/python-ply-3.11-7.src.rpm fetched 171105 bytes, 2065.4 K/s installing srpm: python-ply-3.11-7.src.rpm + install -d /tmp/B.wfonlbk_/BUILD /tmp/B.wfonlbk_/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-ply-3.11-7.src.rpm * Thu Apr 25 2024 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-ply.git;a=log;h=master * Thu Apr 25 2024 Marcin Krol 2c602d0 - fix python2 condition * Wed Mar 30 2022 Jan Rękorajski 0d83f74 - rebuild with tests and docs * Sat Mar 26 2022 Jakub Bogusz 9dd4b9e - actually run tests, dropped Obsoletes for package which never existed * Fri Mar 25 2022 Jan Rękorajski dfe6c10 - rebuild with python 3.10 * Fri Mar 25 2022 Jan Rękorajski 657e90c - rebuild with python 3.10 * Tue Mar 02 2021 Jan Rękorajski 40fdf7d - release 4 (by relup.sh) * Mon Mar 01 2021 Jan Palus 65d4aff - fix shebangs; rel 3 * Mon Mar 01 2021 Jan Palus defeecf - move %py*_build from %prep to %build * Fri Jun 05 2020 Jakub Bogusz 06de102 - note on version 4 dropping python2 support; use python3-*.spec namespace * Mon Oct 28 2019 Jan Rękorajski 58b9edf - rebuild with python 3.8 - release 2 (by relup.sh) * Mon Jul 23 2018 Jakub Bogusz e2e08d8 - updated to 3.11 * Sun Jul 01 2018 Arkadiusz Miśkiewicz 2072e8b - release 2 (by relup.sh) * Tue Nov 07 2017 Marcin Krol 96549a9 - updated to 3.10 * Thu Jan 12 2017 Jakub Bogusz 820e97e - test target BRs setuptools * Wed Dec 28 2016 Arkadiusz Miśkiewicz 1486571 - python 3.6 - release 2 (by relup.sh) * Sat Oct 15 2016 Jakub Bogusz 4633208 - updated to 3.9 * Fri Jul 29 2016 Arkadiusz Miśkiewicz d10e53f - up to 3.8; add python3 module * Sun Nov 29 2015 Jacek Konieczny a210710 - BR: rpmbuild(macros) >= 1.710 * Sat Nov 28 2015 Jacek Konieczny 7b0aff9 - release 4 (by relup.sh) * Sat Nov 28 2015 Jacek Konieczny 86533d3 - automatic change: use py_build/py_install macros + rpm -Uhv --nodeps --define '_topdir /tmp/B.wfonlbk_' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-ply-3.11-7.src.rpm Updating / installing... python-ply-3.11-7 ######################################## + rm -f python-ply-3.11-7.src.rpm + install -m 700 -d /tmp/B.wfonlbk_/BUILD/tmp + TMPDIR=/tmp/B.wfonlbk_/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.wfonlbk_' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.wfonlbk_/python-ply.spec warning: Could not canonicalize hostname: tld-x64 Building target platforms: x86_64-tld-linux Building for target x86_64-tld-linux RPM build warnings: Could not canonicalize hostname: tld-x64 checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: warning: Could not canonicalize hostname: tld-x64 rpm: Building target platforms: x86_64-tld-linux rpm: Building for target x86_64-tld-linux rpm: rpm: RPM build warnings: rpm: Could not canonicalize hostname: tld-x64 no BR needed building RPM using: set -ex; : build-id: 14a177db-c29c-4c36-9838-f5acb127108c; TMPDIR=/tmp/B.wfonlbk_/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j6' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.wfonlbk_' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.wfonlbk_/python-ply.spec + : build-id: 14a177db-c29c-4c36-9838-f5acb127108c + TMPDIR=/tmp/B.wfonlbk_/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j6' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.wfonlbk_' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.wfonlbk_/python-ply.spec warning: Could not canonicalize hostname: tld-x64 Building target platforms: x86_64-tld-linux Building for target x86_64-tld-linux Executing(%prep): /bin/sh -e /tmp/B.wfonlbk_/BUILD/tmp/rpm-tmp.Hp7UZ5 + umask 022 + cd /tmp/B.wfonlbk_/BUILD + cd /tmp/B.wfonlbk_/BUILD + rm -rf ply-3.11 + /bin/gzip -dc /tmp/B.wfonlbk_/ply-3.11.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ply-3.11 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/sed -i -e '1s,/usr/bin/env python,/usr/bin/python2,' example/classcalc/calc.py example/newclasscalc/calc.py + RPM_EC=0 + jobs -p + exit 0 Executing(%build): /bin/sh -e /tmp/B.wfonlbk_/BUILD/tmp/rpm-tmp.6ocXSD 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.wfonlbk_/BUILD/tmp + umask 022 + cd /tmp/B.wfonlbk_/BUILD + cd ply-3.11 + 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 -fPIC -march=x86-64 -mtune=generic -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 -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + 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' /usr/share/python3.10/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py creating build-3 creating build-3/lib creating build-3/lib/ply copying ply/yacc.py -> build-3/lib/ply copying ply/lex.py -> build-3/lib/ply copying ply/ctokens.py -> build-3/lib/ply copying ply/ygen.py -> build-3/lib/ply copying ply/cpp.py -> build-3/lib/ply copying ply/__init__.py -> build-3/lib/ply + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.wfonlbk_/BUILD/tmp/rpm-tmp.UcscgS 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.wfonlbk_/BUILD/tmp + umask 022 + cd /tmp/B.wfonlbk_/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder + /bin/mkdir -p /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder + cd ply-3.11 + rm -rf /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder + install -d /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/src/examples/python-ply-3.11 + 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 -fPIC -march=x86-64 -mtune=generic -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 -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + 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.10/site-packages' '--install-platlib=/usr/lib64/python3.10/site-packages' '--optimize=2' '--root=/tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder' /usr/share/python3.10/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py running install /usr/share/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share creating /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10 creating /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages creating /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/yacc.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/lex.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/ctokens.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/ygen.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/cpp.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply copying build-3/lib/ply/__init__.py -> /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/yacc.py to yacc.cpython-310.pyc byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/lex.py to lex.cpython-310.pyc byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/ctokens.py to ctokens.cpython-310.pyc byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/ygen.py to ygen.cpython-310.pyc byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/cpp.py to cpp.cpython-310.pyc byte-compiling /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply/__init__.py to __init__.cpython-310.pyc writing byte-compilation script '/tmp/B.wfonlbk_/BUILD/tmp/tmpkw_in8ct.py' /usr/bin/python3 /tmp/B.wfonlbk_/BUILD/tmp/tmpkw_in8ct.py removing /tmp/B.wfonlbk_/BUILD/tmp/tmpkw_in8ct.py running install_egg_info running egg_info writing ply.egg-info/PKG-INFO writing dependency_links to ply.egg-info/dependency_links.txt writing top-level names to ply.egg-info/top_level.txt reading manifest file 'ply.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'ply.egg-info/SOURCES.txt' Copying ply.egg-info to /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/python3.10/site-packages/ply-3.11-py3.10.egg-info running install_scripts + cp -Rf example/BASIC example/GardenSnake example/README example/ansic example/calc example/calcdebug example/calceof example/classcalc example/cleanup.sh example/closurecalc example/hedit example/newclasscalc example/optcalc example/unicalc example/yply /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/src/examples/python-ply-3.11 + /usr/bin/find-debuginfo -j6 --build-id-seed 3.11-7 --unique-debug-suffix -3.11-7.x86_64 --unique-debug-src-base python-ply-3.11-7.x86_64 -S debugsourcefiles.list /tmp/B.wfonlbk_/BUILD/ply-3.11 + __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/12 files hardlinked Processing files: python3-ply-3.11-7.noarch Executing(%doc): /bin/sh -e /tmp/B.wfonlbk_/BUILD/tmp/rpm-tmp.n1u1ne + umask 022 + cd /tmp/B.wfonlbk_/BUILD + cd ply-3.11 + DOCDIR=/tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/doc/python3-ply-3.11 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/doc/python3-ply-3.11 + /bin/mkdir -p /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/doc/python3-ply-3.11 + cp -pr ANNOUNCE -pr CHANGES -pr README.md -pr TODO -pr doc/internal.html doc/ply.html /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder/usr/share/doc/python3-ply-3.11 + RPM_EC=0 + jobs -p + exit 0 Provides: python3-ply = 3.11-7 python3.10dist(ply) = 3.11 python3dist(ply) = 3.11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.10 Processing files: python-ply-examples-3.11-7.noarch Provides: python-ply-examples = 3.11-7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder Wrote: /tmp/B.wfonlbk_/RPMS/python-ply-examples-3.11-7.noarch.rpm Wrote: /tmp/B.wfonlbk_/RPMS/python3-ply-3.11-7.noarch.rpm Executing(%clean): /bin/sh -e /tmp/B.wfonlbk_/BUILD/tmp/rpm-tmp.C45l7d + umask 022 + cd /tmp/B.wfonlbk_/BUILD + cd ply-3.11 + rm -rf /tmp/B.wfonlbk_/BUILD/tmp/python-ply-3.11-x86_64-root-builder + RPM_EC=0 + jobs -p + exit 0 RPM build warnings: Could not canonicalize hostname: tld-x64 ended at: Thu Apr 25 23:44:48 2024, done in 0:00:01.123479 + chmod -R u+rwX /tmp/B.wfonlbk_/BUILD + rm -rf /tmp/B.wfonlbk_/tmp /tmp/B.wfonlbk_/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..286 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.wfonlbk_ Begin-TLD-Builder-Info Build-Time: user:1.82s sys:0.50s real:1.97s (faults io:0 non-io:159063) Files queued for ftp: 135201 python3-ply-3.11-7.noarch.rpm 39289 python-ply-examples-3.11-7.noarch.rpm 129 python-ply-3.11-7.src.rpm.uploadinfo End-TLD-Builder-Info