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-build-544799-86873/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-build-544799-86873/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.iyb2mx + 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.2fVA4x + 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 checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/kern_control.h... no checking for sys/loadavg.h... no checking for sys/lock.h... no checking for sys/memfd.h... no checking for sys/mkdev.h... no checking for sys/mman.h... yes checking for sys/modem.h... no checking for sys/param.h... yes checking for sys/pidfd.h... yes checking for sys/poll.h... yes checking for sys/random.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/soundcard.h... yes checking for sys/stat.h... (cached) yes checking for sys/statvfs.h... yes checking for sys/sys_domain.h... no checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/termio.h... no checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking for sys/uio.h... yes checking for sys/un.h... yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for sys/xattr.h... yes checking for sysexits.h... yes checking for syslog.h... yes checking for termios.h... yes checking for util.h... no checking for utime.h... yes checking for utmp.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking for bluetooth/bluetooth.h... yes checking for net/if.h... yes checking for linux/netlink.h... yes checking for linux/qrtr.h... yes checking for linux/vm_sockets.h... yes checking for linux/can.h... yes checking for linux/can/bcm.h... yes checking for linux/can/j1939.h... yes checking for linux/can/raw.h... yes checking for netcan/can.h... no checking for clock_t in time.h... yes checking for makedev... yes checking for le64toh... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for __uint128_t... yes checking size of int... 4 checking size of long... 8 checking alignment of long... 8 checking size of long long... 8 checking size of void *... 8 checking size of short... 2 checking size of float... 4 checking size of double... 8 checking size of fpos_t... 16 checking size of size_t... 8 checking alignment of size_t... 8 checking size of pid_t... 4 checking size of uintptr_t... 8 checking alignment of max_align_t... 16 checking for long double... yes checking size of long double... 16 checking size of _Bool... 1 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 checking size of pthread_key_t... 4 checking whether pthread_key_t is compatible with int... yes checking for --enable-framework... no checking for --with-dsymutil... no checking for dyld... no checking for --with-address-sanitizer... no checking for --with-memory-sanitizer... no checking for --with-undefined-behavior-sanitizer... no checking for --with-thread-sanitizer... no checking the extension of shared libraries... .so checking LDSHARED... $(CC) -shared checking BLDSHARED flags... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Xlinker -export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking perf trampoline... yes checking for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for uuid.h... no checking for uuid >= 2.20... yes checking for library containing sem_init... none required checking for textdomain in -lintl... no checking aligned memory access is required... no checking for --with-hash-algorithm... default checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo" checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for --with-libs... no checking for --with-system-expat... yes checking for libffi... yes checking for ffi_prep_cif_var... yes checking for ffi_prep_closure_loc... yes checking for ffi_closure_alloc... yes checking for --with-system-libmpdec... yes checking for --with-decimal-contextvar... yes checking for decimal libmpdec machine... uint128 checking for libnsl... yes checking for rpc/rpc.h... yes checking for sqlite3 >= 3.7.15... yes checking for sqlite3.h... yes checking for sqlite3_bind_double in -lsqlite3... yes checking for sqlite3_column_decltype in -lsqlite3... yes checking for sqlite3_column_double in -lsqlite3... yes checking for sqlite3_complete in -lsqlite3... yes checking for sqlite3_progress_handler in -lsqlite3... yes checking for sqlite3_result_double in -lsqlite3... yes checking for sqlite3_set_authorizer in -lsqlite3... yes checking for sqlite3_trace_v2 in -lsqlite3... yes checking for sqlite3_value_double in -lsqlite3... yes checking for sqlite3_load_extension in -lsqlite3... yes checking for sqlite3_serialize in -lsqlite3... yes checking for --enable-loadable-sqlite-extensions... yes checking for tcl >= 8.5.12 tk >= 8.5.12... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking for ndbm.h... yes checking for library containing dbm_open... -lgdbm_compat checking for ndbm presence and linker args... yes (-lgdbm_compat) checking for gdbm/ndbm.h... yes checking for gdbm-ndbm.h... no checking for library containing dbm_open... -lgdbm_compat checking for db.h... no checking for --with-dbmliborder... gdbm:ndbm:bdb checking for _dbm module CFLAGS and LIBS... -DUSE_GDBM_COMPAT -lgdbm_compat checking if PTHREAD_SCOPE_SYSTEM is supported... yes checking for pthread_sigmask... yes checking for pthread_getcpuclockid... yes checking if --enable-ipv6 is specified... yes checking ipv6 stack type... linux-glibc checking CAN_RAW_FD_FRAMES... yes checking for CAN_RAW_JOIN_FILTERS... yes checking for --with-doc-strings... yes checking for --with-pymalloc... yes checking for --with-freelists... yes checking for --with-c-locale-coercion... yes checking for --with-valgrind... yes checking for valgrind/valgrind.h... yes checking for --with-dtrace... yes checking for dtrace... /usr/bin/dtrace checking whether DTrace probes require linking... yes checking for dlopen... yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... none checking for accept4... yes checking for alarm... yes checking for bind_textdomain_codeset... yes checking for chmod... yes checking for chown... yes checking for clock... yes checking for close_range... yes checking for confstr... yes checking for copy_file_range... yes checking for ctermid... yes checking for dup... yes checking for dup3... yes checking for execv... yes checking for explicit_bzero... yes checking for explicit_memset... no checking for faccessat... yes checking for fchmod... yes checking for fchmodat... yes checking for fchown... yes checking for fchownat... yes checking for fdopendir... yes checking for fdwalk... no checking for fexecve... yes checking for fork... yes checking for fork1... no checking for fpathconf... yes checking for fstatat... yes checking for ftime... yes checking for ftruncate... yes checking for futimens... yes checking for futimes... yes checking for futimesat... yes checking for gai_strerror... yes checking for getegid... yes checking for getentropy... yes checking for geteuid... yes checking for getgid... yes checking for getgrgid... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getgrouplist... yes checking for getgroups... yes checking for gethostname... yes checking for getitimer... yes checking for getloadavg... yes checking for getlogin... yes checking for getpeername... yes checking for getpgid... yes checking for getpid... yes checking for getppid... yes checking for getpriority... yes checking for _getpty... no checking for getpwent... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getresgid... yes checking for getresuid... yes checking for getrusage... yes checking for getsid... yes checking for getspent... yes checking for getspnam... yes checking for getuid... yes checking for getwd... yes checking for if_nameindex... yes checking for initgroups... yes checking for kill... yes checking for killpg... yes checking for lchown... yes