Mock Version: 6.2 Mock Version: 6.2 Mock Version: 6.2 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.12.spec'], chrootPath='/var/lib/mock/dist-an23.5-build-544797-86835/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.12.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: extra tokens at the end of %endif directive in line 725: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 913: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 954: %endif # with gdb_hooks Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1782432000 Wrote: /builddir/build/SRPMS/python3.12-3.12.13-6.an23.src.rpm RPM build warnings: extra tokens at the end of %endif directive in line 725: %endif # with debug_build extra tokens at the end of %endif directive in line 913: %endif # with gdb_hooks extra tokens at the end of %endif directive in line 954: %endif # with gdb_hooks Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.12.spec'], chrootPath='/var/lib/mock/dist-an23.5-build-544797-86835/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.12.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: extra tokens at the end of %endif directive in line 725: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 913: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 954: %endif # with gdb_hooks Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1782432000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aY9fRf + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/anolis/gpgverify --keyring=/builddir/build/SOURCES/Yhg1s.gpg --signature=/builddir/build/SOURCES/Python-3.12.13.tar.xz.asc --data=/builddir/build/SOURCES/Python-3.12.13.tar.xz gpgv: Signature made Tue Mar 3 21:11:53 2026 CST gpgv: using RSA key 7169605F62C751356D054A26A821E680E5FA6305 gpgv: Good signature from "Thomas Wouters " gpgv: aka "Thomas Wouters " gpgv: aka "Thomas Wouters " + cd /builddir/build/BUILD + rm -rf Python-3.12.13 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/Python-3.12.13.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd Python-3.12.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python3.12-3.12.13 base' + /usr/bin/git checkout --track -b rpm-build Switched to a new branch 'rpm-build' branch 'rpm-build' set up to track 'master'. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00251-change-user-install-location.patch + /usr/bin/git am --reject -q Checking patch Lib/site.py... Checking patch Lib/sysconfig.py... Checking patch Lib/test/test_sysconfig.py... Applied patch Lib/site.py cleanly. Applied patch Lib/sysconfig.py cleanly. Applied patch Lib/test/test_sysconfig.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00371-revert-bpo-1596321-fix-threading-_shutdown-for-the-main-thread-gh-28549-gh-28589.patch + /usr/bin/git am --reject -q Checking patch Lib/test/test_threading.py... Checking patch Lib/threading.py... Applied patch Lib/test/test_threading.py cleanly. Applied patch Lib/threading.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00460-gh-132415-update-vendored-setuptools-in-lib-test-wheeldata.patch + /usr/bin/git am --reject -q Checking patch Lib/test/support/__init__.py... Checking patch Lib/test/test_cext/__init__.py... Checking patch Lib/test/test_cppext/__init__.py... Checking patch Lib/test/test_cppext/setup.py... Checking patch Lib/test/test_peg_generator/test_c_parser.py... Applied patch Lib/test/support/__init__.py cleanly. Applied patch Lib/test/test_cext/__init__.py cleanly. Applied patch Lib/test/test_cppext/__init__.py cleanly. Applied patch Lib/test/test_cppext/setup.py cleanly. Applied patch Lib/test/test_peg_generator/test_c_parser.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00461-downstream-only-install-wheel-in-test-venvs-when-setuptools-71.patch + /usr/bin/git am --reject -q Checking patch Lib/test/support/__init__.py... Applied patch Lib/test/support/__init__.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00462-fix-pyssl_seterror-handling-ssl_error_syscall.patch + /usr/bin/git am --reject -q Checking patch Lib/test/test_ssl.py... Checking patch Misc/NEWS.d/next/Library/2024-02-18-09-50-31.gh-issue-115627.HGchj0.rst... Checking patch Modules/_ssl.c... Applied patch Lib/test/test_ssl.py cleanly. Applied patch Misc/NEWS.d/next/Library/2024-02-18-09-50-31.gh-issue-115627.HGchj0.rst cleanly. Applied patch Modules/_ssl.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00464-enable-pac-and-bti-protections-for-aarch64.patch + /usr/bin/git am --reject -q Checking patch Python/asm_trampoline.S... Checking patch Python/asm_trampoline_aarch64.h... Applied patch Python/asm_trampoline.S cleanly. Applied patch Python/asm_trampoline_aarch64.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00474-cve-2025-15366.patch + /usr/bin/git am --reject -q Checking patch Lib/imaplib.py... Checking patch Lib/test/test_imaplib.py... Checking patch Misc/NEWS.d/next/Security/2026-01-16-11-41-06.gh-issue-143921.AeCOor.rst... Applied patch Lib/imaplib.py cleanly. Applied patch Lib/test/test_imaplib.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-01-16-11-41-06.gh-issue-143921.AeCOor.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00475-cve-2025-15367.patch + /usr/bin/git am --reject -q Checking patch Lib/poplib.py... Checking patch Lib/test/test_poplib.py... Checking patch Misc/NEWS.d/next/Security/2026-01-16-11-43-47.gh-issue-143923.DuytMe.rst... Applied patch Lib/poplib.py cleanly. Applied patch Lib/test/test_poplib.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-01-16-11-43-47.gh-issue-143923.DuytMe.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00476-CVE-2026-6100.patch + /usr/bin/git am --reject -q Checking patch Misc/NEWS.d/next/Security/2026-04-10-16-28-21.gh-issue-148395.kfzm0G.rst... Checking patch Modules/_bz2module.c... Hunk #1 succeeded at 587 (offset 16 lines). Checking patch Modules/_lzmamodule.c... Hunk #1 succeeded at 1114 (offset 14 lines). Checking patch Modules/zlibmodule.c... Hunk #1 succeeded at 1645 (offset -24 lines). Applied patch Misc/NEWS.d/next/Security/2026-04-10-16-28-21.gh-issue-148395.kfzm0G.rst cleanly. Applied patch Modules/_bz2module.c cleanly. Applied patch Modules/_lzmamodule.c cleanly. Applied patch Modules/zlibmodule.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00477-bugfix-for-CVE-2026-7774.patch + /usr/bin/git am --reject -q Checking patch Lib/tarfile.py... Checking patch Lib/test/test_tarfile.py... Hunk #1 succeeded at 3530 (offset -19 lines). Hunk #2 succeeded at 3734 (offset -19 lines). Hunk #3 succeeded at 3836 (offset -19 lines). Hunk #4 succeeded at 3871 (offset -19 lines). Hunk #5 succeeded at 3991 (offset -19 lines). Checking patch Misc/NEWS.d/next/Security/2026-05-03-21-00-00.gh-issue-149486.tarflt.rst... Applied patch Lib/tarfile.py cleanly. Applied patch Lib/test/test_tarfile.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-05-03-21-00-00.gh-issue-149486.tarflt.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00478-bugfix-for-CVE-2026-8328.patch + /usr/bin/git am --reject -q Checking patch Lib/ftplib.py... Checking patch Lib/test/test_ftplib.py... Checking patch Misc/NEWS.d/next/Security/2026-05-10-18-05-32.gh-issue-87451.XkKB6M.rst... Applied patch Lib/ftplib.py cleanly. Applied patch Lib/test/test_ftplib.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-05-10-18-05-32.gh-issue-87451.XkKB6M.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00479-bugfix-for-CVE-2026-4786.patch + /usr/bin/git am --reject -q Checking patch Lib/test/test_webbrowser.py... Checking patch Lib/webbrowser.py... Checking patch Misc/NEWS.d/next/Security/2026-01-16-12-04-49.gh-issue-143930.zYC5x3.rst... Applied patch Lib/test/test_webbrowser.py cleanly. Applied patch Lib/webbrowser.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-01-16-12-04-49.gh-issue-143930.zYC5x3.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00480-bugfix-for-CVE-2026-4786.patch + /usr/bin/git am --reject -q Checking patch Lib/test/test_webbrowser.py... Hunk #1 succeeded at 99 (offset 5 lines). Checking patch Lib/webbrowser.py... Hunk #1 succeeded at 282 (offset 9 lines). Checking patch Misc/NEWS.d/next/Security/2026-03-31-09-15-51.gh-issue-148169.EZJzz2.rst... Applied patch Lib/test/test_webbrowser.py cleanly. Applied patch Lib/webbrowser.py cleanly. Applied patch Misc/NEWS.d/next/Security/2026-03-31-09-15-51.gh-issue-148169.EZJzz2.rst cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/00481-bugfix-for-CVE-2026-7210.patch + /usr/bin/git am --reject -q Checking patch Include/pyexpat.h... Checking patch Include/pyhash.h... Checking patch Modules/_elementtree.c... Checking patch Modules/pyexpat.c... Applied patch Include/pyexpat.h cleanly. Applied patch Include/pyhash.h cleanly. Applied patch Modules/_elementtree.c cleanly. Applied patch Modules/pyexpat.c cleanly. + '[' -f /usr/lib/rpm/pythonbundles.py ']' + /usr/lib/rpm/pythonbundles.py /dev/fd/63 --compare-with ' Provides: bundled(python3dist(cachecontrol)) = 0.14.1 Provides: bundled(python3dist(certifi)) = 2024.8.30 Provides: bundled(python3dist(distlib)) = 0.3.9 Provides: bundled(python3dist(distro)) = 1.9 Provides: bundled(python3dist(idna)) = 3.10 Provides: bundled(python3dist(msgpack)) = 1.1 Provides: bundled(python3dist(packaging)) = 24.2 Provides: bundled(python3dist(platformdirs)) = 4.3.6 Provides: bundled(python3dist(pygments)) = 2.18 Provides: bundled(python3dist(pyproject-hooks)) = 1.2 Provides: bundled(python3dist(requests)) = 2.32.3 Provides: bundled(python3dist(resolvelib)) = 1.0.1 Provides: bundled(python3dist(rich)) = 13.9.4 Provides: bundled(python3dist(setuptools)) = 70.3 Provides: bundled(python3dist(tomli)) = 2.2.1 Provides: bundled(python3dist(truststore)) = 0.10 Provides: bundled(python3dist(typing-extensions)) = 4.12.2 Provides: bundled(python3dist(urllib3)) = 1.26.20 ' ++ unzip -p Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl pip/_vendor/vendor.txt /usr/lib/rpm/pythonbundles.py:20: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import parse_version + /usr/lib/rpm/pythonbundles.py /dev/fd/63 --compare-with ' Provides: bundled(python3dist(packaging)) = 23 ' ++ unzip -p Lib/test/wheeldata/wheel-0.40.0-py3-none-any.whl wheel/vendored/vendor.txt /usr/lib/rpm/pythonbundles.py:20: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import parse_version + /usr/lib/rpm/pythonbundles.py /dev/fd/63 --compare-with ' Provides: bundled(python3dist(autocommand)) = 2.2.2 Provides: bundled(python3dist(backports-tarfile)) = 1.2 Provides: bundled(python3dist(importlib-metadata)) = 8 Provides: bundled(python3dist(inflect)) = 7.3.1 Provides: bundled(python3dist(jaraco-collections)) = 5.1 Provides: bundled(python3dist(jaraco-context)) = 5.3 Provides: bundled(python3dist(jaraco-functools)) = 4.0.1 Provides: bundled(python3dist(jaraco-text)) = 3.12.1 Provides: bundled(python3dist(more-itertools)) = 10.3 Provides: bundled(python3dist(packaging)) = 24.2 Provides: bundled(python3dist(platformdirs)) = 4.2.2 Provides: bundled(python3dist(tomli)) = 2.0.1 Provides: bundled(python3dist(typeguard)) = 4.3 Provides: bundled(python3dist(typing-extensions)) = 4.12.2 Provides: bundled(python3dist(wheel)) = 0.45.1 Provides: bundled(python3dist(zipp)) = 3.19.2 ' ++ unzip -l Lib/test/wheeldata/setuptools-79.0.1-py3-none-any.whl ++ grep -E _vendor/.+dist-info/RECORD ++ sed -E 's@^.*/([^-]+)-([^-]+)\.dist-info/.*$@\1==\2@' /usr/lib/rpm/pythonbundles.py:20: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import parse_version + rm Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl + rm Lib/test/wheeldata/setuptools-79.0.1-py3-none-any.whl + rm Lib/test/wheeldata/wheel-0.40.0-py3-none-any.whl + find -name '*.exe' -print -delete + rm -r Modules/expat + rm -r Modules/_decimal/libmpdec + rm configure pyconfig.h.in + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yPindw + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Python-3.12.13 + export HAS_GIT=not-found + HAS_GIT=not-found + autoconf + autoheader ++ pwd + topdir=/builddir/build/BUILD/Python-3.12.13 + export 'CFLAGS= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + CFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export 'CFLAGS_NODIST=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv' + CFLAGS_NODIST='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv' + export 'CXXFLAGS= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + CXXFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' ++ pkg-config --cflags-only-I libffi + export CPPFLAGS= + CPPFLAGS= + export 'OPT= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + OPT=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export LINKCC=gcc + LINKCC=gcc ++ pkg-config --cflags openssl + export 'CFLAGS= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection ' + CFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection ' ++ pkg-config --libs-only-L openssl + export 'LDFLAGS= -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 ' + LDFLAGS=' -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 ' ++ pkg-config --libs-only-L openssl + export 'LDFLAGS_NODIST=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -g ' + LDFLAGS_NODIST='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -g ' + BuildPython debug '--without-ensurepip --with-pydebug' '-O0 -Wno-cpp' STARTING: BUILD OF PYTHON FOR CONFIGURATION: debug + ConfName=debug + ExtraConfigArgs='--without-ensurepip --with-pydebug' + MoreCFlags='-O0 -Wno-cpp' + ConfDir=build/debug + echo STARTING: BUILD OF PYTHON FOR CONFIGURATION: debug + mkdir -p build/debug + pushd build/debug ~/build/BUILD/Python-3.12.13/build/debug ~/build/BUILD/Python-3.12.13 + export 'DFLAGS= ' + DFLAGS=' ' + CFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection ' + export CFLAGS + CXXFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS=' -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + '[' 1 = 1 ']' +++ dirname /builddir/build/BUILD/Python-3.12.13/configure ++ find /builddir/build/BUILD/Python-3.12.13 -name config.guess -o -name config.sub + for i in $(find $(dirname $topdir/configure) -name config.guess -o -name config.sub) ++ basename /builddir/build/BUILD/Python-3.12.13/config.guess + '[' -f /usr/lib/rpm/anolis/config.guess ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.12.13/config.guess ++ basename /builddir/build/BUILD/Python-3.12.13/config.guess + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.guess /builddir/build/BUILD/Python-3.12.13/config.guess '/usr/lib/rpm/anolis/config.guess' -> '/builddir/build/BUILD/Python-3.12.13/config.guess' + for i in $(find $(dirname $topdir/configure) -name config.guess -o -name config.sub) ++ basename /builddir/build/BUILD/Python-3.12.13/config.sub + '[' -f /usr/lib/rpm/anolis/config.sub ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.12.13/config.sub ++ basename /builddir/build/BUILD/Python-3.12.13/config.sub + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.sub /builddir/build/BUILD/Python-3.12.13/config.sub '/usr/lib/rpm/anolis/config.sub' -> '/builddir/build/BUILD/Python-3.12.13/config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld' ']' ++ find . -name ltmain.sh ++ dirname /builddir/build/BUILD/Python-3.12.13/configure + /usr/lib/rpm/anolis/force-as-needed-for-shared-lib-in-libtool /builddir/build/BUILD/Python-3.12.13 Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/anolis/fix-libtool-ltmain-from-overlinking ++ dirname /builddir/build/BUILD/Python-3.12.13/configure + /usr/lib/rpm/anolis/fix-libtool-from-moving-options-after-libs /builddir/build/BUILD/Python-3.12.13 + /usr/lib/rpm/anolis/fix-dlsearch-path-in-libtool . lib64 + /builddir/build/BUILD/Python-3.12.13/configure --build=x86_64-Anolis-linux --host=x86_64-Anolis-linux --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-platlibdir=lib64 --enable-ipv6 --enable-shared --with-computed-gotos=yes --with-dbmliborder=gdbm:ndbm:bdb --with-system-expat --with-system-libmpdec --enable-loadable-sqlite-extensions --with-dtrace --with-lto --with-ssl-default-suites=openssl --without-static-libpython --with-wheel-pkg-dir=/usr/share/python-wheels --with-valgrind --without-ensurepip --with-pydebug configure: WARNING: unrecognized options: --disable-dependency-tracking checking for git... not-found checking build system type... x86_64-Anolis-linux-gnu checking host system type... x86_64-Anolis-linux-gnu checking for Python interpreter freezing... ./_bootstrap_python checking for python3.12... no checking for python3.12... no checking for python3.11... python3.11 checking Python for regen version... Python 3.11.6 checking for x86_64-Anolis-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... "linux" checking for x86_64-Anolis-linux-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... /usr/bin/grep -E checking for CC compiler name... gcc checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu checking for multiarch... checking for PEP 11 support tier... x86_64-Anolis-linux-gnu/gcc has tier 1 (supported) checking for -Wl,--no-as-needed... yes checking for the Android API level... not Android checking for --with-emscripten-target... checking for --enable-wasm-dynamic-linking... missing checking for --enable-wasm-pthreads... missing checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a checking LINKCC... gcc checking EXPORTSYMS... checking for GNU ld... yes checking for --enable-shared... yes checking for --with-static-libpython... no checking for --enable-profiling... no checking LDLIBRARY... checking HOSTRUNNER... libpython$(LDVERSION).so checking for x86_64-Anolis-linux-ar... no checking for x86_64-Anolis-linux-aal... no checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for --with-pydebug... yes checking for --with-trace-refs... no checking for --enable-pystats... no checking for --with-assertions... implied by --with-pydebug checking for --enable-optimizations... no checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT) checking for --with-lto... yes checking for x86_64-Anolis-linux-llvm-profdata... no checking for llvm-profdata... no checking for --enable-bolt... no checking BOLT_COMMON_FLAGS... checking BOLT_INSTRUMENT_FLAGS... -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 checking BOLT_APPLY_FLAGS... -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 -reorder-blocks=ext-tsp -reorder-functions=cdsort -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot checking if gcc supports -fstrict-overflow and -fno-strict-overflow... yes checking for --with-strict-overflow... no checking if gcc supports -Og optimization level... yes checking if we can add -Wextra... yes checking whether gcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no checking if we can disable gcc unused-parameter warning... yes checking if we can disable gcc int-conversion warning... yes checking if we can disable gcc missing-field-initializers warning... yes checking if we can enable gcc sign-compare warning... yes checking if we can enable gcc unreachable-code warning... yes checking if we can enable gcc strict-prototypes warning... yes checking if we can make implicit function declaration an error in gcc -Werror=implicit-function-declaration... yes checking if we can use visibility in gcc -fvisibility=hidden... yes checking whether pthreads are available without options... yes checking whether g++ also accepts flags for thread support... no checking for alloca.h... yes checking for asm/types.h... yes checking for bluetooth.h... no checking for conio.h... no checking for crypt.h... yes checking for direct.h... no checking for dlfcn.h... yes checking for endian.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for ieeefp.h... no checking for io.h... no checking for langinfo.h... yes checking for libintl.h... yes checking for libutil.h... no checking for linux/auxvec.h... yes checking for sys/auxv.h... yes checking for linux/fs.h... yes checking for linux/limits.h... yes checking for linux/memfd.h... yes checking for linux/random.h... yes checking for linux/soundcard.h... yes checking for linux/tipc.h... yes checking for linux/wait.h... yes checking for netdb.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netpacket/packet.h... yes checking for poll.h... yes checking for process.h... no checking for pthread.h... yes checking for pty.h... yes checking for sched.h... yes checking for setjmp.h... yes checking for shadow.h... yes checking for signal.h... yes checking for spawn.h... yes checking for stropts.h... no checking for sys/audioio.h... no checking for sys/bsdtty.h... no checking for sys/devpoll.h... no checking for sys/endian.h... no checking for sys/epoll.h... yes checking for sys/event.h... no checking for sys/eventfd.h... yes